Move sssd_pac to the sssd-krb5 subpackage
This commit is contained in:
parent
604fe3f870
commit
94bf18fb85
13
sssd.spec
13
sssd.spec
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 1.10.0
|
Version: 1.10.0
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -551,6 +551,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/%{name}/libsss_krb5_common.so
|
%{_libdir}/%{name}/libsss_krb5_common.so
|
||||||
%{_libexecdir}/%{servicename}/ldap_child
|
%{_libexecdir}/%{servicename}/ldap_child
|
||||||
%{_libexecdir}/%{servicename}/krb5_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
|
%files krb5 -f sssd_krb5.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -561,10 +565,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files ipa -f sssd_ipa.lang
|
%files ipa -f sssd_ipa.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING
|
%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
|
%attr(755,root,root) %dir %{pubconfpath}/krb5.include.d
|
||||||
%{_libdir}/%{name}/libsss_ipa.so
|
%{_libdir}/%{name}/libsss_ipa.so
|
||||||
@ -702,6 +702,9 @@ fi
|
|||||||
%postun -n libsss_idmap -p /sbin/ldconfig
|
%postun -n libsss_idmap -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 02 2013 Stephen Gallagher <sgallagh@redhat.com> - 1.10.0-15
|
||||||
|
- Move sssd_pac to the sssd-krb5 subpackage
|
||||||
|
|
||||||
* Mon Jul 01 2013 Stephen Gallagher <sgallagh@redhat.com> - 1.10.0-14
|
* Mon Jul 01 2013 Stephen Gallagher <sgallagh@redhat.com> - 1.10.0-14
|
||||||
- Fix Obsoletes: to account for dist tag
|
- Fix Obsoletes: to account for dist tag
|
||||||
- Convert post and pre scripts to run on the sssd-common subpackage
|
- Convert post and pre scripts to run on the sssd-common subpackage
|
||||||
|
Loading…
Reference in New Issue
Block a user