rpms/anaconda/devel .cvsignore, 1.456, 1.457 anaconda.spec, 1.594, 1.595 sources, 1.585, 1.586

Christopher Edward Lumens (clumens) fedora-extras-commits at redhat.com
Thu Nov 8 20:24:51 UTC 2007


Author: clumens

Update of /cvs/pkgs/rpms/anaconda/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18104

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
New version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.456
retrieving revision 1.457
diff -u -r1.456 -r1.457
--- .cvsignore	17 Oct 2007 20:04:52 -0000	1.456
+++ .cvsignore	8 Nov 2007 20:24:18 -0000	1.457
@@ -1 +1,2 @@
 anaconda-11.3.0.42.tar.bz2
+anaconda-11.4.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.594
retrieving revision 1.595
diff -u -r1.594 -r1.595
--- anaconda.spec	17 Oct 2007 20:04:52 -0000	1.594
+++ anaconda.spec	8 Nov 2007 20:24:18 -0000	1.595
@@ -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: desktop-file-utils
 %endif
 
+Requires: policycoreutils
 Requires: rpm-python >= %{rpmpythonver}
 Requires: rhpl >= %{rhplver}
 Requires: booty
@@ -123,6 +124,7 @@
 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 @@
 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
 
 %changelog
+* Thu Nov 08 2007 Chris Lumens <clumens at 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 at 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 at 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 at redhat.com> 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.585
retrieving revision 1.586
diff -u -r1.585 -r1.586
--- sources	17 Oct 2007 20:04:52 -0000	1.585
+++ sources	8 Nov 2007 20:24:18 -0000	1.586
@@ -1 +1 @@
-1dbfe28250f80db4b959ffe9f331c369  anaconda-11.3.0.42.tar.bz2
+17175e1f3313889edc3914ec28fff7f6  anaconda-11.4.tar.bz2




More information about the fedora-extras-commits mailing list