Rebase to 1.0.4
Fix rpm verify error Resolves: bz#1954070
This commit is contained in:
parent
c67bfca195
commit
4491a0e60e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/mysql-selinux.tar.gz
|
||||
/mysql-selinux-1.0.1.tar.gz
|
||||
/mysql-selinux-1.0.2.tar.gz
|
||||
/mysql-selinux-1.0.4.tar.gz
|
||||
|
@ -4,8 +4,8 @@
|
||||
%global modulename mysql
|
||||
|
||||
Name: mysql-selinux
|
||||
Version: 1.0.2
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.4
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3
|
||||
URL: https://github.com/devexp-db/mysql-selinux
|
||||
@ -52,10 +52,14 @@ 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
|
||||
* Tue May 04 2021 Lukas Javorsky <ljavorsk@redhat.com> - 1.0.4-1
|
||||
- Rebase to 1.0.4
|
||||
- Fix rpm verification it's a ghost file so it should ignore the error
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.2-3
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mysql-selinux-1.0.2.tar.gz) = f3bea6ae7abec1cac42e91d71538933d69f6ef73c050e8a7e824333b7597914ed4ada0ff694bd46bb1828f9759de5ba455a38c4eced4f18c310e1f7fcee37dca
|
||||
SHA512 (mysql-selinux-1.0.4.tar.gz) = 8fb0adcbb5b41056846da0dcd80852c771027d048556f5c3e5779a6655ddd2a34fb4506bd25048e52a7de14a7091bdb0efd13ef800493ee83ad7c17945517e61
|
||||
|
Loading…
Reference in New Issue
Block a user