SHA256
3
0
forked from pool/perl

Accepting request 176180 from home:Andreas_Schwab:Factory

- Disable testsuite only on qemu user space build

OBS-URL: https://build.opensuse.org/request/show/176180
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=89
This commit is contained in:
Stephan Kulow 2013-05-27 09:09:59 +00:00 committed by Git OBS Bridge
parent b7ec61df02
commit 83c1cfd273
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 20 19:02:09 UTC 2013 - schwab@suse.de
- Disable testsuite only on qemu user space build
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 16 08:41:10 UTC 2012 - coolo@suse.com Fri Nov 16 08:41:10 UTC 2012 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl # spec file for package perl
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -194,7 +194,7 @@ mv savelib lib
make %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%ifnarch %arm %if !0%{?qemu_user_space_build}
export SUSE_ASNEEDED=0 export SUSE_ASNEEDED=0
make test make test
%endif %endif