Don't own %{_rpmconfigdir}
This directory is already owned by rpm. I couldn't find a specific section in the packaging guidelines, but it seems to me we shouldn't do this. There's no good reason for it and it can lead to confusion. Quickly scanning over all Fedora spec files that install RPM macros, I couldn't find any other package that owns `%{_rpmconfigdir}`.
This commit is contained in:
parent
270b6479cd
commit
66de8d371d
@ -87,8 +87,6 @@ Based off of reference policy: Checked out revision 2.20091117
|
||||
%ghost %config(noreplace) %{_sysconfdir}/selinux/config
|
||||
%ghost %{_sysconfdir}/sysconfig/selinux
|
||||
%{_usr}/lib/tmpfiles.d/selinux-policy.conf
|
||||
%attr(0755, root, root) %dir %{_rpmconfigdir}
|
||||
%attr(0755, root, root) %dir %{_rpmconfigdir}/macros.d
|
||||
%{_rpmconfigdir}/macros.d/macros.selinux-policy
|
||||
|
||||
%package sandbox
|
||||
|
Loading…
Reference in New Issue
Block a user