rpms/abicheck/devel abicheck.spec,1.56,1.57

Michael Schwendt mschwendt at fedoraproject.org
Tue Feb 24 09:04:06 UTC 2009


Author: mschwendt

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

Modified Files:
	abicheck.spec 
Log Message:
* Tue Feb 24 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.2-22
- Fedora > 10: conditional BR glibc-static as needed for test-suite



Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- abicheck.spec	23 Feb 2009 23:54:43 -0000	1.56
+++ abicheck.spec	24 Feb 2009 09:03:36 -0000	1.57
@@ -3,7 +3,7 @@
 Summary: 	ABI checking tool
 Name: 		abicheck
 Version: 	1.2
-Release:	21
+Release:	22
 License: 	LGPLv2
 Group: 		Applications/File
 URL: 		http://abicheck.sourceforge.net/
@@ -15,6 +15,12 @@
 Patch3:		abicheck-1.2-libgcc.patch
 Patch5:		abicheck-1.2-ldlinux.patch
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
+
+%if 0%{?fedora} > 10
+# as of glibc-2.9.90-7 in Rawhide
+BuildRequires:  glibc-static
+%endif
+
 Requires:	binutils perl
 
 
@@ -64,6 +70,9 @@
 
 
 %changelog
+* Tue Feb 24 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.2-22
+- Fedora > 10: conditional BR glibc-static as needed for test-suite
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-21
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list