From a95bc6e207eb5c228c5cf97c1377ea9954e7c538 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Jul 20 2007 02:57:24 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index fa9776c..34d3e7d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ anaconda-11.3.0.7.tar.bz2 +anaconda-11.3.0.8.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d7c6713..fac6e2c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define livearches %{ix86} x86_64 Name: anaconda -Version: 11.3.0.7 +Version: 11.3.0.8 Release: 1 License: GPL Summary: Graphical system installer @@ -142,6 +142,17 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Jul 19 2007 Chris Lumens 11.3.0.8-1 +- Mark iSCSI root with _netdev mount option (markmc AT redhat DOT com, + #245725). +- Support multiple bind mounts when reading /etc/fstab (#246424). +- Support ISOs being on the root partition to upgrade (#244002). +- Improve error reporting when mounting swap (#248558). +- Add support for labeling FAT filesystems (pjones). +- Make x86 machines using EFI use /boot/efi and mark as bootable (pjones). +- Lots of partition initialization cleanups (pjones). +- Don't generate two errors for SCSI devices with > 15 partitions (pjones). + * Mon Jul 16 2007 Jeremy Katz - 11.3.0.7-1 - Don't format rootfs for live installs (#248085) - Handle --only-use option for drives (clumens, #198526) diff --git a/sources b/sources index d09d9dd..33633a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d6b7f5a7c09d05b45c7584a8040e295 anaconda-11.3.0.7.tar.bz2 +b1fa7b674c1410691c3b2774b92d9f71 anaconda-11.3.0.8.tar.bz2