diff --git a/conmon.spec b/conmon.spec index b6cfb79..87c6f23 100644 --- a/conmon.spec +++ b/conmon.spec @@ -12,7 +12,7 @@ Name: conmon Epoch: 2 Version: 2.0.30 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OCI container runtime monitor License: ASL 2.0 URL: %{git0} @@ -62,6 +62,10 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" %{_mandir}/man8/* %changelog +* Wed Sep 29 2021 Jindrich Novy - 2:2.0.30-2 +- add gating.yaml +- Related: #2000051 + * Thu Sep 23 2021 Jindrich Novy - 2:2.0.30-1 - update to https://github.com/containers/conmon/releases/tag/v2.0.30 - 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}