From 2cd1fe2a69250584e44fa40ba7e21b329b84730e Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 14:29:35 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 3 +-- gating.yaml | 2 +- udica.spec | 6 +++++- 3 files changed, 7 insertions(+), 4 deletions(-) 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/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