From 1b0c8591cb6709a9692de1a80b5528847424f35c Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 18 Jan 2019 15:04:44 +0100 Subject: [PATCH] Remove dependency on pkg-config from devel Requires MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit provide .pc file does not mean that package requires pkg-config Initial version from: Tomasz Kłoczko --- libtdb.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/libtdb.spec b/libtdb.spec index 923a665..2576fdd 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -46,7 +46,6 @@ A library that implements a trivial database. %package devel Summary: Header files need to link the Tdb library Requires: libtdb = %{version}-%{release} -Requires: pkgconfig %description devel Header files needed to develop programs that link against the Tdb library.