diff --git a/podman.spec b/podman.spec index 0aa587e..fe07a6b 100644 --- a/podman.spec +++ b/podman.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 - %define gobuild(o:) \ GO111MODULE=off 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 %{?**}; @@ -25,7 +19,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 2 Name: podman Version: 4.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -416,6 +410,10 @@ exit 0 %{_libexecdir}/%{name}/gvproxy %changelog +* Fri May 13 2022 Jindrich Novy - 2:4.1.0-3 +- Re-enable LTO and debuginfo +- Related: #2061316 + * Wed May 11 2022 Jindrich Novy - 2:4.1.0-2 - update gvisor-tap-vsock to 0.2.0 to fix compilation with golang 1.18 - Related: #2061316