import udica-0.2.6-20.module+el8.8.0+18060+3f21f2cc

This commit is contained in:
CentOS Sources 2023-05-16 06:17:02 +00:00 committed by Stepan Oksanichenko
parent e6a922367f
commit cfbac3b8c1
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Summary: A tool for generating SELinux security policies for containers
Name: udica
Version: 0.2.6
Release: 10%{?dist}
Release: 20%{?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,13 +59,13 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8
%endif
%changelog
* Thu Jan 12 2023 Jindrich Novy <jnovy@redhat.com> - 0.2.6-10
* Thu Jan 12 2023 Jindrich Novy <jnovy@redhat.com> - 0.2.6-20
- bump release to preserve update path
- Related: #2143171
- Related: #2139052
* Fri Nov 18 2022 Jindrich Novy <jnovy@redhat.com> - 0.2.6-4
- Bump release to match latest release available in rhel-8.6.1
- Resolves: #2143171
- Resolves: #2139052
* Wed Dec 01 2021 Vit Mojzis <vmojzis@redhat.com> - 0.2.6-3
- Make sure each section of the inspect exists before accessing (#2027662)