containernetworking-plugins-1.1.1-10.el8

- bump release to preserve upgrade path
- Resolves: RHEL-29525

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2024-03-18 15:33:38 +01:00
parent ffaa9298e8
commit 480d474515

View File

@ -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 <jnovy@redhat.com> - 1:1.1.1-10
- bump release to preserve upgrade path
- Resolves: RHEL-29525
* Mon Aug 28 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-5
- add Epoch in Provides
- Related: #2176055