From 192ef99e51a7476079bace4fa2333e2b7bd41f0c Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 18 Mar 2015 12:04:11 +0100 Subject: [PATCH] Don't manually require pkgconfig; rpmbuild generates this automatically --- rest.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)