From ef431013718f14e5250f41239442a063e6abe573a26a8f93ac9331864eb67c48 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 20 May 2018 12:35:58 +0000 Subject: [PATCH] - Add BR pkgconfig to generate pkgconfig() deps OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=2 --- pkgconf.changes | 5 +++++ pkgconf.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/pkgconf.changes b/pkgconf.changes index b945ec5..103e6e6 100644 --- a/pkgconf.changes +++ b/pkgconf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 20 12:34:57 UTC 2018 - Neal Gompa + +- Add BR pkgconfig to generate pkgconfig() deps + ------------------------------------------------------------------- Sun May 20 01:32:46 UTC 2018 - Neal Gompa diff --git a/pkgconf.spec b/pkgconf.spec index 7423305..2caa458 100644 --- a/pkgconf.spec +++ b/pkgconf.spec @@ -55,6 +55,9 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool +# To ensure that the pkgconfig() deps are generated +BuildRequires: pkgconfig + # pkgconf uses libpkgconf internally Requires: %{libname}%{?_isa} = %{version}-%{release}