diff --git a/.cvsignore b/.cvsignore index 7867080..a5315e2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/mdadm.spec b/mdadm.spec index d5e6661..b4d6768 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -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 - 2.6.1-1 +- Update to latest upstream version + * Fri Jan 26 2007 Doug Ledford - 2.6-1 - Update to latest upstream version - Remove the mdmpd daemon entirely. Now that multipath tools from the lvm/dm diff --git a/sources b/sources index abeeaec..92e3c68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -15019078eacc8c21eac7b0b7faf86129 mdadm-2.6.tgz +dd951296208068119132a684d835e18c mdadm-2.6.1.tgz