rpms/mdadm/devel mdadm.spec,1.78,1.79

Doug Ledford dledford at fedoraproject.org
Fri Jan 15 21:35:06 UTC 2010


Author: dledford

Update of /cvs/extras/rpms/mdadm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23041

Modified Files:
	mdadm.spec 
Log Message:
* Fri Jan 15 2010 Doug Ledford <dledford at redhat.com> - 3.0.3-3
- Fix crash when AUTO keyword is in mdadm.conf (bz552342)



Index: mdadm.spec
===================================================================
RCS file: /cvs/extras/rpms/mdadm/devel/mdadm.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -p -r1.78 -r1.79
--- mdadm.spec	1 Dec 2009 22:46:16 -0000	1.78
+++ mdadm.spec	15 Jan 2010 21:35:06 -0000	1.79
@@ -1,7 +1,7 @@
 Summary:     The mdadm program controls Linux md devices (software RAID arrays)
 Name:        mdadm
 Version:     3.0.3
-Release:     2%{?dist}
+Release:     3%{?dist}
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.bz2
 Source1:     mdmonitor.init
 Source2:     raid-check
@@ -12,6 +12,7 @@ Patch2:      mdadm-3.0-metadata.patch
 Patch3:      mdadm-3.0-uuid.patch
 Patch4:      mdadm-3.0-mdmon-dev-.mdadm.patch
 Patch5:      mdadm-3.0.3-intel-serial.patch
+Patch6:      mdadm-3.0.3-auto.patch
 URL:         http://www.kernel.org/pub/linux/utils/raid/mdadm/
 License:     GPLv2+
 Group:       System Environment/Base
@@ -37,6 +38,7 @@ file can be used to help with some commo
 %patch3 -p1 -b .uuid
 %patch4 -p1 -b .mdmon
 %patch5 -p1 -b .serial
+%patch6 -p1 -b .auto
 
 %build
 make %{?_smp_mflags} CXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" SYSCONFDIR="%{_sysconfdir}" mdadm.static mdadm mdmon
@@ -83,6 +85,9 @@ fi
 %attr(0700,root,root) %dir /var/run/mdadm
 
 %changelog
+* Fri Jan 15 2010 Doug Ledford <dledford at redhat.com> - 3.0.3-3
+- Fix crash when AUTO keyword is in mdadm.conf (bz552342)
+
 * Tue Dec 01 2009 Doug Ledford <dledford at redhat.com> - 3.0.3-2
 - Minor tweak to init script for LSB compliance (bz527957)
 



More information about the scm-commits mailing list