From ba4c7240a46d8e536cbdd65cf78c045a81c6811a Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 14 Mar 2023 16:48:59 +0100 Subject: [PATCH] containernetworking-plugins-1.1.1-3.el8 - bump golang BR to 1.17.7 - Related: #2176055 Signed-off-by: Jindrich Novy --- .gitignore | 3 +-- containernetworking-plugins.spec | 6 +++++- gating.yaml | 6 ------ 3 files changed, 6 insertions(+), 9 deletions(-) delete mode 100644 gating.yaml diff --git a/.gitignore b/.gitignore index 5002091..f6a3a77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/v1.1.1.tar.gz -/v1.1.1.tar.gz +/*.tar.gz diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index 58d01cb..5de8bc7 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL Epoch: 1 Name: containernetworking-plugins Version: 1.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -125,6 +125,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Tue Mar 14 2023 Jindrich Novy - 1:1.1.1-3 +- bump golang BR to 1.17.7 +- Related: #2176055 + * Fri Apr 08 2022 Jindrich Novy - 1:1.1.1-2 - bump golang BR to 1.17.7 - Related: #2061390 diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index dfc23d3..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ -# recipients: jnovy, lsm5, santiago ---- !Policy -product_versions: - - rhel-9 -decision_context: osci_compose_gate -rules: []