From d2622f535bbd2e61b0c59c606a1f1e65d6699f82 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 29 Sep 2021 10:51:51 +0200 Subject: [PATCH] container-selinux-2.169.0-2.el9 - add gating.yaml - Related: #2000051 Signed-off-by: Jindrich Novy --- container-selinux.spec | 6 +++++- gating.yaml | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/container-selinux.spec b/container-selinux.spec index 0a7a7c5..92ffd74 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -20,7 +20,7 @@ Epoch: 3 Name: container-selinux Version: 2.169.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -118,6 +118,10 @@ fi %changelog +* Wed Sep 29 2021 Jindrich Novy - 3:2.169.0-2 +- add gating.yaml +- Related: #2000051 + * Mon Sep 27 2021 Jindrich Novy - 3:2.169.0-1 - update to https://github.com/containers/container-selinux/releases/tag/v2.169.0 - Related: #2000051 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..e49fcf1 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +# recipients: jnovy, lsm5, santiago +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}