1
0
forked from rpms/anaconda

New version.

This commit is contained in:
Christopher Edward Lumens 2007-11-08 20:24:18 +00:00
parent 2e4267a6b2
commit 5ef210b817
3 changed files with 61 additions and 2 deletions

View File

@ -1 +1,2 @@
anaconda-11.3.0.42.tar.bz2 anaconda-11.3.0.42.tar.bz2
anaconda-11.4.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 11.3.0.42 Version: 11.4
Release: 1 Release: 1
License: GPLv2 License: GPLv2
Group: Applications/System Group: Applications/System
@ -73,6 +73,7 @@ BuildRequires: zlib-devel
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
%endif %endif
Requires: policycoreutils
Requires: rpm-python >= %{rpmpythonver} Requires: rpm-python >= %{rpmpythonver}
Requires: rhpl >= %{rhplver} Requires: rhpl >= %{rhplver}
Requires: booty Requires: booty
@ -123,6 +124,7 @@ Requires: anaconda = %{version}-%{release}
Requires: createrepo >= 0.4.7, squashfs-tools, mkisofs Requires: createrepo >= 0.4.7, squashfs-tools, mkisofs
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
Requires: syslinux Requires: syslinux
Requires: makebootfat
%endif %endif
%ifarch s390 s390x %ifarch s390 s390x
Requires: openssh Requires: openssh
@ -214,6 +216,62 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog %changelog
* Thu Nov 08 2007 Chris Lumens <clumens@redhat.com> 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 <katzj@redhat.com> 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 <katzj@redhat.com> 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 <pjones@redhat.com> 11.3.0.42-1 * Wed Oct 17 2007 Peter Jones <pjones@redhat.com> 11.3.0.42-1
- Don't include 'sound-and-video' in 'Office and Productivity' since the - Don't include 'sound-and-video' in 'Office and Productivity' since the
former is enabled by default, and including it here causes disabling OaP former is enabled by default, and including it here causes disabling OaP

View File

@ -1 +1 @@
1dbfe28250f80db4b959ffe9f331c369 anaconda-11.3.0.42.tar.bz2 17175e1f3313889edc3914ec28fff7f6 anaconda-11.4.tar.bz2