- Update to latest upstream version

This commit is contained in:
Doug Ledford 2007-03-31 13:03:11 +00:00
parent ce0fff6111
commit 608d0fc41f
3 changed files with 9 additions and 3 deletions

View File

@ -5,3 +5,4 @@ mdadm-2.5.2.tar.bz2
mdadm-2.5.3.tar.bz2 mdadm-2.5.3.tar.bz2
mdadm-2.5.4.tgz mdadm-2.5.4.tgz
mdadm-2.6.tgz mdadm-2.6.tgz
mdadm-2.6.1.tgz

View File

@ -1,6 +1,6 @@
Summary: mdadm controls Linux md devices (software RAID arrays) Summary: mdadm controls Linux md devices (software RAID arrays)
Name: mdadm Name: mdadm
Version: 2.6 Version: 2.6.1
Release: 1%{?dist} Release: 1%{?dist}
Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
Source1: mdmonitor.init Source1: mdmonitor.init
@ -44,7 +44,9 @@ mkdir -p -m 700 $RPM_BUILD_ROOT/var/run/mdadm
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post %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 # 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 # 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 # 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 %attr(0700,root,root) %dir /var/run/mdadm
%changelog %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 * Fri Jan 26 2007 Doug Ledford <dledford@redhat.com> - 2.6-1
- Update to latest upstream version - Update to latest upstream version
- Remove the mdmpd daemon entirely. Now that multipath tools from the lvm/dm - Remove the mdmpd daemon entirely. Now that multipath tools from the lvm/dm

View File

@ -1 +1 @@
15019078eacc8c21eac7b0b7faf86129 mdadm-2.6.tgz dd951296208068119132a684d835e18c mdadm-2.6.1.tgz