diff --git a/kexec-tools.spec b/kexec-tools.spec index c29eed5..341a621 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.0 -Release: 29%{?dist} +Release: 30%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component. @@ -264,6 +264,9 @@ done %changelog +* Tue Dec 01 2009 Neil Horman - 2.0.0-30 +- Fix raid support in mkdumprd (bz 519767) + * Mon Nov 23 2009 Neil Horman - 2.0.0-29 - Updating firstboot script to RHEL-6 version (bz 539812) diff --git a/mkdumprd b/mkdumprd index 06b80cc..191f211 100644 --- a/mkdumprd +++ b/mkdumprd @@ -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