From 1ef0dae7783f0cd8664db2a2e46ec1d081e0361921be094687602c7f07dd913d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 4 Oct 2013 05:33:02 +0000 Subject: [PATCH] Accepting request 201954 from openSUSE:Factory:ARM - disable checks on qemu user build (hangs) OBS-URL: https://build.opensuse.org/request/show/201954 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-SSLeay?expand=0&rev=21 --- perl-Net-SSLeay.changes | 5 +++++ perl-Net-SSLeay.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/perl-Net-SSLeay.changes b/perl-Net-SSLeay.changes index e5ab900..74bbf3d 100644 --- a/perl-Net-SSLeay.changes +++ b/perl-Net-SSLeay.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 2 20:26:56 UTC 2013 - dmueller@suse.com + +- disable checks on qemu user build (hangs) + ------------------------------------------------------------------- Wed Jul 3 09:13:30 UTC 2013 - lnussel@suse.de diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec index 5bc36ca..8ea37e7 100644 --- a/perl-Net-SSLeay.spec +++ b/perl-Net-SSLeay.spec @@ -65,7 +65,9 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -Wall" make %{?_smp_mflags} %check +%if ! 0%{?qemu_user_space_build} make test +%endif %install %perl_make_install