From 72267841c2159257cbd2ed7b74115e9b52fff54a9ef05c61b8a7d1323727fd92 Mon Sep 17 00:00:00 2001 From: Torsten Duwe Date: Wed, 16 Oct 2013 14:01:15 +0000 Subject: [PATCH] Accepting request 203429 from home:dirkmueller:branches:X11:Wayland - skip testsuite on QEMU Userspace build (fixes hang on ARMv6 build) OBS-URL: https://build.opensuse.org/request/show/203429 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=34 --- wayland.changes | 5 +++++ wayland.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/wayland.changes b/wayland.changes index e557078..ec82761 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 15 20:29:24 UTC 2013 - dmueller@suse.com + +- skip testsuite on QEMU Userspace build (fixes hang on ARMv6 build) + ------------------------------------------------------------------- Thu Sep 19 21:58:52 UTC 2013 - hrvoje.senjan@gmail.com diff --git a/wayland.spec b/wayland.spec index 0c41e23..f65981c 100644 --- a/wayland.spec +++ b/wayland.spec @@ -117,8 +117,10 @@ rm -f "$b/%_libdir"/*.la; %fdupes %buildroot/%_prefix %check +%if ! 0%{?qemu_user_space_build} mkdir -m go-rwx xdg; XDG_RUNTIME_DIR="$PWD/xdg" make check %{?_smp_mflags}; +%endif %post -n libwayland-client0 -p /sbin/ldconfig %postun -n libwayland-client0 -p /sbin/ldconfig