rpms/mkinitrd/devel .cvsignore, 1.71, 1.72 mkinitrd.spec, 1.75, 1.76 sources, 1.76, 1.77

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 29 20:46:57 UTC 2005


Author: pjones

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

Modified Files:
	.cvsignore mkinitrd.spec sources 
Log Message:
move to 5.0.2



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/mkinitrd/devel/.cvsignore,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- .cvsignore	28 Sep 2005 03:21:17 -0000	1.71
+++ .cvsignore	29 Sep 2005 20:46:55 -0000	1.72
@@ -1,2 +1 @@
-mkinitrd-4.2.23.tar.bz2
-mkinitrd-5.0.0.tar.bz2
+mkinitrd-5.0.2.tar.bz2


Index: mkinitrd.spec
===================================================================
RCS file: /cvs/dist/rpms/mkinitrd/devel/mkinitrd.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- mkinitrd.spec	28 Sep 2005 03:20:41 -0000	1.75
+++ mkinitrd.spec	29 Sep 2005 20:46:55 -0000	1.76
@@ -1,6 +1,6 @@
 Summary: Creates an initial ramdisk image for preloading modules.
 Name: mkinitrd
-Version: 5.0.0
+Version: 5.0.2
 Release: 1
 License: GPL
 Group: System Environment/Base
@@ -57,6 +57,40 @@
 %attr(644,root,root) %{_mandir}/man8/grubby.8*
 
 %changelog
+* Thu Sep 29 2005 Peter Jones <pjones at redhat.com> - 5.0.2-1
+- add error and quiet printf functions
+- use them instead of testing quiet and typing stderr everywhere
+- actually make _all_ errors use eprintf (and thus stderr)
+- print strerror in errors instead of raw errno
+- make "getKernelCmdLine use readFD
+- make "getKernelArg" picky about if you've got the right command vs
+  just one that starts with the same string
+- make "getKernelArg" handle "=" for you, so it either gives you the value
+  when there is one, '\0' when there's not and it's EOL, or whitespace.
+- reformat some two-space-indent spots
+- check for short reads in catCommand
+- kill pivotroot
+- cleaned up resume messages
+- make mkrootdev use readFD
+- combine mkdevies and makedevs into mkblkdevs, no longer
+  using /proc/partitions
+- don't use callocs+memcpy/strcpy+strcat when we can use asprintf
+- make setQuietCommand use getKenrelArg
+- make runStartup use readFD
+- patch from Alexandre Oliva to fix LVM-on-RAID1 /root and swap-on-LVM
+  (bz #169059)
+- reorder device creation for easier maintenance create /dev/rtc
+- change fixme comment about lvm vgs
+- use cemit at some places we used a lot of emits before
+- reorder device node creation for clarity
+- use mkblkdevs instead of makedevs and mkdevices
+- decouple loopback root and lvm
+
+* Wed Sep 28 2005 Peter Jones <pjones at redhat.com> - 5.0.1-1
+- create /dev/rtc
+- create /dev/tty, /dev/tty{0..11}, and /dev/ttyS{0..4}
+- tweak the messages output in loud mode during device node creation
+
 * Tue Sep 27 2005 Peter Jones <pjones at redhat.com> - 5.0.0-1
 - remove support for pivotroot
 - remove support for non-initramfs initrds


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/mkinitrd/devel/sources,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- sources	28 Sep 2005 03:21:17 -0000	1.76
+++ sources	29 Sep 2005 20:46:55 -0000	1.77
@@ -1,2 +1 @@
-6abd714d2113026ce154d9c1591549d5  mkinitrd-4.2.23.tar.bz2
-e774c69a9880e9b203dc3b4f466208a0  mkinitrd-5.0.0.tar.bz2
+c0d203dc3c2e333081d2bc2297a03d46  mkinitrd-5.0.2.tar.bz2




More information about the fedora-cvs-commits mailing list