From 3de0b882fe543f267995e07610e63e4421c7af65 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mar 09 2011 20:22:50 +0000 Subject: - Only apply global passphrase to devices with no passphrase. (#679223) (dlehman) - Pass --force when calling vgreduce --removemissing. (#679206) (dlehman) - Fix test for resized LV to ensure we schedule the format resize action. (dlehman) - Handle md name-mangling based on hostname/homehost WRT exclusiveDisks. (dlehman) - Adjust DeviceTree.isIgnored's handling of loop, ram, and live devices. (dlehman) - Allow scanning of already-active md devices. (#680226) (dlehman) - Don't clobber exclusiveDisks unless there are disk images. (dlehman) - Do on-demand scanning of md container if needed. (#678877) (dlehman) - Fix md array spares test. (dlehman) - Fix udev_device_is_md. (dlehman) - Check all PV ancestor devices for growable partitions. (#683573) (dlehman) - Pass correct class to super in SELinuxFS.mountable. (#677450) (dlehman) - Handle quotes around labels and UUIDs in /etc/fstab. (#670496) (dlehman) - Create the virtio-ports on time. (akozumpl) - Do not pass --sshd to stage2. (akozumpl) - Apply one more fix for "logvol --label=" (#673584) (clumens) --- diff --git a/.gitignore b/.gitignore index 43b75cc..f46bb0f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ anaconda-15.2.tar.bz2 /anaconda-15.20.tar.bz2 /anaconda-15.20.1.tar.bz2 /anaconda-15.21.tar.bz2 +/anaconda-15.22.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 93be50c..7b9f058 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 15.21 +Version: 15.22 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -229,6 +229,28 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Wed Mar 09 2011 Chris Lumens - 15.22-1 +- Only apply global passphrase to devices with no passphrase. (#679223) + (dlehman) +- Pass --force when calling vgreduce --removemissing. (#679206) (dlehman) +- Fix test for resized LV to ensure we schedule the format resize action. + (dlehman) +- Handle md name-mangling based on hostname/homehost WRT exclusiveDisks. + (dlehman) +- Adjust DeviceTree.isIgnored's handling of loop, ram, and live devices. + (dlehman) +- Allow scanning of already-active md devices. (#680226) (dlehman) +- Don't clobber exclusiveDisks unless there are disk images. (dlehman) +- Do on-demand scanning of md container if needed. (#678877) (dlehman) +- Fix md array spares test. (dlehman) +- Fix udev_device_is_md. (dlehman) +- Check all PV ancestor devices for growable partitions. (#683573) (dlehman) +- Pass correct class to super in SELinuxFS.mountable. (#677450) (dlehman) +- Handle quotes around labels and UUIDs in /etc/fstab. (#670496) (dlehman) +- Create the virtio-ports on time. (akozumpl) +- Do not pass --sshd to stage2. (akozumpl) +- Apply one more fix for "logvol --label=" (#673584) (clumens) + * Mon Mar 07 2011 Chris Lumens - 15.21-1 - Make sure a bootloader device is selected (#595951) (bcl) - Attempt at fixing reboot behavior in kickstart (#676968). (clumens) diff --git a/sources b/sources index dbf8e5a..4cb90e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f96a158e40907a54ce35cb906cf3fac anaconda-15.21.tar.bz2 +b921d141140e0731812b9227b62a88a7 anaconda-15.22.tar.bz2