[mdadm] Somehow the 64-md-raid.rules file went missing. Put it back. Resolves: bz692248

Doug Ledford dledford at fedoraproject.org
Thu Mar 31 17:04:28 UTC 2011


commit e7f10cb663332e4e1d3fa79b58264bf4ffd7d307
Author: Doug Ledford <dledford at redhat.com>
Date:   Thu Mar 31 13:04:21 2011 -0400

    Somehow the 64-md-raid.rules file went missing.  Put it back.
    Resolves: bz692248

 mdadm.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mdadm.spec b/mdadm.spec
index f8469a7..3be2088 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.2.1
-Release:     3%{?dist}
+Release:     4%{?dist}
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.bz2
 Source1:     mdmonitor.init
 Source2:     raid-check
@@ -40,7 +40,6 @@ make %{?_smp_mflags} CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}" mdadm
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} MANDIR=%{_mandir} BINDIR=/sbin install
-rm -f %{buildroot}/lib/udev/rules.d/64*
 install -Dp -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/mdmonitor
 install -Dp -m 755 %{SOURCE2} %{buildroot}%{_sbindir}/raid-check
 install -Dp -m 644 %{SOURCE3} %{buildroot}/lib/udev/rules.d/65-md-incremental.rules
@@ -80,6 +79,10 @@ fi
 %ghost %attr(0700,root,root) %dir /var/run/mdadm
 
 %changelog
+* Thu Mar 31 2011 Doug Ledford <dledford at redhat.com> - 3.2.1-4
+- Somehow the 64-md-raid.rules file went missing.  Put it back.
+- Resolves: bz692248
+
 * Thu Mar 31 2011 Doug Ledford <dledford at redhat.com> - 3.2.1-3
 - Fix mdmonitor init script setup of SELinux on PIDPATH
 - Resolves: bz692559


More information about the scm-commits mailing list