From 20a1747cefc51513a66502af5ffab8274c5f1e73e406c3a1f6611feed9a832a8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 20 Dec 2017 08:28:51 +0000 Subject: [PATCH] Accepting request 558724 from home:coolo:branches:openSUSE:Factory - disable parallel build, it fails more often than not OBS-URL: https://build.opensuse.org/request/show/558724 OBS-URL: https://build.opensuse.org/package/show/Base:System/ledmon?expand=0&rev=24 --- ledmon.changes | 5 +++++ ledmon.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ledmon.changes b/ledmon.changes index 8e17b63..ed6f670 100644 --- a/ledmon.changes +++ b/ledmon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 20 07:54:36 UTC 2017 - coolo@suse.com + +- disable parallel build, it fails more often than not + ------------------------------------------------------------------- Mon Nov 27 06:46:41 UTC 2017 - zlliu@suse.com diff --git a/ledmon.spec b/ledmon.spec index ac35fbb..65908dd 100644 --- a/ledmon.spec +++ b/ledmon.spec @@ -41,7 +41,7 @@ solutions. %patch0 -p1 %build -make %{?_smp_mflags} CXFLAGS="%{optflags} -lsgutils2" +make -j1 CXFLAGS="%{optflags} -lsgutils2" %install %make_install