rpms/mdadm/F-12 mdadm.spec,1.82,1.83

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


Author: dledford

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

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 package
  since we don't install it any more anyway



Index: mdadm.spec
===================================================================
RCS file: /cvs/extras/rpms/mdadm/F-12/mdadm.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -p -r1.82 -r1.83
--- mdadm.spec	22 Jul 2010 15:15:05 -0000	1.82
+++ mdadm.spec	22 Jul 2010 16:56:43 -0000	1.83
@@ -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,7 +30,7 @@ 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}
@@ -74,6 +73,10 @@ 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 package
+  since we don't install it any more anyway
+
 * 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, bz575164))



More information about the scm-commits mailing list