rpms/mdadm/devel mdadm.rules,1.13,1.14 mdadm.spec,1.93,1.94

Doug Ledford dledford at fedoraproject.org
Tue Apr 13 23:24:08 UTC 2010


Author: dledford

Update of /cvs/extras/rpms/mdadm/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7009

Modified Files:
	mdadm.rules mdadm.spec 
Log Message:
* Tue Apr 13 2010 Doug Ledford <dledford at redhat.com> - 3.1.2-10
- Minor update to mdadm.rules to make anaconda happy



Index: mdadm.rules
===================================================================
RCS file: /cvs/extras/rpms/mdadm/devel/mdadm.rules,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- mdadm.rules	8 Apr 2010 16:55:45 -0000	1.13
+++ mdadm.rules	13 Apr 2010 23:24:06 -0000	1.14
@@ -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", \


Index: mdadm.spec
===================================================================
RCS file: /cvs/extras/rpms/mdadm/devel/mdadm.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -p -r1.93 -r1.94
--- mdadm.spec	8 Apr 2010 21:13:08 -0000	1.93
+++ mdadm.spec	13 Apr 2010 23:24:07 -0000	1.94
@@ -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 <dledford at redhat.com> - 3.1.2-10
+- Minor update to mdadm.rules to make anaconda happy
+
 * Thu Apr 08 2010 Doug Ledford <dledford at redhat.com> - 3.1.2-9
 - Slight fix on container patch
 



More information about the scm-commits mailing list