From 707e84d8995a6cd78133a1f16eb3de3a851532c6 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 --- .gitignore | 3 +-- .udica.metadata | 1 + gating.yaml | 2 +- udica.spec | 6 +++++- 4 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 .udica.metadata 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 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)