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