From b9398a9714b7df62e6b7cb446bee661c19465db3 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 19 Jan 2024 15:45:43 +0300 Subject: [PATCH] import containernetworking-plugins-1.1.1-6.module+el8.9.0+20875+8dd9d5d2 --- SPECS/containernetworking-plugins.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/SPECS/containernetworking-plugins.spec b/SPECS/containernetworking-plugins.spec index a69dcc8..131cf9d 100644 --- a/SPECS/containernetworking-plugins.spec +++ b/SPECS/containernetworking-plugins.spec @@ -20,14 +20,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL Epoch: 1 Name: containernetworking-plugins Version: 1.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} Source0: https://%{provider_prefix}/archive/v%{version}.tar.gz # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures ExclusiveArch: %{go_arches} -BuildRequires: golang >= 1.17.7 +BuildRequires: golang >= 1.20.6 BuildRequires: git BuildRequires: go-md2man BuildRequires: systemd-devel @@ -125,6 +125,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Sat Dec 02 2023 Lokesh Mandvekar - 1:1.1.1-6 +- Rebuild with golang 1.20.6 or higher +- Related: Jira:RHEL-4507 +- Related: Jira:RHEL-7442 + * Mon Aug 28 2023 Jindrich Novy - 1:1.1.1-5 - add Epoch in Provides - Related: #2176055