From 3c0c7a9c6f1a6874afbf4fa5516be7a0bc8ef470 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 2 Jul 2013 11:54:12 -0400 Subject: Move sssd_pac binary to the IPA and AD providers This will ensure that we aren't pulling in extra samba4 dependencies for the Kerberos provider. --- contrib/sssd.spec.in | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'contrib') diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 4c6fe94e0..da68d9dc7 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -585,10 +585,6 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/%{name}/libsss_krb5_common.so %{_libexecdir}/%{servicename}/ldap_child %{_libexecdir}/%{servicename}/krb5_child -# RHEL 5 is too old to support the PAC responder -%if !0%{?is_rhel5} -%{_libexecdir}/%{servicename}/sssd_pac -%endif %files krb5 -f sssd_krb5.lang %defattr(-,root,root,-) @@ -599,16 +595,23 @@ rm -rf $RPM_BUILD_ROOT %files ipa -f sssd_ipa.lang %defattr(-,root,root,-) %doc COPYING - %attr(755,root,root) %dir %{pubconfpath}/krb5.include.d %{_libdir}/%{name}/libsss_ipa.so %{_mandir}/man5/sssd-ipa.5* +# RHEL 5 is too old to support the PAC responder +%if !0%{?is_rhel5} +%{_libexecdir}/%{servicename}/sssd_pac +%endif %files ad -f sssd_ad.lang %defattr(-,root,root,-) %doc COPYING %{_libdir}/%{name}/libsss_ad.so %{_mandir}/man5/sssd-ad.5* +# RHEL 5 is too old to support the PAC responder +%if !0%{?is_rhel5} +%{_libexecdir}/%{servicename}/sssd_pac +%endif %files proxy %defattr(-,root,root,-) -- cgit