From a88375cf4375eff5ca39433959d16796442ada6a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 17 Jul 2017 21:27:47 +0200 Subject: [PATCH] enable pkgconf_compat by default Signed-off-by: Igor Gnatenko --- pkgconf.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgconf.spec b/pkgconf.spec index 0b88b40..201d7e2 100644 --- a/pkgconf.spec +++ b/pkgconf.spec @@ -1,8 +1,8 @@ # pkgconf acts as pkgconfig for F26+ -%if 0%{?fedora} >= 26 -%bcond_without pkgconfig_compat -%else +%if (0%{?fedora} && 0%{?fedora} < 26) || (0%{?rhel} && 0%{?rhel} <= 7) %bcond_with pkgconfig_compat +%else +%bcond_without pkgconfig_compat %endif %if %{with pkgconfig_compat}