diff --git a/.containernetworking-plugins.metadata b/.containernetworking-plugins.metadata new file mode 100644 index 0000000..8093be0 --- /dev/null +++ b/.containernetworking-plugins.metadata @@ -0,0 +1 @@ +a28313c49d8c7a6c002dbd2a3c51b25540f6809f v1.1.1.tar.gz diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index a69dcc8..53ecbb6 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL Epoch: 1 Name: containernetworking-plugins Version: 1.1.1 -Release: 5%{?dist} +Release: 10%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -125,6 +125,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Mon Mar 18 2024 Jindrich Novy - 1:1.1.1-10 +- bump release to preserve upgrade path +- Resolves: RHEL-29525 + * Mon Aug 28 2023 Jindrich Novy - 1:1.1.1-5 - add Epoch in Provides - Related: #2176055