import udica-0.2.4-1.module+el8.3.1+9857+68fb1526

This commit is contained in:
CentOS Sources 2021-02-16 02:41:50 -05:00 committed by Andrew Lukoshko
parent cc4dfe3a5f
commit fe494d63bf
3 changed files with 11 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
58a4932664dbbcf01e50ad610d96ec9b36a32ab9 SOURCES/v0.2.2.tar.gz
319a607cc0a4ecdd3090651f020bb53bfca8b32b SOURCES/v0.2.4.tar.gz

View File

@ -1,6 +1,6 @@
Summary: A tool for generating SELinux security policies for containers
Name: udica
Version: 0.2.2
Version: 0.2.4
Release: 1%{?dist}
Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz
License: GPLv3+
@ -60,6 +60,14 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8
%endif
%changelog
* Thu Nov 26 2020 Jindrich Novy <jnovy@redhat.com> - 0.2.4-1
- update to https://github.com/containers/udica/releases/tag/v0.2.4
- Related: #1888571
* Thu Oct 22 2020 Jindrich Novy <jnovy@redhat.com> - 0.2.3-1
- synchronize with stream-container-tools-rhel8-rhel-8.4.0
- Related: #1888571
* Mon Aug 10 2020 Jindrich Novy <jnovy@redhat.com> - 0.2.2-1
- https://github.com/containers/udica/releases/tag/v0.2.2
- Related: #1821193