From f35dbe807b2ce428b44663541f0ed2693f7cf7c8 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 14 Sep 2023 15:39:14 +0200 Subject: [PATCH] containernetworking-plugins-1.3.0-5.el9 - fix path to dhcp service - Resolves: #RHEL-3140 Signed-off-by: Jindrich Novy --- containernetworking-plugins.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index 9d0ca57..2238ef9 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -17,7 +17,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - Epoch: 1 Name: containernetworking-plugins Version: 1.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -41,6 +41,7 @@ when the container is deleted. %prep %autosetup -Sgit -n %{repo}-%{version} rm -rf plugins/main/windows +sed -i 's,/opt/cni/bin/,/usr/libexec/cni/,' plugins/ipam/dhcp/systemd/cni-dhcp.service %build export ORG_PATH="%{provider}.%{provider_tld}/%{project}" @@ -122,6 +123,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Thu Sep 14 2023 Jindrich Novy - 1:1.3.0-5 +- fix path to dhcp service +- Resolves: #RHEL-3140 + * Fri Aug 11 2023 Jindrich Novy - 1:1.3.0-4 - add Epoch in Provides - Related: #2176063