summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-07-20 02:46:57 +0000
committerChris Lumens <clumens@redhat.com>2007-07-20 02:46:57 +0000
commit81eee40221b24ac9c1218883bfc452bd928db6e7 (patch)
tree1d1d70cac50bc6a3ac804a7bb3a4bb732836fa32 /anaconda.spec
parent534d393e02cc6d329b97b2891977d7d49b660f05 (diff)
downloadanaconda-81eee40221b24ac9c1218883bfc452bd928db6e7.tar.gz
anaconda-81eee40221b24ac9c1218883bfc452bd928db6e7.tar.xz
anaconda-81eee40221b24ac9c1218883bfc452bd928db6e7.zip
New version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec13
1 files changed, 12 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index d7c671398..fac6e2cc7 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 <clumens@redhat.com> 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 <katzj@redhat.com> - 11.3.0.7-1
- Don't format rootfs for live installs (#248085)
- Handle --only-use option for drives (clumens, #198526)