From fd2480f5a588f70bbf4fcf934a031d730bfe3a54 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 4 Jan 2021 13:01:42 +0100 Subject: [PATCH] podman-3.0.0-0.14.el9 - re-disable LTO as it sill fails even with GCC 11 - Related: #1904567 Signed-off-by: Jindrich Novy --- podman.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 2b1513b..df8306c 100644 --- a/podman.spec +++ b/podman.spec @@ -1,5 +1,8 @@ %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 @@ -21,7 +24,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Name: podman Version: 3.0.0 -Release: 0.13%{?dist} +Release: 0.14%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -336,6 +339,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Mon Jan 04 2021 Jindrich Novy - 3.0.0-0.14 +- re-disable LTO as it sill fails even with GCC 11 +- Related: #1904567 + * Mon Jan 04 2021 Jindrich Novy - 3.0.0-0.13 - attempt to build with gcc11 - Related: #1904567