From b1da108d2131bd5b7da9e1fd494c4c3cb93c4096 Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Jun 11 2015 09:04:33 +0000 Subject: Remove glibc-headers from devel requires (fixes bz #1230471) --- diff --git a/cfitsio.spec b/cfitsio.spec index ba7c8a5..a670549 100644 --- a/cfitsio.spec +++ b/cfitsio.spec @@ -1,6 +1,6 @@ Name: cfitsio Version: 3.370 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries License: MIT @@ -32,7 +32,7 @@ community. Group: Development/Libraries Summary: Headers required when building programs against cfitsio Requires: %{name} = %{version}-%{release} -Requires: pkgconfig glibc-headers +Requires: pkgconfig %description devel Headers required when building a program against the cfitsio library. @@ -142,6 +142,9 @@ chmod 755 %{buildroot}%{_bindir}/f{,un}pack %{_bindir}/funpack %changelog +* Thu Jun 11 2015 Sergio Pascual - 3.370-4 +- Remove glibc-headers from devel requires (fixes bz #1230471) + * Thu Sep 18 2014 Orion Poplawski - 3.370-3 - Ship cookbook example in -devel docs