diff --git a/container-tools.spec b/container-tools.spec index 3b6ac3e..7238a11 100644 --- a/container-tools.spec +++ b/container-tools.spec @@ -1,6 +1,6 @@ Name: container-tools Version: 1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A meta-package witch container tools such as podman, buildah, skopeo, etc. License: MIT BuildArch: noarch @@ -45,6 +45,10 @@ This package contains system tests for %{name}. %files tests %changelog +* Wed Sep 29 2021 Jindrich Novy - 1-4 +- add gating.yaml +- Related: #2000051 + * Thu Sep 23 2021 Jindrich Novy - 1-3 - fix dependency on podman - 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}