From dcee910219a0cac2f923a8da063f6c670efea283b5d2f72da699e4a5f1a2aca7 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 30 Aug 2012 20:20:45 +0000 Subject: [PATCH] Accepting request 132099 from home:chenxiaolong:branches:Base:System Fix build on i586 OBS-URL: https://build.opensuse.org/request/show/132099 OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=14 --- powertop.changes | 5 +++++ powertop.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/powertop.changes b/powertop.changes index 90d5f7f..ae61f06 100644 --- a/powertop.changes +++ b/powertop.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 30 16:02:03 UTC 2012 - chenxiaolong@cxl.epac.to + +- Remove leftover x86_64 objects during build + ------------------------------------------------------------------- Tue Aug 21 05:15:01 UTC 2012 - chenxiaolong@cxl.epac.to diff --git a/powertop.spec b/powertop.spec index 0b6e533..03a8026 100644 --- a/powertop.spec +++ b/powertop.spec @@ -48,6 +48,9 @@ doing in terms of power savings. %patch2 -p1 %patch5 -p1 +# Delete objects files left in tarball +find . -name '*.o' -delete + %build %configure make %{?_smp_mflags}