- Update to latest upstream version
This commit is contained in:
parent
ce0fff6111
commit
608d0fc41f
@ -5,3 +5,4 @@ mdadm-2.5.2.tar.bz2
|
||||
mdadm-2.5.3.tar.bz2
|
||||
mdadm-2.5.4.tgz
|
||||
mdadm-2.6.tgz
|
||||
mdadm-2.6.1.tgz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: mdadm controls Linux md devices (software RAID arrays)
|
||||
Name: mdadm
|
||||
Version: 2.6
|
||||
Version: 2.6.1
|
||||
Release: 1%{?dist}
|
||||
Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
|
||||
Source1: mdmonitor.init
|
||||
@ -44,7 +44,9 @@ mkdir -p -m 700 $RPM_BUILD_ROOT/var/run/mdadm
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
/sbin/chkconfig --add mdmonitor
|
||||
if [ "$1" = 1 ]; then
|
||||
/sbin/chkconfig --add mdmonitor
|
||||
fi
|
||||
# If we are upgrading, the postun for mdmpd will not have deleted the init.d
|
||||
# file, so clean the stale file out here. We should only have to carry this
|
||||
# baggage around for a little while before we can assume that the old mdmpd
|
||||
@ -74,6 +76,9 @@ fi
|
||||
%attr(0700,root,root) %dir /var/run/mdadm
|
||||
|
||||
%changelog
|
||||
* Sat Mar 31 2007 Doug Ledford <dledford@redhat.com> - 2.6.1-1
|
||||
- Update to latest upstream version
|
||||
|
||||
* Fri Jan 26 2007 Doug Ledford <dledford@redhat.com> - 2.6-1
|
||||
- Update to latest upstream version
|
||||
- Remove the mdmpd daemon entirely. Now that multipath tools from the lvm/dm
|
||||
|
Loading…
Reference in New Issue
Block a user