From 5a44a04f673728f7e72391112d0cdfd34745ec96 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Tue, 1 Dec 2009 17:56:44 +0000 Subject: [PATCH] Resolves: bz519767 --- kexec-tools.spec | 5 ++++- mkdumprd | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) 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