import mysql-selinux-1.0.2-6.el8

This commit is contained in:
CentOS Sources 2022-05-10 03:13:28 -04:00 committed by Stepan Oksanichenko
parent e6d874dab5
commit f97fde867c
1 changed files with 8 additions and 2 deletions

View File

@ -5,7 +5,7 @@
Name: mysql-selinux
Version: 1.0.2
Release: 4%{?dist}
Release: 6%{?dist}
License: GPLv3
URL: https://github.com/devexp-db/mysql-selinux
@ -51,10 +51,16 @@ fi
%files
%defattr(-,root,root,0755)
%attr(0644,root,root) %{_datadir}/selinux/packages/%{modulename}.pp.bz2
%ghost %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
%ghost %verify(not mode md5 size mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
%license COPYING
%changelog
* Thu Jan 10 2022 Lukas Javorsky <ljavorsk@redhat.com> - 1.0.2-6
- Fix the gating.yaml file so it checks the correct tests
* Thu Apr 22 2021 Lukas Javorsky <ljavorsk@redhat.com> - 1.0.2-5
- Fix rpm verification it's a ghost file so it should ignore the error
* Mon Dec 07 2020 Honza Horak <hhorak@redhat.com> - 1.0.2-4
- Rebuild for added tmt gating
Related: #1895021