Accepting request 224602 from home:coolo:branches:openSUSE:Factory

- do not run checks in parallel - they deadlock from time to time
- enable make debug to debug the problem on OBS in case it reappears

OBS-URL: https://build.opensuse.org/request/show/224602
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=30
This commit is contained in:
Stephan Kulow 2014-03-05 08:30:52 +00:00 committed by Git OBS Bridge
parent c6c6bd0f5b
commit e2edacbe3e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 4 12:42:30 UTC 2014 - coolo@suse.com
- do not run checks in parallel - they deadlock from time to time
- enable make debug to debug the problem on OBS in case it reappears
-------------------------------------------------------------------
Mon Jan 27 19:52:38 UTC 2014 - sleep_walker@suse.cz

View File

@ -146,7 +146,7 @@ make install DESTDIR="%buildroot"
find %{buildroot} -name "*.la" -delete
%check
%__make %{?_smp_mflags} check
%__make -d -j1 check
%post -n %{libmicrohttpd} -p /sbin/ldconfig