From ee53cd8e9f3eadfa4e73a0f0bea86e96f18568022ea36eac84689a6a02f4182b Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 23 Jan 2015 17:38:38 +0000 Subject: [PATCH] Accepting request 282196 from home:dimstar:branches:network:utilities - Disable parallel build to reduce random build failures. OBS-URL: https://build.opensuse.org/request/show/282196 OBS-URL: https://build.opensuse.org/package/show/network:utilities/libsmi?expand=0&rev=16 --- libsmi.changes | 5 +++++ libsmi.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libsmi.changes b/libsmi.changes index 971862c..59cbded 100644 --- a/libsmi.changes +++ b/libsmi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 21 09:48:31 UTC 2015 - dimstar@opensuse.org + +- Disable parallel build to reduce random build failures. + ------------------------------------------------------------------- Tue Jan 20 14:17:06 UTC 2015 - dimstar@opensuse.org diff --git a/libsmi.spec b/libsmi.spec index ea538ea..f42b15a 100644 --- a/libsmi.spec +++ b/libsmi.spec @@ -23,7 +23,7 @@ Url: http://www.ibr.cs.tu-bs.de/projects/libsmi Summary: A Library to Access SMI MIB Information License: MIT Group: System/Libraries -Source: ftp://ftp.ibr.cs.tu-bs.de/pub/local/%{name}/%{name}-%{version}.tar.gz +Source: https://www.ibr.cs.tu-bs.de/projects/%{name}/download/%{name}-%{version}.tar.gz Patch0: libsmi-0.4.8-parser.patch Patch1: libsmi-0.4.8-gnu-source.patch Patch2: libsmi-CVE-2010-2891.patch @@ -89,8 +89,8 @@ autoreconf --force --install --with-pic --enable-smi \ --enable-sming \ --with-mibdir=%{_datadir}/mibs - -make %{?_smp_mflags} +# Parallel build disabled +make #%{?_smp_mflags} %install make install DESTDIR=%buildroot