rpms/mdadm/F-13 .cvsignore, 1.30, 1.31 mdadm.spec, 1.90, 1.91 sources, 1.30, 1.31 mdadm-3.1.2-lock.patch, 1.1, NONE mdadm-3.1.3-read.patch, 1.1, NONE

Doug Ledford dledford at fedoraproject.org
Thu Jul 22 14:57:44 UTC 2010


Author: dledford

Update of /cvs/extras/rpms/mdadm/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1745

Modified Files:
	.cvsignore mdadm.spec sources 
Removed Files:
	mdadm-3.1.2-lock.patch mdadm-3.1.3-read.patch 
Log Message:
* Thu Jul 22 2010 Doug Ledford <dledford at redhat.com> - 3.1.3-0.git20100722.1
- Change git date format to the correct format (YYYYMMDD)
- Update to latest upstream push (fixes bz604023)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mdadm/F-13/.cvsignore,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- .cvsignore	20 Jul 2010 22:01:38 -0000	1.30
+++ .cvsignore	22 Jul 2010 14:57:43 -0000	1.31
@@ -2,3 +2,4 @@ mdadm-3.0.3.tar.bz2
 mdadm-3.1.1-gcd9a8b5.tar.bz2
 mdadm-3.1.2.tar.bz2
 mdadm-3.1.3-git07202010.tar.bz2
+mdadm-3.1.3-git20100722.tar.bz2


Index: mdadm.spec
===================================================================
RCS file: /cvs/extras/rpms/mdadm/F-13/mdadm.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -p -r1.90 -r1.91
--- mdadm.spec	20 Jul 2010 22:01:40 -0000	1.90
+++ mdadm.spec	22 Jul 2010 14:57:44 -0000	1.91
@@ -1,14 +1,12 @@
 Summary:     The mdadm program controls Linux md devices (software RAID arrays)
 Name:        mdadm
 Version:     3.1.3
-Release:     0.git07202010.2%{?dist}
-Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}-git07202010.tar.bz2
+Release:     0.git20100722.1%{?dist}
+Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}-git20100722.tar.bz2
 Source1:     mdmonitor.init
 Source2:     raid-check
 Source3:     mdadm.rules
 Source4:     mdadm-raid-check-sysconfig
-Patch0:      mdadm-3.1.3-read.patch
-PAtch1:      mdadm-3.1.2-lock.patch
 Patch20:     mdadm-2.5.2-static.patch
 URL:         http://www.kernel.org/pub/linux/utils/raid/mdadm/
 License:     GPLv2+
@@ -29,9 +27,7 @@ almost all functions without a configura
 file can be used to help with some common tasks.
 
 %prep
-%setup -q -n mdadm-3.1.3-git07202010
-%patch0 -p1 -b .read
-%patch1 -p1 -b .lock
+%setup -q -n mdadm-3.1.3-git20100722
 %patch20 -p1 -b .static
 
 %build
@@ -40,7 +36,6 @@ make %{?_smp_mflags} CXFLAGS="$RPM_OPT_F
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} MANDIR=%{_mandir} BINDIR=/sbin install
-rm -f %{buildroot}/lib/udev/rules.d/64*
 install -Dp -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/mdmonitor
 install -Dp -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/cron.weekly/99-raid-check
 install -Dp -m 644 %{SOURCE3} %{buildroot}/lib/udev/rules.d/65-md-incremental.rules
@@ -78,11 +73,17 @@ fi
 %attr(0700,root,root) %dir /var/run/mdadm
 
 %changelog
+* Thu Jul 22 2010 Doug Ledford <dledford at redhat.com> - 3.1.3-0.git20100722.1
+- Change git date format to the correct format (YYYYMMDD)
+- Update to latest upstream push (fixes bz604023)
+
 * Tue Jul 20 2010 Doug Ledford <dledford at redhat.com> - 3.1.3-0.git07202010.2
-- Fix racy locking of mapfile (bz600900)
+- Fix racy locking of mapfile (bz616596)
 
 * Tue Jul 20 2010 Doug Ledford <dledford at redhat.com> - 3.1.3-0.git07202010.1
 - Update to latest git repo (3.1.2 plus pending changes, fixes bz602457)
+- Add in 64-md-raid.rules to compensate for it no longer being in udev
+  (bz581905)
 - Remove mdadm.static as its no longer used in initrd creation
 
 * Tue Apr 13 2010 Doug Ledford <dledford at redhat.com> - 3.1.2-10


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mdadm/F-13/sources,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- sources	20 Jul 2010 22:01:40 -0000	1.30
+++ sources	22 Jul 2010 14:57:44 -0000	1.31
@@ -1,2 +1,3 @@
 c5a39f38c465229767a5af2a4eb81bef  mdadm-3.1.2.tar.bz2
 3c1df7259e17ed909ddd4b28e434f10a  mdadm-3.1.3-git07202010.tar.bz2
+da4e77a02b267d61e0d4073f9a1ec324  mdadm-3.1.3-git20100722.tar.bz2


--- mdadm-3.1.2-lock.patch DELETED ---


--- mdadm-3.1.3-read.patch DELETED ---



More information about the scm-commits mailing list