From 08cb2a34402d865c3052f80f5be8f9e653c7812f Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 16 Aug 2017 13:02:50 +0200 Subject: [PATCH 31/93] SPEC: require http-parser only on rhel7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was removed from epel Reviewed-by: Fabiano FidĂȘncio --- contrib/sssd.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index c65d4e66178e6b1ccec7835f4518a9fbe2a6336a..0b7a6115778a185eae78be0f5447e6d883be6eb9 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -108,7 +108,7 @@ %global enable_systemtap_opt --enable-systemtap %endif -%if (0%{?fedora} || 0%{?epel} >= 7) +%if (0%{?fedora} || (0%{?rhel} >= 7 && 0%{rhel7_minor} >= 4)) %global with_secrets 1 %else %global with_secret_responder --without-secrets -- 2.14.1