|
|
@ -16,8 +16,8 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -
|
|
|
|
|
|
|
|
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Name: containernetworking-plugins
|
|
|
|
Name: containernetworking-plugins
|
|
|
|
Version: 1.3.0
|
|
|
|
Version: 1.4.0
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: CNI network plugins
|
|
|
|
Summary: CNI network plugins
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://%{provider_prefix}
|
|
|
|
URL: https://%{provider_prefix}
|
|
|
@ -41,6 +41,7 @@ when the container is deleted.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -Sgit -n %{repo}-%{version}
|
|
|
|
%autosetup -Sgit -n %{repo}-%{version}
|
|
|
|
rm -rf plugins/main/windows
|
|
|
|
rm -rf plugins/main/windows
|
|
|
|
|
|
|
|
sed -i 's,/opt/cni/bin/,/usr/libexec/cni/,' plugins/ipam/dhcp/systemd/cni-dhcp.service
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
export ORG_PATH="%{provider}.%{provider_tld}/%{project}"
|
|
|
|
export ORG_PATH="%{provider}.%{provider_tld}/%{project}"
|
|
|
@ -122,6 +123,14 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|
|
|
%{_unitdir}/cni-dhcp.socket
|
|
|
|
%{_unitdir}/cni-dhcp.socket
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jan 02 2024 Jindrich Novy <jnovy@redhat.com> - 1:1.4.0-1
|
|
|
|
|
|
|
|
- update to https://github.com/containernetworking/plugins/releases/tag/v1.4.0
|
|
|
|
|
|
|
|
- Related: RHEL-2112
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 14 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.3.0-5
|
|
|
|
|
|
|
|
- fix path to dhcp service
|
|
|
|
|
|
|
|
- Resolves: #RHEL-3140
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 11 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.3.0-4
|
|
|
|
* Fri Aug 11 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.3.0-4
|
|
|
|
- add Epoch in Provides
|
|
|
|
- add Epoch in Provides
|
|
|
|
- Related: #2176063
|
|
|
|
- Related: #2176063
|
|
|
|