summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2013-07-02 11:54:12 -0400
committerStephen Gallagher <sgallagh@redhat.com>2013-07-02 12:49:56 -0400
commit1b47294ed9deb0555ae7cb5e662c6cd8405e2f91 (patch)
treebc4673a368cb92bc01d1bdcdb69551ee39e5639c
parent10def8a26436642f8089b2ab5be0074001f315a2 (diff)
downloadsssd-1b47294ed9deb0555ae7cb5e662c6cd8405e2f91.tar.gz
sssd-1b47294ed9deb0555ae7cb5e662c6cd8405e2f91.tar.xz
sssd-1b47294ed9deb0555ae7cb5e662c6cd8405e2f91.zip
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.
-rw-r--r--contrib/sssd.spec.in13
1 files changed, 8 insertions, 5 deletions
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,-)