Change package ownership of %{pubconfpath}/krb5.include.d
krb5 domain mapping files are stored to the directory %{pubconfpath}/krb5.include.d. It can be stored by ipa or ad provider. However this directory was owned by sub-package sssd-ipa. And ad provider can be installed without this package. Therefore %{pubconfpath}/krb5.include.d should be owned by common dependency. The owner of this directory was also fixed to sssd. It's already done by make install. It was changed only in spec file.
This commit is contained in:
parent
a89ed4b83f
commit
aa27da2e1f
@ -728,6 +728,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files krb5-common
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%attr(755,root,root) %dir %{pubconfpath}/krb5.include.d
|
||||
%{_libexecdir}/%{servicename}/ldap_child
|
||||
%{_libexecdir}/%{servicename}/krb5_child
|
||||
|
||||
@ -745,7 +746,6 @@ 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
|
||||
%attr(700,root,root) %dir %{keytabdir}
|
||||
%{_libdir}/%{name}/libsss_ipa.so
|
||||
%{_libexecdir}/%{servicename}/selinux_child
|
||||
|
Loading…
Reference in New Issue
Block a user