import udica-0.2.5-1.module+el8.5.0+12397+bf23b712

This commit is contained in:
CentOS Sources 2021-08-27 17:27:42 +00:00 committed by Andrew Lukoshko
parent c0f9a47059
commit 7ec2091e50
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v0.2.4.tar.gz
SOURCES/v0.2.5.tar.gz

View File

@ -1 +1 @@
319a607cc0a4ecdd3090651f020bb53bfca8b32b SOURCES/v0.2.4.tar.gz
e666f59801d7d01d138270ee43f1ea33c658631a SOURCES/v0.2.5.tar.gz

View File

@ -1,7 +1,7 @@
Summary: A tool for generating SELinux security policies for containers
Name: udica
Version: 0.2.4
Release: 2%{?dist}
Version: 0.2.5
Release: 1%{?dist}
Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz
License: GPLv3+
BuildArch: noarch
@ -55,6 +55,10 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8
%endif
%changelog
* Thu Aug 26 2021 Jindrich Novy <jnovy@redhat.com> - 0.2.5-1
- update to https://github.com/containers/udica/releases/tag/v0.2.5
- Related: #1934415
* Tue Jun 15 2021 Jindrich Novy <jnovy@redhat.com> - 0.2.4-2
- remove %%check again and all related BRs
- Related: #1934415