From fbe9081a63c165f31cbdb982ecb10c7789ffa5d8 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 10 May 2021 16:27:17 -0600 Subject: [PATCH] Re-enable LTO resolves: rhbz#1986163 (cherry picked from commit 1ead53a482176aeffc02f3dfbff9a49427c789a2) --- libguestfs.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index f60a2c0..18f06b4 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -1,7 +1,3 @@ -# Disable LTO because: -# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y3WTAS3MJ5WNNVVYPXARFXV6A6QH6KEY/ -%define _lto_cflags %{nil} - # Architectures on which golang works. #% global golang_arches aarch64 % {arm} % {ix86} x86_64 # In theory the above, in practice golang is so often broken that @@ -61,7 +57,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.45.6 -Release: 9%{?dist} +Release: 10%{?dist} License: LGPLv2+ # Build only for architectures that have a kernel @@ -1124,6 +1120,9 @@ rm ocaml/html/.gitignore %changelog +* Mon Jul 26 2021 Jeff Law - 1:1.45.6-10 +- Re-enable LTO + * Tue Jun 29 2021 Richard W.M. Jones - 1:1.45.6-9 - RHEL 9 patch for openssl missing configuration file https://bugzilla.redhat.com/show_bug.cgi?id=1977214#c13