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}