From dbdf80b3a3255d9027d2eecf5894777331cbb73ec3e40f43e215d1c85aa0f043 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 29 Oct 2020 08:36:06 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=67 --- powertop.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/powertop.spec b/powertop.spec index cfbedec..e3472fd 100644 --- a/powertop.spec +++ b/powertop.spec @@ -57,7 +57,9 @@ doing in terms of power savings. 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 From f8c16fe33191bf324081af60b1c73411429557b2c03834e7ed92e9250deccf03 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 29 Oct 2020 08:37:54 +0000 Subject: [PATCH 2/2] - Add workaround for `error: too many loops` which happens with sle15sp3: run autoreconf twice OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=68 --- powertop.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/powertop.changes b/powertop.changes index f67133a..649aa3e 100644 --- a/powertop.changes +++ b/powertop.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 29 08:36:16 UTC 2020 - Michael Vetter + +- Add workaround for `error: too many loops` which happens with + sle15sp3: run autoreconf twice + ------------------------------------------------------------------- Fri Jun 12 08:58:22 UTC 2020 - Michael Vetter