diff --git a/SPECS/udica.spec b/SPECS/udica.spec index aecf181..9826483 100644 --- a/SPECS/udica.spec +++ b/SPECS/udica.spec @@ -1,7 +1,7 @@ Summary: A tool for generating SELinux security policies for containers Name: udica Version: 0.2.6 -Release: 4%{?dist} +Release: 30%{?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,9 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8 %endif %changelog +* Fri Jan 27 2023 Vit Mojzis - 0.2.6-30 +- Bump release to preserve upgrade path (#2160401) + * Wed Dec 01 2021 Vit Mojzis - 0.2.6-4 - Make sure each section of the inspect exists before accessing (#2027656)