diff --git a/.containernetworking-plugins.metadata b/.containernetworking-plugins.metadata index 6476418..85b0be9 100644 --- a/.containernetworking-plugins.metadata +++ b/.containernetworking-plugins.metadata @@ -1 +1 @@ -cf2c04ffedd0c5bec21c152533b1ebe2135d81a0 SOURCES/v1.0.1.tar.gz +a28313c49d8c7a6c002dbd2a3c51b25540f6809f SOURCES/v1.1.1.tar.gz diff --git a/.gitignore b/.gitignore index a0faec2..f779712 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.0.1.tar.gz +SOURCES/v1.1.1.tar.gz diff --git a/SPECS/containernetworking-plugins.spec b/SPECS/containernetworking-plugins.spec index 852046a..bfe2b57 100644 --- a/SPECS/containernetworking-plugins.spec +++ b/SPECS/containernetworking-plugins.spec @@ -1,11 +1,5 @@ %global with_check 0 -# https://bugzilla.redhat.com/show_bug.cgi?id=1904567 -%global _lto_cflags %{nil} - -%global _find_debuginfo_dwz_opts %{nil} -%global _dwz_low_mem_die_limit 0 - %if ! 0%{?gobuild:1} %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 %{?**}; @@ -20,8 +14,9 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} +Epoch: 1 Name: containernetworking-plugins -Version: 1.0.1 +Version: 1.1.1 Release: 3%{?dist} Summary: CNI network plugins License: ASL 2.0 @@ -31,7 +26,7 @@ Source0: https://%{provider_prefix}/archive/v%{version}.tar.gz ExclusiveArch: %{go_arches} BuildRequires: golang >= 1.16.6 BuildRequires: git -BuildRequires: go-md2man +BuildRequires: /usr/bin/go-md2man BuildRequires: systemd-devel Requires: systemd Provides: containernetworking-cni = %{version}-%{release} @@ -127,6 +122,31 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Fri May 13 2022 Jindrich Novy - 1:1.1.1-3 +- Re-enable LTO and debuginfo +- Related: #2061316 + +* Wed May 11 2022 Jindrich Novy - 1:1.1.1-2 +- BuildRequires: /usr/bin/go-md2man +- Related: #2061316 + + +* Thu Mar 10 2022 Jindrich Novy - 1:1.1.1-1 +- update to https://github.com/containernetworking/plugins/releases/tag/v1.1.1 +- Related: #2061316 + +* Tue Mar 08 2022 Jindrich Novy - 1:1.1.0-1 +- update to https://github.com/containernetworking/plugins/releases/tag/v1.1.0 +- Related: #2061316 + +* Mon Feb 28 2022 Jindrich Novy - 1:1.0.1-4 +- revert back to https://github.com/containernetworking/plugins/releases/tag/v1.0.1 +- Related: #2000051 + +* Mon Feb 28 2022 Jindrich Novy - 1.1.0-1 +- update to https://github.com/containernetworking/plugins/releases/tag/v1.1.0 +- Related: #2000051 + * Fri Oct 01 2021 Jindrich Novy - 1.0.1-3 - perform only sanity/installability tests for now - Related: #2000051