diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-06-20 14:16:57 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2013-07-02 09:21:50 -0400 |
commit | f138a393447aa1042f449d16dbafd75a79b9cb1e (patch) | |
tree | c839dd94c8fed34cda4eb37525ae23bc20e665f2 /contrib | |
parent | 875a55a818819f729c25f474078a672db8c96a50 (diff) | |
download | sssd-f138a393447aa1042f449d16dbafd75a79b9cb1e.tar.gz sssd-f138a393447aa1042f449d16dbafd75a79b9cb1e.tar.xz sssd-f138a393447aa1042f449d16dbafd75a79b9cb1e.zip |
RPM: Move sssd_pac to the krb5-common subpackage
The PAC responder is now used by both IPA and AD providers.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index a22bc9a6b..4c6fe94e0 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -585,6 +585,10 @@ 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,-) @@ -595,10 +599,6 @@ rm -rf $RPM_BUILD_ROOT %files ipa -f sssd_ipa.lang %defattr(-,root,root,-) %doc COPYING -# RHEL 5 is too old to support the PAC responder -%if !0%{?is_rhel5} -%{_libexecdir}/%{servicename}/sssd_pac -%endif %attr(755,root,root) %dir %{pubconfpath}/krb5.include.d %{_libdir}/%{name}/libsss_ipa.so |