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:
parent
308a55f49d
commit
088151887a
@ -16,8 +16,6 @@
|
|||||||
|
|
||||||
%global with_cifs_utils_plugin 1
|
%global with_cifs_utils_plugin 1
|
||||||
|
|
||||||
%global with_krb5_localauth_plugin 1
|
|
||||||
|
|
||||||
%global enable_systemtap 1
|
%global enable_systemtap 1
|
||||||
%global enable_systemtap_opt --enable-systemtap
|
%global enable_systemtap_opt --enable-systemtap
|
||||||
|
|
||||||
@ -951,11 +949,9 @@ done
|
|||||||
%dir %{_sysconfdir}/cifs-utils
|
%dir %{_sysconfdir}/cifs-utils
|
||||||
%ghost %{_sysconfdir}/cifs-utils/idmap-plugin
|
%ghost %{_sysconfdir}/cifs-utils/idmap-plugin
|
||||||
%endif
|
%endif
|
||||||
%if (0%{?with_krb5_localauth_plugin} == 1)
|
|
||||||
%dir %{_libdir}/%{name}
|
%dir %{_libdir}/%{name}
|
||||||
%dir %{_libdir}/%{name}/modules
|
%dir %{_libdir}/%{name}/modules
|
||||||
%{_libdir}/%{name}/modules/sssd_krb5_localauth_plugin.so
|
%{_libdir}/%{name}/modules/sssd_krb5_localauth_plugin.so
|
||||||
%endif
|
|
||||||
%{_mandir}/man8/pam_sss.8*
|
%{_mandir}/man8/pam_sss.8*
|
||||||
%{_mandir}/man8/sssd_krb5_locator_plugin.8*
|
%{_mandir}/man8/sssd_krb5_locator_plugin.8*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user