diff --git a/rest.spec b/rest.spec index da7d039..2ffe57d 100644 --- a/rest.spec +++ b/rest.spec @@ -27,7 +27,6 @@ this library is attempting to support. Summary: Development package for %{name} Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: pkgconfig %description devel Files for development with %{name}. @@ -72,6 +71,7 @@ find %{buildroot} -type f -name "*.la" -delete * Wed Mar 18 2015 Kalev Lember - 0.7.93-1 - Update to 0.7.93 - Tighten deps with the _isa macro +- Don't manually require pkgconfig; rpmbuild generates this automatically * Fri Jan 9 2015 Debarshi Ray 0.7.92-6 - Backport upstream patch to fix a memory error (GNOME #742644)