import CS udica-0.2.6-4.module_el8+668+cc1a7ff1

This commit is contained in:
eabdullin 2023-10-16 09:16:32 +00:00
parent 632196cd7a
commit bd1dc5366e
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: A tool for generating SELinux security policies for containers
Name: udica
Version: 0.2.6
Release: 3%{?dist}
Release: 4%{?dist}
Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz
Patch0: 0001-Make-sure-each-section-of-the-inspect-exists-before-.patch
License: GPLv3+
@ -59,6 +59,10 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8
%endif
%changelog
* Tue Mar 14 2023 Jindrich Novy <jnovy@redhat.com> - 0.2.6-4
- sync with stream-container-tools-4.0-rhel-8.8.0
- Related: #2176055
* Wed Dec 01 2021 Vit Mojzis <vmojzis@redhat.com> - 0.2.6-3
- Make sure each section of the inspect exists before accessing (#2027662)