Hello community, here is the log from the commit of package powertop for openSUSE:Factory checked in at 2020-10-29 14:51:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/powertop (Old) and /work/SRC/openSUSE:Factory/.powertop.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "powertop" Thu Oct 29 14:51:59 2020 rev:53 rq:844779 version:2.13 Changes: -------- --- /work/SRC/openSUSE:Factory/powertop/powertop.changes 2020-06-12 21:44:41.548451895 +0200 +++ /work/SRC/openSUSE:Factory/.powertop.new.3463/powertop.changes 2020-10-29 14:52:00.161225492 +0100 @@ -1,0 +2,6 @@ +Thu Oct 29 08:36:16 UTC 2020 - Michael Vetter <mvet...@suse.com> + +- Add workaround for `error: too many loops` which happens with + sle15sp3: run autoreconf twice + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ powertop.spec ++++++ --- /var/tmp/diff_new_pack.Q1iSMJ/_old 2020-10-29 14:52:00.773226099 +0100 +++ /var/tmp/diff_new_pack.Q1iSMJ/_new 2020-10-29 14:52:00.777226103 +0100 @@ -57,7 +57,9 @@ find . -name '*.o' -delete %build -autoreconf -fi +# workaround for 'error: too many loops' in sle15sp3 +# also see rhbz#1826935 +autoreconf -fi || autoreconf -fi export CFLAGS="%{optflags} -D_GNU_SOURCE" %configure %make_build