>From 571a466a72b1a0c4367d7be5d9c6fcb9145caccc Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 20 Jun 2013 14:16:57 +0200 Subject: [PATCH] RPM: Move sssd_pac to the krb5-common subpackage The PAC responder is now used by both IPA and AD providers. --- contrib/sssd.spec.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index bee939092a135f5d7d97f9e361c3b4b8583a630c..be7fed6ffa77d047fa15f70d608742f00442611d 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 -- 1.8.2.1