Accepting request 89781 from Base:System
- disable testsuite on qemu build OBS-URL: https://build.opensuse.org/request/show/89781 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tar?expand=0&rev=36
This commit is contained in:
commit
679e3a9b68
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 30 23:16:20 CET 2011 - dmueller@suse.de
|
||||
|
||||
- disable testsuite on qemu build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 5 11:38:57 UTC 2011 - sweet_f_a@gmx.de
|
||||
|
||||
|
4
tar.spec
4
tar.spec
@ -74,7 +74,11 @@ export RSH="/usr/bin/rsh"
|
||||
make %{?_smp_mflags};
|
||||
|
||||
%check
|
||||
%if !0%{?qemu_user_space_build:1}
|
||||
# Checks disabled in qemu because of races happening when we emulate
|
||||
# multi-threaded programs
|
||||
make check
|
||||
%endif
|
||||
|
||||
%install
|
||||
%{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}}
|
||||
|
Loading…
Reference in New Issue
Block a user