Stop verifying active selinux module
This commit is contained in:
parent
8a53f2f7bd
commit
f87092433f
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: memcached
|
Name: memcached
|
||||||
Version: 1.6.23
|
Version: 1.6.23
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: High Performance, Distributed Memory Object Cache
|
Summary: High Performance, Distributed Memory Object Cache
|
||||||
|
|
||||||
@ -170,10 +170,13 @@ fi
|
|||||||
|
|
||||||
%files selinux
|
%files selinux
|
||||||
%attr(0644,root,root) %{_datadir}/selinux/packages/%{selinuxmodulename}.pp.bz2
|
%attr(0644,root,root) %{_datadir}/selinux/packages/%{selinuxmodulename}.pp.bz2
|
||||||
%ghost %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{selinuxmodulename}
|
%ghost %verify(not md5 size mode mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{selinuxmodulename}
|
||||||
%license ../%{selinuxmoduledir}/COPYING
|
%license ../%{selinuxmoduledir}/COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 07 2024 Tomas Korbar <tkorbar@redhat.com> - 0:1.6.23-6
|
||||||
|
- Stop verifying active selinux module
|
||||||
|
|
||||||
* Wed Aug 07 2024 Tomas Korbar <tkorbar@redhat.com> - 0:1.6.23-5
|
* Wed Aug 07 2024 Tomas Korbar <tkorbar@redhat.com> - 0:1.6.23-5
|
||||||
- Remove obsolete tests
|
- Remove obsolete tests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user