Somehow the 64-md-raid.rules file went missing. Put it back.
Resolves: bz692248
This commit is contained in:
parent
43ea33bd96
commit
e7f10cb663
@ -1,7 +1,7 @@
|
|||||||
Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
||||||
Name: mdadm
|
Name: mdadm
|
||||||
Version: 3.2.1
|
Version: 3.2.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.bz2
|
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.bz2
|
||||||
Source1: mdmonitor.init
|
Source1: mdmonitor.init
|
||||||
Source2: raid-check
|
Source2: raid-check
|
||||||
@ -40,7 +40,6 @@ make %{?_smp_mflags} CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}" mdadm
|
|||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make DESTDIR=%{buildroot} MANDIR=%{_mandir} BINDIR=/sbin install
|
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 %{SOURCE1} %{buildroot}%{_initrddir}/mdmonitor
|
||||||
install -Dp -m 755 %{SOURCE2} %{buildroot}%{_sbindir}/raid-check
|
install -Dp -m 755 %{SOURCE2} %{buildroot}%{_sbindir}/raid-check
|
||||||
install -Dp -m 644 %{SOURCE3} %{buildroot}/lib/udev/rules.d/65-md-incremental.rules
|
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
|
%ghost %attr(0700,root,root) %dir /var/run/mdadm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 31 2011 Doug Ledford <dledford@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@redhat.com> - 3.2.1-3
|
* Thu Mar 31 2011 Doug Ledford <dledford@redhat.com> - 3.2.1-3
|
||||||
- Fix mdmonitor init script setup of SELinux on PIDPATH
|
- Fix mdmonitor init script setup of SELinux on PIDPATH
|
||||||
- Resolves: bz692559
|
- Resolves: bz692559
|
||||||
|
Loading…
Reference in New Issue
Block a user