From ef332e6bd470d541a9f3a20bd26da2b3491c8c7d Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 27 Sep 2021 14:48:02 +0200 Subject: [PATCH] buildah-1.24.0-0.8.el9 - add gating.yaml - Related: #2000051 Signed-off-by: Jindrich Novy --- buildah.spec | 6 +++++- gating.yaml | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/buildah.spec b/buildah.spec index 4cf4fa9..581e78b 100644 --- a/buildah.spec +++ b/buildah.spec @@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Name: buildah Version: 1.24.0 -Release: 0.7%{?dist} +Release: 0.8%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -130,6 +130,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Mon Sep 27 2021 Jindrich Novy - 1.24.0-0.8 +- add gating.yaml +- Related: #2000051 + * Mon Sep 27 2021 Jindrich Novy - 1.24.0-0.7 - update to the latest content of https://github.com/containers/buildah/tree/main (https://github.com/containers/buildah/commit/5b0de7b) 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}