summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-06-20 14:16:57 +0200
committerStephen Gallagher <sgallagh@redhat.com>2013-07-02 09:21:38 -0400
commit10def8a26436642f8089b2ab5be0074001f315a2 (patch)
treea24993e40be79895b0abc72f176a4ee152fee4a4
parentb9d1f534fa6025f1bae18831107428e2b5280af7 (diff)
downloadsssd-10def8a26436642f8089b2ab5be0074001f315a2.tar.gz
sssd-10def8a26436642f8089b2ab5be0074001f315a2.tar.xz
sssd-10def8a26436642f8089b2ab5be0074001f315a2.zip
RPM: Move sssd_pac to the krb5-common subpackage
The PAC responder is now used by both IPA and AD providers.
-rw-r--r--contrib/sssd.spec.in8
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