From 6834015922b471a41b68bbf0c2c92438c16aba60 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 7 Dec 2020 19:02:12 +0100 Subject: [PATCH] podman-3.0.0-0.9.el9 - disable LTO to fix build Signed-off-by: Jindrich Novy --- podman.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 5b15e02..8320dd6 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.8%{?dist} +Release: 0.9%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -337,6 +340,9 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Mon Dec 07 2020 Jindrich Novy - 3.0.0-0.9 +- disable LTO to fix build + * Mon Dec 07 2020 Jindrich Novy - 3.0.0-0.8 - use dedicated macro to build only on supported arches