diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2013-07-02 11:54:12 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2013-07-02 12:49:28 -0400 |
commit | 3c0c7a9c6f1a6874afbf4fa5516be7a0bc8ef470 (patch) | |
tree | 144969e4a6f7df3add2d50052396baa509cbe8da | |
parent | 1c7f25390572025baa6783ede14523e22fc73043 (diff) | |
download | sssd-3c0c7a9c6f1a6874afbf4fa5516be7a0bc8ef470.tar.gz sssd-3c0c7a9c6f1a6874afbf4fa5516be7a0bc8ef470.tar.xz sssd-3c0c7a9c6f1a6874afbf4fa5516be7a0bc8ef470.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.in | 13 |
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,-) |