|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
%if ! 0%{?gobuild:1}
|
|
|
|
%if ! 0%{?gobuild:1}
|
|
|
|
%define gobuild(o:) \
|
|
|
|
%define gobuild(o:) \
|
|
|
|
go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**};
|
|
|
|
go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**};
|
|
|
|
%define gotest(o:) go test
|
|
|
|
%define gotest(o:) go test
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
@ -16,8 +16,8 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL
|
|
|
|
|
|
|
|
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Name: containernetworking-plugins
|
|
|
|
Name: containernetworking-plugins
|
|
|
|
Version: 1.2.0
|
|
|
|
Version: 1.3.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 4%{?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}
|
|
|
@ -29,7 +29,7 @@ BuildRequires: git
|
|
|
|
BuildRequires: /usr/bin/go-md2man
|
|
|
|
BuildRequires: /usr/bin/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
|
|
|
@ -122,7 +122,28 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|
|
|
%{_unitdir}/cni-dhcp.socket
|
|
|
|
%{_unitdir}/cni-dhcp.socket
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.2.0-1
|
|
|
|
* Fri Aug 11 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.3.0-4
|
|
|
|
|
|
|
|
- add Epoch in Provides
|
|
|
|
|
|
|
|
- Related: #2176063
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 08 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.3.0-3
|
|
|
|
|
|
|
|
- remove no_openssl for FIPS compliance
|
|
|
|
|
|
|
|
- Related: #2176063
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.3.0-2
|
|
|
|
|
|
|
|
- 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: #2179960
|
|
|
|
|
|
|
|
- Resolves: #2187333
|
|
|
|
|
|
|
|
- Resolves: #2187376
|
|
|
|
|
|
|
|
- Resolves: #2203705
|
|
|
|
|
|
|
|
- Resolves: #2207519
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 11 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.3.0-1
|
|
|
|
|
|
|
|
- update to https://github.com/containernetworking/plugins/releases/tag/v1.3.0
|
|
|
|
|
|
|
|
- Related: #2176063
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1:1.2.0-1
|
|
|
|
- Rebuilt for MSVSphere 9.2 beta
|
|
|
|
- Rebuilt for MSVSphere 9.2 beta
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 17 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.2.0-1
|
|
|
|
* Tue Jan 17 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.2.0-1
|
|
|
|