Fix rpm verification

This commit is contained in:
Lukas Javorsky 2021-04-21 12:36:17 +02:00
parent 0ade28e922
commit 3912ff929c

View File

@ -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 <ljavorsk@redhat.com> - 1.0.4-2
- Fix rpm verification it's a ghost file so it should ignore the error
* Fri Mar 19 2021 Lukas Javorsky <ljavorsk@redhat.com> - 1.0.4-1
- Rebase to 1.0.4
- Unintentional removal of semicolon