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
This commit is contained in:
Marcus Meissner 2015-01-23 17:38:38 +00:00 committed by Git OBS Bridge
parent beda3b0916
commit ee53cd8e9f
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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