rpms/kexec-tools/F-12 kexec-tools.spec, 1.154, 1.155 mkdumprd, 1.28, 1.29

Neil Horman nhorman at fedoraproject.org
Tue Dec 1 19:16:30 UTC 2009


Author: nhorman

Update of /cvs/extras/rpms/kexec-tools/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8066

Modified Files:
	kexec-tools.spec mkdumprd 
Log Message:
Resolves: bz519767


Index: kexec-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/F-12/kexec-tools.spec,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -p -r1.154 -r1.155
--- kexec-tools.spec	23 Nov 2009 16:20:14 -0000	1.154
+++ kexec-tools.spec	1 Dec 2009 19:16:30 -0000	1.155
@@ -1,6 +1,6 @@
 Name: kexec-tools
 Version: 2.0.0 
-Release: 28%{?dist}
+Release: 29%{?dist}
 License: GPLv2
 Group: Applications/System
 Summary: The kexec/kdump userspace component.
@@ -264,6 +264,9 @@ done
 
 
 %changelog
+* Tue Dec 01 2009 Neil Horman <nhorman at redhat.com> - 2.0.0-29
+- Update to support all raid modes (bz 519767)
+
 * Mon Nov 23 2009 Neil Horman <nhorman at redhat.com> - 2.0.0-28
 - Update firstboot_kdump.py to rawhide version (bz 539812)
 


Index: mkdumprd
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/F-12/mkdumprd,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- mkdumprd	15 Jun 2009 16:58:42 -0000	1.28
+++ mkdumprd	1 Dec 2009 19:16:30 -0000	1.29
@@ -188,6 +188,9 @@ findmodule() {
 	findmodule ieee1394
 	findmodule ohci1394
 	modName="sbp2"
+    elif [ "$modName" = "raid6" ]; then
+	findmodule raid456
+        modName="raid456"
     else
 	moduledep $modName
 	for i in $deps; do




More information about the scm-commits mailing list