Accepting request 203489 from X11:Wayland

- skip testsuite on QEMU Userspace build (fixes hang on ARMv6 build) (forwarded request 203429 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/203489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wayland?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal 2013-10-17 12:28:48 +00:00 committed by Git OBS Bridge
commit 1a62e7bdd2
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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