From 3912ff929c5c4cd025567f21aa2518a7b7a54dad Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Wed, 21 Apr 2021 12:36:17 +0200 Subject: [PATCH] Fix rpm verification --- mysql-selinux.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mysql-selinux.spec b/mysql-selinux.spec index 88d9194..4b37058 100644 --- a/mysql-selinux.spec +++ b/mysql-selinux.spec @@ -5,7 +5,7 @@ Name: mysql-selinux Version: 1.0.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3 URL: https://github.com/devexp-db/mysql-selinux @@ -52,10 +52,13 @@ 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 +* Wed Apr 21 2021 Lukas Javorsky - 1.0.4-2 +- Fix rpm verification it's a ghost file so it should ignore the error + * Fri Mar 19 2021 Lukas Javorsky - 1.0.4-1 - Rebase to 1.0.4 - Unintentional removal of semicolon