From 691af77d6d362b9ae0d113c298c4f2a99082d861 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 17 Sep 2021 13:07:22 +0200 Subject: [PATCH] udica-0.2.6-2.el9 - use RHEL-9 product version for gating - Related: #2000051 Signed-off-by: Jindrich Novy --- gating.yaml | 2 +- udica.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index d465456..9ff8a05 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,7 +1,7 @@ #recipients: mmalik --- !Policy product_versions: - - rhel-8 + - rhel-9 decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/udica.spec b/udica.spec index 420816a..8d7be52 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: 1%{?dist} +Release: 2%{?dist} Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz License: GPLv3+ BuildArch: noarch @@ -56,6 +56,10 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8 %endif %changelog +* Fri Sep 17 2021 Jindrich Novy - 0.2.6-2 +- use RHEL-9 product version for gating +- Related: #2000051 + * Thu Sep 16 2021 Jindrich Novy - 0.2.6-1 - update to https://github.com/containers/udica/releases/tag/v0.2.6 - Related: #2000051