From bfc8cf7d95c85a3306dadce7626f66bb22b8b5e0 Mon Sep 17 00:00:00 2001 From: David Lehman Date: Mar 13 2009 22:29:38 +0000 Subject: * Fri Mar 13 2009 David Lehman - 11.5.0.30-1 - Fix supportable attribute for cmdline-enabled fstypes. (dlehman) - Access private attribute for luks dict. (dlehman) - Schedule format create for newly encrypted preexisting partition. (dlehman) - Don't traceback if vg.teardown fails in recursive teardown. (dlehman) - Schedule format create action for newly encrypted preexisting LV. (dlehman) - Make sure we return something other than None for new requests. (dlehman) - Add __str__ methods to Device objects. (clumens) - Add mediaPresent and eject to the OpticalDevice class. (clumens) - Use the right import path for checkbootloader (#490049). (clumens) - Rename /etc/modprobe.d/anaconda to /etc/modprobe.d/anaconda.conf (clumens) - Don't clear partitions containing the install media. (dlehman) - Wait til everyone knows the format/fs is no longer active. (dlehman) - Save a copy of the device stack so we can destroy the format. (#489975) (dlehman) - Add a deep copy method to Device since we can't just use copy.deepcopy. (dlehman) - Fix infinite loops in partition screen populate. (#490051) (dlehman) - Default to a name based on the uuid for existing luks mappings. (dlehman) - Use the correct keyword for luks map names ('name', not 'mapName'). (dlehman) - Fix getting of number of total devices of sw raid. (rvykydal) - Only select the Core group in text mode (#488754). (clumens) - Added test case for devicelib mdraid.py. (mgracik) - Add created user to default group created for the user. (rvykydal) - Fix editing of existing logical volume. (rvykydal) - Add a list that lvm should ignore. (jgranado) --- diff --git a/.cvsignore b/.cvsignore index 231ce3a..aae17f1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ clog -anaconda-11.5.0.29.tar.bz2 +anaconda-11.5.0.30.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 189389b..71a9738 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.29 +Version: 11.5.0.30 Release: 1 License: GPLv2+ Group: Applications/System @@ -211,6 +211,34 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Fri Mar 13 2009 David Lehman - 11.5.0.30-1 +- Fix supportable attribute for cmdline-enabled fstypes. (dlehman) +- Access private attribute for luks dict. (dlehman) +- Schedule format create for newly encrypted preexisting partition. (dlehman) +- Don't traceback if vg.teardown fails in recursive teardown. (dlehman) +- Schedule format create action for newly encrypted preexisting LV. (dlehman) +- Make sure we return something other than None for new requests. (dlehman) +- Add __str__ methods to Device objects. (clumens) +- Add mediaPresent and eject to the OpticalDevice class. (clumens) +- Use the right import path for checkbootloader (#490049). (clumens) +- Rename /etc/modprobe.d/anaconda to /etc/modprobe.d/anaconda.conf (clumens) +- Don't clear partitions containing the install media. (dlehman) +- Wait til everyone knows the format/fs is no longer active. (dlehman) +- Save a copy of the device stack so we can destroy the format. (#489975) + (dlehman) +- Add a deep copy method to Device since we can't just use copy.deepcopy. + (dlehman) +- Fix infinite loops in partition screen populate. (#490051) (dlehman) +- Default to a name based on the uuid for existing luks mappings. (dlehman) +- Use the correct keyword for luks map names ('name', not 'mapName'). + (dlehman) +- Fix getting of number of total devices of sw raid. (rvykydal) +- Only select the Core group in text mode (#488754). (clumens) +- Added test case for devicelib mdraid.py. (mgracik) +- Add created user to default group created for the user. (rvykydal) +- Fix editing of existing logical volume. (rvykydal) +- Add a list that lvm should ignore. (jgranado) + * Thu Mar 12 2009 David Lehman - 11.5.0.29-1 - Don't create a PartitionDevice for devices that do not exist (#489122). (clumens) diff --git a/sources b/sources index 84f8260..c1de781 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -218ceb82129d815cf9f97c7653783896 anaconda-11.5.0.29.tar.bz2 +43e93df7db0ca99e0d97b7a47f30a0e7 anaconda-11.5.0.30.tar.bz2