From cdeae0d5a4513ae59ae8fc5a8303a72c1196a7b2 Mon Sep 17 00:00:00 2001 From: Samantha N. Bueno Date: Oct 28 2014 17:51:40 +0000 Subject: - Fix handling of md fwraid names in kickstart bootloader command. (#1156354) (dlehman) - Fix switching environments when no environment is selected (#1155756) (dshea) - Use an empty string for no root password instead of None (#1155576) (dshea) - Just preserve the %addon header args if an addon is missing (#1155026) (vpodzime) --- diff --git a/.gitignore b/.gitignore index e6c6f98..1ec3cee 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /anaconda-21.48.10.tar.bz2 /anaconda-21.48.11.tar.bz2 /anaconda-21.48.12.tar.bz2 +/anaconda-21.48.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ce855b3..7e389f5 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.48.12 +Version: 21.48.13 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -311,6 +311,14 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Oct 28 2014 Samantha N. Bueno - 21.48.13-1 +- Fix handling of md fwraid names in kickstart bootloader command. (#1156354) + (dlehman) +- Fix switching environments when no environment is selected (#1155756) (dshea) +- Use an empty string for no root password instead of None (#1155576) (dshea) +- Just preserve the %%addon header args if an addon is missing (#1155026) + (vpodzime) + * Thu Oct 23 2014 Samantha N. Bueno - 21.48.12-1 - Fix a spelling error (#1153672) (dshea) - Update checkSizes to work in terms of Size objects (#1129629). (clumens) diff --git a/sources b/sources index 0bf3dbd..46d4f36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d60ed2488e29296a1dc4b621e014cdd anaconda-21.48.12.tar.bz2 +aca6ead566f42508d8b98cc22c19a4b8 anaconda-21.48.13.tar.bz2