From ad92c26997c5b6002b4dd079ce7d2017a1a64430 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 14 Mar 2023 17:35:09 +0100 Subject: [PATCH] udica-0.2.6-4.el8 - sync with stream-container-tools-4.0-rhel-8.8.0 - Related: #2176055 Signed-off-by: Jindrich Novy --- .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 6be4b34..1a6dbd0 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: 3%{?dist} +Release: 4%{?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 +* Tue Mar 14 2023 Jindrich Novy - 0.2.6-4 +- sync with stream-container-tools-4.0-rhel-8.8.0 +- Related: #2176055 + * Wed Dec 01 2021 Vit Mojzis - 0.2.6-3 - Make sure each section of the inspect exists before accessing (#2027662)