From f97fde867c8b3b4f22da59a53c758f4cbbe69b9c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 10 May 2022 03:13:28 -0400 Subject: [PATCH] import mysql-selinux-1.0.2-6.el8 --- SPECS/mysql-selinux.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/SPECS/mysql-selinux.spec b/SPECS/mysql-selinux.spec index 2307213..a947be0 100644 --- a/SPECS/mysql-selinux.spec +++ b/SPECS/mysql-selinux.spec @@ -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 - 1.0.2-6 +- Fix the gating.yaml file so it checks the correct tests + +* Thu Apr 22 2021 Lukas Javorsky - 1.0.2-5 +- Fix rpm verification it's a ghost file so it should ignore the error + * Mon Dec 07 2020 Honza Horak - 1.0.2-4 - Rebuild for added tmt gating Related: #1895021