From 83c1cfd2739da2ac7ef04a3a0627de63f67937d2c273aa66de92f8e92450177c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 27 May 2013 09:09:59 +0000 Subject: [PATCH] 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 --- perl.changes | 5 +++++ perl.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/perl.changes b/perl.changes index ac10bcf..f08230d 100644 --- a/perl.changes +++ b/perl.changes @@ -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 diff --git a/perl.spec b/perl.spec index 3897cc8..486b1f9 100644 --- a/perl.spec +++ b/perl.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -194,7 +194,7 @@ mv savelib lib make %{?_smp_mflags} %check -%ifnarch %arm +%if !0%{?qemu_user_space_build} export SUSE_ASNEEDED=0 make test %endif