rpms/mdadm/devel mdadm.spec,1.98,1.99

Doug Ledford dledford at fedoraproject.org
Thu Jul 22 16:15:35 UTC 2010


Author: dledford

Update of /cvs/extras/rpms/mdadm/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21614

Modified Files:
	mdadm.spec 
Log Message:
* Thu Jul 22 2010 Doug Ledford <dledford at redhat.com> - 3.1.3-0.git20100722.2
- Comment out the incremental assembly rules from the main udev rule file
  so we can control it in our own incremental assembly specific rule file
- Don't build the static package, we don't install it, also remove the
  glibc-static buildreq



Index: mdadm.spec
===================================================================
RCS file: /cvs/extras/rpms/mdadm/devel/mdadm.spec,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -p -r1.98 -r1.99
--- mdadm.spec	22 Jul 2010 14:55:56 -0000	1.98
+++ mdadm.spec	22 Jul 2010 16:15:35 -0000	1.99
@@ -1,12 +1,13 @@
 Summary:     The mdadm program controls Linux md devices (software RAID arrays)
 Name:        mdadm
 Version:     3.1.3
-Release:     0.git20100722.1%{?dist}
+Release:     0.git20100722.2%{?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
+Patch19:     mdadm-3.1.3-udev.patch
 Patch20:     mdadm-2.5.2-static.patch
 URL:         http://www.kernel.org/pub/linux/utils/raid/mdadm/
 License:     GPLv2+
@@ -17,7 +18,6 @@ Requires(post): /sbin/service, /sbin/chk
 Requires(preun): /sbin/service, /sbin/chkconfig
 Requires(postun): /sbin/service
 Requires: udev
-BuildRequires: glibc-static
 
 %description 
 The mdadm program is used to create, manage, and monitor Linux MD (software
@@ -28,10 +28,11 @@ file can be used to help with some commo
 
 %prep
 %setup -q -n mdadm-3.1.3-git20100722
+%patch19 -p1 -b .udev
 %patch20 -p1 -b .static
 
 %build
-make %{?_smp_mflags} CXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" SYSCONFDIR="%{_sysconfdir}" mdadm.static mdadm mdmon
+make %{?_smp_mflags} CXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" SYSCONFDIR="%{_sysconfdir}" mdadm mdmon
 
 %install
 rm -rf %{buildroot}
@@ -73,6 +74,12 @@ 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.2
+- Comment out the incremental assembly rules from the main udev rule file
+  so we can control it in our own incremental assembly specific rule file
+- Don't build the static package, we don't install it, also remove the
+  glibc-static buildreq
+
 * 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)



More information about the scm-commits mailing list