From 088151887a97a81618de742a8007ccef8be6a4da Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 1 Sep 2017 10:37:00 +0200 Subject: [PATCH] Remove unused if condition krb5 localauth plugin The plugin can be built on all supported versions of fedora. And it was removed also from upstream spec file. --- sssd.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sssd.spec b/sssd.spec index 824c00b..3cbae8b 100644 --- a/sssd.spec +++ b/sssd.spec @@ -16,8 +16,6 @@ %global with_cifs_utils_plugin 1 - %global with_krb5_localauth_plugin 1 - %global enable_systemtap 1 %global enable_systemtap_opt --enable-systemtap @@ -951,11 +949,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*