From efb00d29990cc079acc36a39386a8754fb70bbf4 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 16 Aug 2021 12:58:41 +0200 Subject: [PATCH] criu-3.15-10.el9 - disable LTO on RHEL9 again - Related: #1970747 Signed-off-by: Jindrich Novy --- criu.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/criu.spec b/criu.spec index d418830..0ccf51c 100644 --- a/criu.spec +++ b/criu.spec @@ -1,13 +1,16 @@ %global py_prefix python3 %global py_binary %{py_prefix} +# https://bugzilla.redhat.com/show_bug.cgi?id=1904567 +%global _lto_cflags %%{nil} + # With annobin enabled, CRIU does not work anymore. It seems CRIU's # parasite code breaks if annobin is enabled. %undefine _annotated_build Name: criu Version: 3.15 -Release: 9%{?dist} +Release: 10%{?dist} Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: Tool for Checkpoint/Restore in User-space @@ -116,6 +119,10 @@ rm -rf $RPM_BUILD_ROOT%{_libexecdir}/%{name} %doc %{_mandir}/man1/crit.1* %changelog +* Mon Aug 16 2021 Jindrich Novy - 3.15-10 +- disable LTO on RHEL9 again +- Related: #1970747 + * Mon Aug 09 2021 Mohan Boddu - 3.15-9 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688