From e2ad32f4d12855a2f9fef07764e22f07a5e8b1d0 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jun 24 2013 21:41:01 +0000 Subject: - Translate None for LVM RAID selection (#974801) (bcl) - Add a way to validate unmodified preexisting stage1 devices. (#974543,#973355) (dlehman) - Fix issue where default DE not actually installed in TUI (#972592) (sbueno+anaconda) --- diff --git a/.gitignore b/.gitignore index f1f4930..afdd6f0 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,4 @@ anaconda-15.2.tar.bz2 /anaconda-19.30.7.tar.bz2 /anaconda-19.30.8.tar.bz2 /anaconda-19.30.9.tar.bz2 +/anaconda-19.30.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index e358aba..d87a401 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 19.30.9 +Version: 19.30.10 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -256,6 +256,13 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jun 24 2013 Brian C. Lane - 19.30.10-1 +- Translate None for LVM RAID selection (#974801) (bcl) +- Add a way to validate unmodified preexisting stage1 devices. + (#974543,#973355) (dlehman) +- Fix issue where default DE not actually installed in TUI (#972592) + (sbueno+anaconda) + * Wed Jun 19 2013 Brian C. Lane - 19.30.9-1 - Continue from the hub if there are no spokes (vpodzime) - Make the firstboot --reconfig option work (vpodzime) diff --git a/sources b/sources index 3f5bdaf..b154f02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd41c360f978b0ccac40f9b29316aaea anaconda-19.30.9.tar.bz2 +59a477e030b500dbea9d1461e3aad471 anaconda-19.30.10.tar.bz2