From 411ab6955e094c506642888ef6f4b33b15ab7151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Tue, 4 Jun 2024 13:18:00 +0200 Subject: [PATCH] enable LTO on ppc64le Related: RHEL-39698 --- findutils.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/findutils.spec b/findutils.spec index 6a52074..332e185 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,7 +1,7 @@ Summary: The GNU versions of find utilities (find and xargs) Name: findutils Version: 4.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: GPL-3.0-or-later URL: https://www.gnu.org/software/findutils/ @@ -90,11 +90,6 @@ git add --all . git commit -q -m "after invocation of autoreconf" %build -# disable -flto on ppc64le to make test-float pass (#1789115) -%ifarch ppc64le -export CFLAGS="$RPM_OPT_FLAGS -fno-lto" -%endif - mkdir build cd build %global _configure ../configure @@ -123,6 +118,9 @@ rm -f %{buildroot}%{_infodir}/dir %{_infodir}/find-maint.info.* %changelog +* Tue Jun 04 2024 Lukáš Zaoral - 1:4.10.0-2 +- enable LTO on ppc64le to fix rpminspect warnings + * Mon Jun 03 2024 Lukáš Zaoral - 1:4.10.0-1 - rebase to latest upstream version (RHEL-39698) - add GPG tarball verification