summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-01-06 18:09:16 +0100
committerJakub Hrozek <jhrozek@redhat.com>2016-01-11 11:09:37 +0100
commitb978d3e423c18d5697e6c1398c07e444e6f98e3f (patch)
tree1ea9a4fd3bed47689fee2a00027e8aeeb2e13862
parent0f1ca83d9a87953e6e44f94e5948f1675b4adda2 (diff)
downloadsssd-b978d3e423c18d5697e6c1398c07e444e6f98e3f.tar.gz
sssd-b978d3e423c18d5697e6c1398c07e444e6f98e3f.tar.xz
sssd-b978d3e423c18d5697e6c1398c07e444e6f98e3f.zip
SPEC: 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. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
-rw-r--r--contrib/sssd.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 710ba9220..9855e11a8 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -765,6 +765,7 @@ rm -rf $RPM_BUILD_ROOT
%files krb5-common
%defattr(-,root,root,-)
%doc COPYING
+%attr(755,sssd,sssd) %dir %{pubconfpath}/krb5.include.d
%attr(4750,root,sssd) %{_libexecdir}/%{servicename}/ldap_child
%attr(4750,root,sssd) %{_libexecdir}/%{servicename}/krb5_child
@@ -782,7 +783,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,sssd,sssd) %dir %{keytabdir}
%{_libdir}/%{name}/libsss_ipa.so
%attr(4750,root,sssd) %{_libexecdir}/%{servicename}/selinux_child