diff --git a/containers-common.spec b/containers-common.spec index 92fd4d7..2dc8801 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -13,7 +13,7 @@ Epoch: 2 Name: containers-common Version: 1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 BuildArch: noarch @@ -161,6 +161,10 @@ EOF %{_datadir}/rhel/secrets/* %changelog +* Wed Sep 29 2021 Jindrich Novy - 2:1-6 +- add gating.yaml +- Related: #2000051 + * Fri Sep 24 2021 Jindrich Novy - 2:1-5 - update to the new vendored components - 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}