From e0d3e8aae9ee9697ad1a04a18b8cdd2eeb560306 Mon Sep 17 00:00:00 2001 From: Doug Ledford Date: Tue, 13 Apr 2010 23:18:29 +0000 Subject: [PATCH] - Minor update to mdadm.rules to make anaconda happy --- mdadm.rules | 1 + mdadm.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mdadm.rules b/mdadm.rules index 396b342..8ff3847 100644 --- a/mdadm.rules +++ b/mdadm.rules @@ -2,6 +2,7 @@ # automatically cause mdadm to be run. # See udev(8) for syntax +ENV{ANACONDA}=="?*", GOTO="md_imsm_inc_end" SUBSYSTEM=="block", ACTION=="add", ENV{ID_FS_TYPE}=="linux_raid_member", \ RUN+="/sbin/mdadm -I $tempnode" SUBSYSTEM=="block", ACTION=="remove", ENV{ID_FS_TYPE}=="linux_raid_member", \ diff --git a/mdadm.spec b/mdadm.spec index dc4d4bb..407603f 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -1,7 +1,7 @@ Summary: The mdadm program controls Linux md devices (software RAID arrays) Name: mdadm Version: 3.1.2 -Release: 9%{?dist} +Release: 10%{?dist} Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.bz2 Source1: mdmonitor.init Source2: raid-check @@ -97,6 +97,9 @@ fi %attr(0700,root,root) %dir /var/run/mdadm %changelog +* Tue Apr 13 2010 Doug Ledford - 3.1.2-10 +- Minor update to mdadm.rules to make anaconda happy + * Thu Apr 08 2010 Doug Ledford - 3.1.2-9 - Slight fix on container patch