From 458eb8bd53bca9d4ff9c66f76ab5ff308ef3ea58 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 11 2022 05:31:15 +0000 Subject: import mysql-selinux-1.0.2-6.el8 --- 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