From 5758770010b8a99aa870c735fc2f58f0688ee0eb Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 29 Sep 2021 10:57:16 +0200 Subject: [PATCH] runc-1.0.2-2.el9 - add gating.yaml - Related: #2000051 Signed-off-by: Jindrich Novy --- gating.yaml | 7 +++++++ runc.spec | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 gating.yaml 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} diff --git a/runc.spec b/runc.spec index f692aee..696b664 100644 --- a/runc.spec +++ b/runc.spec @@ -22,7 +22,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Name: %{repo} Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -83,6 +83,10 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Wed Sep 29 2021 Jindrich Novy - 1.0.2-2 +- add gating.yaml +- Related: #2000051 + * Fri Sep 03 2021 Jindrich Novy - 1.0.2-1 - update to https://github.com/opencontainers/runc/releases/tag/v1.0.2 - Related: #2000051