From ffaa9298e83b730123806782d675164939195802 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 28 Aug 2023 11:12:01 +0200 Subject: [PATCH] containernetworking-plugins-1.1.1-5.el8 - add Epoch in Provides - Related: #2176055 Signed-off-by: Jindrich Novy --- containernetworking-plugins.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index 49474df..a69dcc8 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: 4%{?dist} +Release: 5%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -32,7 +32,7 @@ BuildRequires: git BuildRequires: go-md2man BuildRequires: systemd-devel Requires: systemd -Provides: containernetworking-cni = %{version}-%{release} +Provides: containernetworking-cni = %{epoch}:%{version}-%{release} %description The CNI (Container Network Interface) project consists of a specification @@ -125,6 +125,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Mon Aug 28 2023 Jindrich Novy - 1:1.1.1-5 +- add Epoch in Provides +- Related: #2176055 + * Thu Jun 15 2023 Jindrich Novy - 1:1.1.1-4 - rebuild for following CVEs: CVE-2022-41724 CVE-2022-41725 CVE-2023-24538 CVE-2023-24534 CVE-2023-24536 CVE-2022-41723 CVE-2023-24539 CVE-2023-24540 CVE-2023-29400