From 2ff8c70ff8441efbeb197dcab39b753a9043f690 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 5 Aug 2022 08:30:03 +0200 Subject: [PATCH] netavark-1.1.0-6.el9 - add gating.yaml - Related: #2061316 Signed-off-by: Jindrich Novy --- gating.yaml | 6 ++++++ netavark.spec | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..dfc23d3 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +# recipients: jnovy, lsm5, santiago +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: [] diff --git a/netavark.spec b/netavark.spec index cd0dc8d..85a425c 100644 --- a/netavark.spec +++ b/netavark.spec @@ -4,7 +4,7 @@ Epoch: 2 Name: netavark Version: 1.1.0 -Release: 5%{?dist} +Release: 6%{?dist} License: ASL 2.0 and BSD and MIT ExclusiveArch: %{rust_arches} # this is needed for go-md2man @@ -72,6 +72,10 @@ go-md2man -in %{name}.1.md -out %{name}.1 %{_mandir}/man1/%{name}.1* %changelog +* Fri Aug 05 2022 Jindrich Novy - 2:1.1.0-6 +- add gating.yaml +- Related: #2061316 + * Fri Aug 05 2022 Jindrich Novy - 2:1.1.0-5 - properly disable i686 - Related: #2061316