From 11c2237ae4139ce51db9591a179b1838111ede3f Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 11 Aug 2023 12:44:06 +0200 Subject: [PATCH] containernetworking-plugins-1.3.0-4.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 0beb168..ac397a2 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - Epoch: 1 Name: containernetworking-plugins Version: 1.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -32,7 +32,7 @@ BuildRequires: git BuildRequires: /usr/bin/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 +* Fri Aug 11 2023 Jindrich Novy - 1:1.3.0-4 +- add Epoch in Provides +- Related: #2176055 + * Sat Jul 08 2023 Jindrich Novy - 1:1.3.0-3 - remove no_openssl for FIPS compliance - Related: #2176055