From 17ab9a039f65583b7f286c54981fca6d5e0f9e08 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 9 Feb 2024 03:06:54 +0300 Subject: [PATCH] import containernetworking-plugins-1.3.0-8.module+el8.9.0+21243+a586538b --- SPECS/containernetworking-plugins.spec | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/SPECS/containernetworking-plugins.spec b/SPECS/containernetworking-plugins.spec index 5078501..943e23f 100644 --- a/SPECS/containernetworking-plugins.spec +++ b/SPECS/containernetworking-plugins.spec @@ -20,14 +20,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - Epoch: 1 Name: containernetworking-plugins Version: 1.3.0 -Release: 4%{?dist} +Release: 8%{?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: /usr/bin/go-md2man BuildRequires: systemd-devel @@ -125,9 +125,25 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog -* Sun Dec 10 2023 MSVSphere Packaging Team - 1:1.3.0-4 +* Tue Jan 23 2024 Jindrich Novy - 1:1.3.0-8 +- Make the module buildable again +- Resolves: RHEL-16299 + +* Sun Dec 10 2023 MSVSphere Packaging Team - 1:1.3.0-7 - Rebuilt for MSVSphere 8.8 +* Sat Dec 02 2023 Lokesh Mandvekar - 1:1.3.0-7 +- rebuild with golang 1.20.10 for CVE-2023-39321 +- Related: Jira:RHEL-4514 + +* Sat Dec 02 2023 Lokesh Mandvekar - 1:1.3.0-6 +- rebuild with golang 1.20.10 or higher +- Related: Jira:RHEL-4514 + +* Fri Dec 01 2023 Lokesh Mandvekar - 1:1.3.0-5 +- rebuild with golang 1.20.10 +- Related: Jira:RHEL-4514 + * Fri Aug 11 2023 Jindrich Novy - 1:1.3.0-4 - add Epoch in Provides - Related: #2176055