Add explanation about not packing the SELinux interface file

Related: RHEL-19372
This commit is contained in:
Michal Schorm 2023-09-18 13:29:35 +02:00
parent 3beee6268b
commit b19568706c
1 changed files with 5 additions and 0 deletions

View File

@ -64,6 +64,11 @@ fi
%ghost %verify(not mode md5 size mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
%license COPYING
# Note:
# we do not pack the *.if file as seen in the example:
# https://fedoraproject.org/wiki/SELinux/IndependentPolicy#The_%prep_and_%install_Section
# since we do not have any interface to be shared (and even then it is optional)
%changelog
* Thu Sep 14 2023 Packit <hello@packit.dev> - 1.0.7-1
- Empty commit to test Fedora PACKIT configuration for packaging automation (Michal Schorm)