From 7ae3290a2de98279457e67ad64e5ff27ca2cba3f6057f8520fed0b72fa6a6eef Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 16 Jul 2012 20:35:21 +0000 Subject: [PATCH] Accepting request 127558 from openSUSE:Factory:ARM qemu is not threadsafe enough atm, please forward to factory. OBS-URL: https://build.opensuse.org/request/show/127558 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=35 --- libnice.changes | 6 ++++++ libnice.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libnice.changes b/libnice.changes index 472a461..bdc376a 100644 --- a/libnice.changes +++ b/libnice.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 11 05:15:17 UTC 2012 - adrian@suse.de + +- test suite failure in qemu emulated builds (arm) must be ignored + for now. qemu is not threadsafe enough for it. + ------------------------------------------------------------------- Wed Apr 4 07:44:21 UTC 2012 - vuntz@opensuse.org diff --git a/libnice.spec b/libnice.spec index bde7761..067c1c3 100644 --- a/libnice.spec +++ b/libnice.spec @@ -81,7 +81,10 @@ Connectivity Establishment standard (ICE). %{__make} %check -%{__make} check +%{__make} check \ +%if 0%{?qemu_user_space_build} +|| echo "ignore test suite failure in qemu, it is not threadsafe" +%endif %install %makeinstall