From 05f1feb0ae4f1f430c4afefea018c5a08e0d721b Mon Sep 17 00:00:00 2001 From: David Cantrell Date: May 18 2009 23:35:25 +0000 Subject: * Mon May 18 2009 David Cantrell - 11.5.0.53-1 - LVMVolumeGroupDevice stores pesize in MB, kickstart expects it in KB. (dlehman) - Don't schedule a format resize if reformat scheduled. (#500991) (dlehman) - Deactivate md arrays regardless of state if the device is present. (#496441) (dlehman) - Lame hack to make sure --size= is never 0 (#500905). (clumens) - Don't filter out partitions that haven't been allocated (#500932). (clumens) - Write out PE size as an integer, since that's what anaconda wants (#501049). (clumens) - Set clearPartType to None on preupgrade too (#499321). (clumens) - Fix indentation of line to remove cancelled actions from the list. (#500932) (dlehman) - Consider active-idle state of md device as accepatable status of device (#497407) (rvykydal) - Fix detection of cciss disks (#499408) (dchapman) - Get existing fs size for xfs. (dcantrell) - Get existing fs size for ntfs. (dcantrell) - Get existing fs size for jfs. (dcantrell) - Get existing fs size for ext2, ext3, and ext4. (dcantrell) - Compute existing filesystem size using fs info utility. (dcantrell) - Do not allow users to migrate ext4 to ext4. (dcantrell) - Correct handling of formats on encrypted preexisting LVs. (#499828) (dlehman) - Ignore unrecognized device-mapper devices we find. (#499967) (dlehman) - loader: Mount /tmp as tmpfs not ramfs so we can swap it out (ajax) - format.mountpoint -> lvd.mountpoint (#500913). (clumens) - Treat the loop labels as devices without a label.(#493219) (jgranado) - Add the partition table partition after initializing (#498602). (clumens) --- diff --git a/.cvsignore b/.cvsignore index 7c9fa3e..94f2c9c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.5.0.52.tar.bz2 +anaconda-11.5.0.53.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 404e748..27cdfb2 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.52 +Version: 11.5.0.53 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -211,6 +211,37 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon May 18 2009 David Cantrell - 11.5.0.53-1 +- LVMVolumeGroupDevice stores pesize in MB, kickstart expects it in KB. + (dlehman) +- Don't schedule a format resize if reformat scheduled. (#500991) (dlehman) +- Deactivate md arrays regardless of state if the device is present. + (#496441) (dlehman) +- Lame hack to make sure --size= is never 0 (#500905). (clumens) +- Don't filter out partitions that haven't been allocated (#500932). + (clumens) +- Write out PE size as an integer, since that's what anaconda wants + (#501049). (clumens) +- Set clearPartType to None on preupgrade too (#499321). (clumens) +- Fix indentation of line to remove cancelled actions from the list. + (#500932) (dlehman) +- Consider active-idle state of md device as accepatable status of device + (#497407) (rvykydal) +- Fix detection of cciss disks (#499408) (dchapman) +- Get existing fs size for xfs. (dcantrell) +- Get existing fs size for ntfs. (dcantrell) +- Get existing fs size for jfs. (dcantrell) +- Get existing fs size for ext2, ext3, and ext4. (dcantrell) +- Compute existing filesystem size using fs info utility. (dcantrell) +- Do not allow users to migrate ext4 to ext4. (dcantrell) +- Correct handling of formats on encrypted preexisting LVs. (#499828) + (dlehman) +- Ignore unrecognized device-mapper devices we find. (#499967) (dlehman) +- loader: Mount /tmp as tmpfs not ramfs so we can swap it out (ajax) +- format.mountpoint -> lvd.mountpoint (#500913). (clumens) +- Treat the loop labels as devices without a label.(#493219) (jgranado) +- Add the partition table partition after initializing (#498602). (clumens) + * Wed May 13 2009 David Cantrell - 11.5.0.52-1 - Add a Mac OS boot line to yaboot.conf (#499964). (clumens) - Catch IOError when enabling repos (#500439). (clumens) diff --git a/sources b/sources index bca62fa..96800be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cfa4a1dceea385ba1dc701ede7a3557b anaconda-11.5.0.52.tar.bz2 +654664409b3f4d13c9ada5f09a68eb74 anaconda-11.5.0.53.tar.bz2