From 5ef210b817e9929577665b273bc2f7c40ac2e09a Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Nov 08 2007 20:24:18 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index c3a0c79..0787360 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ anaconda-11.3.0.42.tar.bz2 +anaconda-11.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 3d8d01c..b85eef7 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.3.0.42 +Version: 11.4 Release: 1 License: GPLv2 Group: Applications/System @@ -73,6 +73,7 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils %endif +Requires: policycoreutils Requires: rpm-python >= %{rpmpythonver} Requires: rhpl >= %{rhplver} Requires: booty @@ -123,6 +124,7 @@ Requires: anaconda = %{version}-%{release} Requires: createrepo >= 0.4.7, squashfs-tools, mkisofs %ifarch %{ix86} x86_64 Requires: syslinux +Requires: makebootfat %endif %ifarch s390 s390x Requires: openssh @@ -214,6 +216,62 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Nov 08 2007 Chris Lumens 11.4-1 +- Add nicdelay= command line option (msivak, #349521). +- Display more useful ks script error messages. +- Set re-IPL device before reboot on s390x (bhinson, Jan Glauber). +- Enable DASD formatting progress bar (Jan Glauber). +- Add memory error handling to module loading code (HARA Hiroshi). +- Add accelerator keys to the VG editor window (jgranado, #206479). +- Turn off swap and lvm earlier to avoid dmraid problems (katzj, #357401). +- Fix lang-names handling under parallel make (katzj, #358411). +- Rework VNC startup (jgranado, #264841). +- Fix help output for buildinstall (#355871). +- Pull docs from the new wiki location (katzj, #356021). +- Fix handling of XFS under livecd (katzj, #355351). +- Don't show bridged network devices (katzj, #354561). +- Fix handling of Sun disklabels (pjones). +- Add --fsprofile=, deprecate --bytes-per-inode (pjones). +- Rework exception handling dialog UI for future expansion. +- Use the right path for locking under livecd (notting, #354571). +- Add --disc-size= to splittree.py (#149234). +- Write kickstart log files to the right tree when chrooted (#338541). +- Offer to upgrade rpm platform on mismatched arch upgrades (msivak, #217132). +- Don't ask to initialize partition tables in rescue mode (msivak, #331131). +- Add CIFS tools to the rescue image (msivak). +- Fix displaying ampersands in the package progress bar (dcantrell). +- Ignore sg devices in the driveDict (katzj, #330931). +- Create the USB boot image with makebootfat (jgranado). +- Add ntfsprogs to the rescue image (jgranado, #220062). +- Fix retrying when booting off the CD and using a URL method (#330641). +- Allow users to use their own mke2fs.conf (pjones). +- Don't log critical errors if we can retry fetching (sfernand, #350251). +- Clean up usage of /tmp for device nodes (notting). +- Fix shlib dep finding in upd-instroot (Orion Poplawski, pjones). +- Fix runinst and hal-lock usage for livecd (katzj). +- Write out IPV6* variables to ifcfg-eth* correctly (dcantrell, #328931). +- Don't traceback when trying on a failed mirror (#349371). + +* Mon Oct 22 2007 Jeremy Katz 11.3.0.44-1 +- Fix warning about arch changes on upgrade (#222424) +- Fix phantom kernels on upgrade (#325871) +- Add some kde packages to the multilib upgrade blacklist (#339981) +- Require policycoreutils (clumens, #343861) +- Fix typo leading to traceback (clumens) +- Fix processing of ks=nfs (clumens) +- Memory freeing cleanups (pjones) + +* Sun Oct 21 2007 Jeremy Katz 11.3.0.43-1 +- Fix closing of some fds (pjones) +- Fix ip address used in a few cases (clumens, #336761) +- Filter out non-useful networking devices from being + displayed (clumens, #338461) +- Fix a quoting bug with pxelinux (#248170) +- Label lost+found (pjones, #335621) +- Update udev rules to not match wmaster (notting) +- gptsync update (pjones) +- Detect invalid harddrives given to bootloader --driveorder (#33861) + * Wed Oct 17 2007 Peter Jones 11.3.0.42-1 - Don't include 'sound-and-video' in 'Office and Productivity' since the former is enabled by default, and including it here causes disabling OaP diff --git a/sources b/sources index 8932489..4c46c73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1dbfe28250f80db4b959ffe9f331c369 anaconda-11.3.0.42.tar.bz2 +17175e1f3313889edc3914ec28fff7f6 anaconda-11.4.tar.bz2