Compare commits

...

2 Commits

Author SHA1 Message Date
Jindrich Novy f7bbcd530a containernetworking-plugins-1.1.1-10.el8 2024-03-19 01:26:13 +00:00
Jindrich Novy ffaa9298e8 containernetworking-plugins-1.1.1-5.el8
- add Epoch in Provides
- Related: #2176055

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2023-08-28 11:12:01 +02:00
2 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1 @@
a28313c49d8c7a6c002dbd2a3c51b25540f6809f v1.1.1.tar.gz

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: 4%{?dist}
Release: 10%{?dist}
Summary: CNI network plugins
License: ASL 2.0
URL: https://%{provider_prefix}
@ -32,7 +32,7 @@ BuildRequires: git
BuildRequires: go-md2man
BuildRequires: systemd-devel
Requires: systemd
Provides: containernetworking-cni = %{version}-%{release}
Provides: containernetworking-cni = %{epoch}:%{version}-%{release}
%description
The CNI (Container Network Interface) project consists of a specification
@ -125,6 +125,14 @@ 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
* Thu Jun 15 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-4
- rebuild for following CVEs:
CVE-2022-41724 CVE-2022-41725 CVE-2023-24538 CVE-2023-24534 CVE-2023-24536 CVE-2022-41723 CVE-2023-24539 CVE-2023-24540 CVE-2023-29400