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.
This commit is contained in:
Lukas Slebodnik 2017-09-01 10:37:00 +02:00
parent 308a55f49d
commit 088151887a
1 changed files with 0 additions and 4 deletions

View File

@ -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*