diff --git a/.containernetworking-plugins.metadata b/.containernetworking-plugins.metadata index a084005..053646d 100644 --- a/.containernetworking-plugins.metadata +++ b/.containernetworking-plugins.metadata @@ -1 +1 @@ -af940e2272301b20b369e34c9597b96e0007c391 SOURCES/v1.3.0.tar.gz +98f660ef5b47681465ca05a6871345ae397f062c SOURCES/v1.4.0.tar.gz diff --git a/.gitignore b/.gitignore index 81ab3db..eb84e4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.3.0.tar.gz +SOURCES/v1.4.0.tar.gz diff --git a/SPECS/containernetworking-plugins.spec b/SPECS/containernetworking-plugins.spec index ac397a2..2e3a759 100644 --- a/SPECS/containernetworking-plugins.spec +++ b/SPECS/containernetworking-plugins.spec @@ -19,8 +19,8 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - Epoch: 1 Name: containernetworking-plugins -Version: 1.3.0 -Release: 4%{?dist} +Version: 1.4.0 +Release: 2%{?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,18 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Fri Feb 23 2024 Jindrich Novy - 1:1.4.0-2 +- rebuild +- Resolves: RHEL-18390 + +* Tue Jan 02 2024 Jindrich Novy - 1:1.4.0-1 +- update to https://github.com/containernetworking/plugins/releases/tag/v1.4.0 +- Related: Jira:RHEL-2110 + +* Thu Sep 14 2023 Jindrich Novy - 1:1.3.0-5 +- fix path to dhcp service +- Resolves: #RHEL-3789 + * Fri Aug 11 2023 Jindrich Novy - 1:1.3.0-4 - add Epoch in Provides - Related: #2176055