containernetworking-plugins-1.3.0-5.el8
- fix path to dhcp service - Resolves: #RHEL-3789 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
11c2237ae4
commit
41525e38ac
@ -20,7 +20,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}
|
||||
@ -44,6 +44,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}"
|
||||
@ -125,6 +126,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%{_unitdir}/cni-dhcp.socket
|
||||
|
||||
%changelog
|
||||
* Thu Sep 14 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.3.0-5
|
||||
- fix path to dhcp service
|
||||
- Resolves: #RHEL-3789
|
||||
|
||||
* Fri Aug 11 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.3.0-4
|
||||
- add Epoch in Provides
|
||||
- Related: #2176055
|
||||
|
Loading…
Reference in New Issue
Block a user