rpms/mkinitrd/devel mkinitrd.spec,1.69,1.70

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 21 21:51:25 UTC 2005


Author: pjones

Update of /cvs/dist/rpms/mkinitrd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8396

Modified Files:
	mkinitrd.spec 
Log Message:
update spec for 4.2.22



Index: mkinitrd.spec
===================================================================
RCS file: /cvs/dist/rpms/mkinitrd/devel/mkinitrd.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- mkinitrd.spec	16 Aug 2005 02:16:48 -0000	1.69
+++ mkinitrd.spec	21 Sep 2005 21:51:23 -0000	1.70
@@ -1,6 +1,6 @@
 Summary: Creates an initial ramdisk image for preloading modules.
 Name: mkinitrd
-Version: 4.2.21
+Version: 4.2.22
 Release: 1
 License: GPL
 Group: System Environment/Base
@@ -57,6 +57,15 @@
 %attr(644,root,root) %{_mandir}/man8/grubby.8*
 
 %changelog
+* Wed Sep 21 2005 Peter Jones <pjones at redhat.com> - 4.2.22-1
+- Only scan appended kernel command line args for duplicates once.
+- handle short reads correctly in nash's readFD
+- use calloc for things instead of malloc, since we usually need zeroed memory
+  and we never memset
+- use canonicalize_file_name instead of malloc+realpath
+- honor quiet flag on suspend/resume
+- autodetect storage drivers in mkinitrd
+
 * Mon Aug 15 2005 Peter Jones <pjones at redhat.com> - 4.2.21-1
 - Fix a bug in switchroot's command line parsing (patch from mkj)
 




More information about the fedora-cvs-commits mailing list