URL: https://github.com/SSSD/sssd/pull/199 Author: lslebodn Title: #199: SPEC: Drop conditional build for krb5_local_auth_plugin Action: opened
PR body: """ 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 """ To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/199/head:pr199 git checkout pr199
From 4f295cde4cc9ecaa6caa75aa1850d2a1649d2ae7 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik <[email protected]> Date: Wed, 15 Mar 2017 12:07:37 +0100 Subject: [PATCH] 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 --- contrib/sssd.spec.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 5bd2beb..8bda105 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 @@ -989,11 +985,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*
_______________________________________________ sssd-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
