diff --git a/abicheck.spec b/abicheck.spec index f78d11a..c0d0060 100644 --- a/abicheck.spec +++ b/abicheck.spec @@ -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 @@ Patch2: abicheck-1.2-bindings-fc4.patch 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 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 24 2009 Michael Schwendt - 1.2-22 +- Fedora > 10: conditional BR glibc-static as needed for test-suite + * Mon Feb 23 2009 Fedora Release Engineering - 1.2-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild