Hello community, here is the log from the commit of package tboot for openSUSE:Factory checked in at 2019-07-16 08:41:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tboot (Old) and /work/SRC/openSUSE:Factory/.tboot.new.1887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tboot" Tue Jul 16 08:41:50 2019 rev:41 rq:715443 version:20190520_1.9.10 Changes: -------- --- /work/SRC/openSUSE:Factory/tboot/tboot.changes 2019-07-11 13:19:03.742754747 +0200 +++ /work/SRC/openSUSE:Factory/.tboot.new.1887/tboot.changes 2019-07-16 08:41:51.451025200 +0200 @@ -1,0 +2,5 @@ +Fri Jul 12 16:24:27 UTC 2019 - Martin Liška <[email protected]> + +- Disable LTO in more elegant way (boo#1141323). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tboot.spec ++++++ --- /var/tmp/diff_new_pack.yCPv2f/_old 2019-07-16 08:41:52.003024903 +0200 +++ /var/tmp/diff_new_pack.yCPv2f/_new 2019-07-16 08:41:52.007024901 +0200 @@ -62,8 +62,8 @@ %build # Tumbleweed now uses -flto=3 by default which gives us trouble with the # statically linked C and assembler code in tboot. Better to be conservative -# here since tboot is low level stuff -> disable LTO for us. -export CFLAGS="%{optflags} -fno-lto" +# here since tboot is low level stuff -> disable LTO for us (boo#1141323). +%define _lto_cflags %{nil} export TBOOT_CFLAGS="$CFLAGS" make debug=y %{?_smp_mflags}
