rpms/mkinitrd/FC-5 mkinitrd-5.0.32-raid456.patch, NONE, 1.1 mkinitrd.spec, 1.116, 1.117

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Nov 17 22:37:05 UTC 2006


Author: pjones

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

Modified Files:
	mkinitrd.spec 
Added Files:
	mkinitrd-5.0.32-raid456.patch 
Log Message:
- Try to load raid456 module when we find raid.

mkinitrd-5.0.32-raid456.patch:
 mkinitrd |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE mkinitrd-5.0.32-raid456.patch ---
--- mkinitrd-5.0.32/mkinitrd.raid456	2006-11-17 17:31:35.000000000 -0500
+++ mkinitrd-5.0.32/mkinitrd	2006-11-17 17:32:21.000000000 -0500
@@ -346,6 +346,7 @@
 	    ;;
 	raid[01456] | raid10)
 	    findmodule $level
+            findmodule raid456
 	    start=1
 	    ;;
 	*)


Index: mkinitrd.spec
===================================================================
RCS file: /cvs/dist/rpms/mkinitrd/FC-5/mkinitrd.spec,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- mkinitrd.spec	30 Aug 2006 19:02:10 -0000	1.116
+++ mkinitrd.spec	17 Nov 2006 22:37:02 -0000	1.117
@@ -1,7 +1,7 @@
 Summary: Creates an initial ramdisk image for preloading modules.
 Name: mkinitrd
 Version: 5.0.32
-Release: 2
+Release: 3
 License: GPL
 Group: System Environment/Base
 Source: mkinitrd-%{version}.tar.bz2
@@ -21,6 +21,8 @@
 %endif
 BuildRoot: %{_tmppath}/%{name}-root
 
+Patch0: mkinitrd-5.0.32-raid456.patch
+
 %description
 Mkinitrd creates filesystem images for use as initial ramdisk (initrd)
 images.  These ramdisk images are often used to preload the block
@@ -38,6 +40,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .raid456
 
 %build
 make
@@ -63,6 +66,11 @@
 %attr(644,root,root) %{_mandir}/man8/grubby.8*
 
 %changelog
+* Fri Nov 17 2006 Peter Jones <pjones at redhat.com> - 5.0.32-3
+- Kernel renamed a driver, which is a big, big no-no (#211030).
+  Bad kernel.
+  Bad.
+
 * Wed Aug 30 2006 David Cantrell <dcantrell at redhat.com> - 5.0.32-2
 - Rebuild against new parted in FC5 (#189708)
 




More information about the fedora-cvs-commits mailing list