rpms/mdadm/F-13 mdadm.spec,1.91,1.92

Doug Ledford dledford at fedoraproject.org
Thu Jul 22 16:42:56 UTC 2010


Author: dledford

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

Modified Files:
	mdadm.spec 
Log Message:
* Thu Jul 22 2010 Doug Ledford <dledford at redhat.com> - 3.1.3-0.git20100722.2
- Remove the glibc-static buildreq and don't build the static mdadm since
  we don't install it anyway
- Remove the udev file since adding it was supposed to be a rawhide only change



Index: mdadm.spec
===================================================================
RCS file: /cvs/extras/rpms/mdadm/F-13/mdadm.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -p -r1.91 -r1.92
--- mdadm.spec	22 Jul 2010 14:57:44 -0000	1.91
+++ mdadm.spec	22 Jul 2010 16:42:56 -0000	1.92
@@ -1,7 +1,7 @@
 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
@@ -17,7 +17,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
@@ -31,11 +30,12 @@ file can be used to help with some commo
 %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}
 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
@@ -73,6 +73,11 @@ 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
+- Remove the glibc-static buildreq and don't build the static mdadm since
+  we don't install it anyway
+- Remove the udev file since adding it was supposed to be a rawhide only change
+
 * 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