summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2017-08-16 13:02:50 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2017-08-16 17:59:52 +0200
commit08cb2a34402d865c3052f80f5be8f9e653c7812f (patch)
treef6792e9c53503f845ef058728c174917835a8a40
parentba2fb2c7b74a5247737da051b38e7889b7b44d5d (diff)
downloadsssd-08cb2a34402d865c3052f80f5be8f9e653c7812f.tar.gz
sssd-08cb2a34402d865c3052f80f5be8f9e653c7812f.tar.xz
sssd-08cb2a34402d865c3052f80f5be8f9e653c7812f.zip
SPEC: require http-parser only on rhel7.4
It was removed from epel Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
-rw-r--r--contrib/sssd.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index c65d4e661..0b7a61157 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