Hello community, here is the log from the commit of package lshw for openSUSE:Factory checked in at 2020-04-23 18:40:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lshw (Old) and /work/SRC/openSUSE:Factory/.lshw.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lshw" Thu Apr 23 18:40:34 2020 rev:16 rq:796573 version:B.02.19.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lshw/lshw.changes 2020-03-30 23:03:44.084187842 +0200 +++ /work/SRC/openSUSE:Factory/.lshw.new.2738/lshw.changes 2020-04-23 18:40:39.729261366 +0200 @@ -1,0 +2,5 @@ +Thu Apr 23 12:16:28 UTC 2020 - Michel Normand <[email protected]> + +- Disable LTO for aarch64 & PowerPC, bypass boo#1168865 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lshw.spec ++++++ --- /var/tmp/diff_new_pack.mZSjmk/_old 2020-04-23 18:40:40.677263179 +0200 +++ /var/tmp/diff_new_pack.mZSjmk/_new 2020-04-23 18:40:40.681263187 +0200 @@ -77,6 +77,12 @@ %autosetup %build +%ifarch ppc64 ppc64le aarch64 +# Disable LTO for specified arches, bypass bug +# https://bugzilla.opensuse.org/show_bug.cgi?id=1168865 +%define _lto_cflags %{nil} +%endif + %make_build \ SBINDIR="%{_sbindir}" \ RPM_OPT_FLAGS="%{optflags} -fno-strict-aliasing" \
