summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2017-03-15 12:07:37 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2017-04-19 20:52:17 +0200
commitbf8f119774dc2eabc5b9bc9f348cd95063ab2199 (patch)
tree51718db75ee5ed31681421a4cbb2d6394d9c341f
parent0a86dede8773ecce91b5bd2ae75a02f9ff89a358 (diff)
downloadsssd-bf8f119774dc2eabc5b9bc9f348cd95063ab2199.tar.gz
sssd-bf8f119774dc2eabc5b9bc9f348cd95063ab2199.tar.xz
sssd-bf8f119774dc2eabc5b9bc9f348cd95063ab2199.zip
SPEC: Drop conditional build for krb5_local_auth_plugin
It was mainly aimed for time when stable CentOS and rhel nightly had different versions of krb5. Anyway, rhel7.0 and rhel <= 6.6 are already out of support Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
-rw-r--r--contrib/sssd.spec.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 39a974ede..84400e03e 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -97,10 +97,6 @@
%global with_cifs_utils_plugin_option --disable-cifs-idmap-plugin
%endif
-%if (0%{?fedora} || (0%{?rhel} == 7 && 0%{?rhel7_minor} >= 1) || (0%{?rhel} == 6 && 0%{?rhel6_minor} >= 7))
- %global with_krb5_localauth_plugin 1
-%endif
-
%if (0%{?fedora})
%global with_python3 1
%else
@@ -1046,11 +1042,9 @@ done
%dir %{_sysconfdir}/cifs-utils
%ghost %{_sysconfdir}/cifs-utils/idmap-plugin
%endif
-%if (0%{?with_krb5_localauth_plugin} == 1)
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/modules
%{_libdir}/%{name}/modules/sssd_krb5_localauth_plugin.so
-%endif
%{_mandir}/man8/pam_sss.8*
%{_mandir}/man8/sssd_krb5_locator_plugin.8*