[kexec-tools/f14/master] Resolves: bz 630598)

Neil Horman nhorman at fedoraproject.org
Wed Sep 15 20:04:54 UTC 2010


commit ce87532b8f9750741fa087b91369b6a6491b90b7
Author: Neil Horman <nhorman at tuxdriver.com>
Date:   Wed Sep 15 16:01:18 2010 -0400

    Resolves: bz 630598)

 kexec-tools.spec |    5 ++++-
 mkdumprd         |    4 ----
 2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/kexec-tools.spec b/kexec-tools.spec
index ed7eea1..20134c3 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -1,6 +1,6 @@
 Name: kexec-tools
 Version: 2.0.0 
-Release: 38%{?dist}
+Release: 39%{?dist}
 License: GPLv2
 Group: Applications/System
 Summary: The kexec/kdump userspace component.
@@ -280,6 +280,9 @@ done
 
 
 %changelog
+* Wed Sep 15 2010 Neil Horman <nhorman at redhat.com> - 2.0.0-39
+- remove mdadm findmodule parsing (bz 630598)
+
 * Wed Aug 11 2010 David Malcolm <dmalcolm at redhat.com> - 2.0.0-38
 - recompiling .py files against Python 2.7 (rhbz#623327)
 
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