diff --git a/.cvsignore b/.cvsignore index f14b5ca..b8218c4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -clog -anaconda-11.5.0.31.tar.bz2 +anaconda-11.5.0.32.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 320a127..b9ef7d1 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.31 +Version: 11.5.0.32 Release: 1 License: GPLv2+ Group: Applications/System @@ -212,6 +212,20 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue Mar 17 2009 Jesse Keating - 11.5.0.32-1 +- Typo fix. (clumens) +- Make platform.checkBootRequest work better and not use diskset anymore. (clumens) +- Fix a traceback when looking for PS3 boot partitions (#490738). (clumens) +- FormatArgs -> FormatOptions (#490737). (clumens) +- Fix ppoll() timeout=infinity usage in auditd (#484721). (pjones) +- Simplify kernel package selection. (clumens) +- Look at CPU flags instead of /proc/iomem to determine PAE-ness (#484941). (clumens) +- Tell NM not to touch interfaces when / is on a network disk (hdegoede) +- Get iscsi going with the new storage code (hdegoede) +- Use minihal instead of isys.hardDriveDict in list-harddrives (#488122). (clumens) +- storage.disks never includes disks without media present. (clumens) +- Changed the getDevicebyLabel() to getDeviceByLabel() in devicetree.py (mgracik) + * Mon Mar 16 2009 David Cantrell - 11.5.0.31-1 - Don't use disk.maximizePartition anymore. (dlehman) - Only schedule implicit format destruction if there is formatting to diff --git a/sources b/sources index 3bba05f..2a52592 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45e9e828c36356dcc5fe95997c2de9ad anaconda-11.5.0.31.tar.bz2 +c74b9782ed9c3098f57596de1711a744 anaconda-11.5.0.32.tar.bz2