[kexec-tools/f13/master] Resolves: bz 629013

Neil Horman nhorman at fedoraproject.org
Thu Sep 16 18:41:37 UTC 2010


commit 3cab8960d016f1d04d749e5ab92ee0b012a8fcfe
Author: Neil Horman <nhorman at shamino.rdu.redhat.com>
Date:   Thu Sep 16 14:41:23 2010 -0400

    Resolves: bz 629013

 kexec-tools.spec |    5 ++++-
 mkdumprd         |    4 ----
 2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/kexec-tools.spec b/kexec-tools.spec
index 31e8469..07fc07a 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -1,6 +1,6 @@
 Name: kexec-tools
 Version: 2.0.0 
-Release: 36%{?dist}
+Release: 37%{?dist}
 License: GPLv2
 Group: Applications/System
 Summary: The kexec/kdump userspace component.
@@ -269,6 +269,9 @@ done
 
 
 %changelog
+* Thu Sep 16 2010 Neil Horman <nhorman at redhat.com> - 2.0.0-37
+- Removed findmodule from mdadm scan (bz 629013)
+
 * Thu Jul 01 2010 Neil Horman <nhorman at redhat.com> - 2.0.0-36
 - Massive forward port of missing patches from RHEL
 - Update mkdumprd to pull in all modules needed
diff --git a/mkdumprd b/mkdumprd
index 24aefba..e7b1e26 100644
--- a/mkdumprd
+++ b/mkdumprd
@@ -1250,10 +1250,6 @@ if [ -f /etc/mdadm.conf ]
 then
         cp /etc/mdadm.conf $MNTIMAGE/etc
         bin="$bin /sbin/mdadm"
-        for i in `cat /etc/mdadm.conf | grep ARRAY | sed -e's/\(^.*level=\)\(.*$\)/\2/' | cut -d" " -f1`
-        do
-            findmodule $i
-        done
 fi
 
 # we need the fstab file so that we can fsck properly


More information about the scm-commits mailing list