|
|
@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Name: containernetworking-plugins
|
|
|
|
Name: containernetworking-plugins
|
|
|
|
Version: 1.1.1
|
|
|
|
Version: 1.1.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Summary: CNI network plugins
|
|
|
|
Summary: CNI network plugins
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://%{provider_prefix}
|
|
|
|
URL: https://%{provider_prefix}
|
|
|
@ -32,7 +32,7 @@ BuildRequires: git
|
|
|
|
BuildRequires: go-md2man
|
|
|
|
BuildRequires: go-md2man
|
|
|
|
BuildRequires: systemd-devel
|
|
|
|
BuildRequires: systemd-devel
|
|
|
|
Requires: systemd
|
|
|
|
Requires: systemd
|
|
|
|
Provides: containernetworking-cni = %{version}-%{release}
|
|
|
|
Provides: containernetworking-cni = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The CNI (Container Network Interface) project consists of a specification
|
|
|
|
The CNI (Container Network Interface) project consists of a specification
|
|
|
@ -125,9 +125,26 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|
|
|
%{_unitdir}/cni-dhcp.socket
|
|
|
|
%{_unitdir}/cni-dhcp.socket
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:1.1.1-2
|
|
|
|
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:1.1.1-5
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
- Resolves: #2179944
|
|
|
|
|
|
|
|
- Resolves: #2187342
|
|
|
|
|
|
|
|
- Resolves: #2187360
|
|
|
|
|
|
|
|
- Resolves: #2203693
|
|
|
|
|
|
|
|
- Resolves: #2207506
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 14 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-3
|
|
|
|
|
|
|
|
- bump golang BR to 1.17.7
|
|
|
|
|
|
|
|
- Related: #2176055
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 08 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-2
|
|
|
|
* Fri Apr 08 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.1.1-2
|
|
|
|
- bump golang BR to 1.17.7
|
|
|
|
- bump golang BR to 1.17.7
|
|
|
|
- Related: #2061390
|
|
|
|
- Related: #2061390
|
|
|
|