rpms/mdadm/devel .cvsignore, 1.16, 1.17 mdadm.spec, 1.39, 1.40 sources, 1.16, 1.17 mdadm-1.11.0-default-auto.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Mar 31 13:03:16 UTC 2007


Author: dledford

Update of /cvs/dist/rpms/mdadm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9975

Modified Files:
	.cvsignore mdadm.spec sources 
Removed Files:
	mdadm-1.11.0-default-auto.patch 
Log Message:
* Sat Mar 31 2007 Doug Ledford <dledford at redhat.com> - 2.6.1-1
- Update to latest upstream version



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/mdadm/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	26 Jan 2007 19:17:05 -0000	1.16
+++ .cvsignore	31 Mar 2007 13:03:11 -0000	1.17
@@ -5,3 +5,4 @@
 mdadm-2.5.3.tar.bz2
 mdadm-2.5.4.tgz
 mdadm-2.6.tgz
+mdadm-2.6.1.tgz


Index: mdadm.spec
===================================================================
RCS file: /cvs/dist/rpms/mdadm/devel/mdadm.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- mdadm.spec	26 Jan 2007 19:17:05 -0000	1.39
+++ mdadm.spec	31 Mar 2007 13:03:11 -0000	1.40
@@ -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 @@
 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 @@
 %attr(0700,root,root) %dir /var/run/mdadm
 
 %changelog
+* Sat Mar 31 2007 Doug Ledford <dledford at redhat.com> - 2.6.1-1
+- Update to latest upstream version
+
 * Fri Jan 26 2007 Doug Ledford <dledford at redhat.com> - 2.6-1
 - Update to latest upstream version
 - Remove the mdmpd daemon entirely.  Now that multipath tools from the lvm/dm


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/mdadm/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	26 Jan 2007 19:17:05 -0000	1.16
+++ sources	31 Mar 2007 13:03:11 -0000	1.17
@@ -1 +1 @@
-15019078eacc8c21eac7b0b7faf86129  mdadm-2.6.tgz
+dd951296208068119132a684d835e18c  mdadm-2.6.1.tgz


--- mdadm-1.11.0-default-auto.patch DELETED ---




More information about the fedora-cvs-commits mailing list