diff --git a/.gitignore b/.gitignore index 5bd6cb6..dafa321 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/v0.2.6.tar.gz -/v0.2.6.tar.gz +/*.tar.* diff --git a/.udica.metadata b/.udica.metadata new file mode 100644 index 0000000..4b6512b --- /dev/null +++ b/.udica.metadata @@ -0,0 +1 @@ +c14134162d47822f6659ecfc955a498171e9d08d v0.2.6.tar.gz diff --git a/gating.yaml b/gating.yaml index 9ff8a05..d465456 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,7 +1,7 @@ #recipients: mmalik --- !Policy product_versions: - - rhel-9 + - rhel-8 decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/udica.spec b/udica.spec index 81966bd..f422ee8 100644 --- a/udica.spec +++ b/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: 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,6 +59,10 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8 %endif %changelog +* Thu Jan 12 2023 Jindrich Novy - 0.2.6-20 +- bump release to preserve update path +- Related: #2139052 + * Fri Nov 18 2022 Jindrich Novy - 0.2.6-4 - Bump release to match latest release available in rhel-8.6.1 - Resolves: #2139052