diff --git a/wayland.changes b/wayland.changes index a2fa062..6bac90f 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 21 12:13:18 UTC 2025 - Hillwood Yang + +- Disable test on loongarch. + ------------------------------------------------------------------- Tue Sep 17 00:53:52 UTC 2024 - llyyr diff --git a/wayland.spec b/wayland.spec index 3583a6a..fa4689e 100644 --- a/wayland.spec +++ b/wayland.spec @@ -1,7 +1,7 @@ # # spec file for package wayland # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,6 +23,10 @@ %define eglversion %_version %endif %define lname libwayland0 +%define enable_test 1 +%ifarch loongarch64 +%define enable_test 0 +%endif %bcond_with doc Name: wayland Version: %_version @@ -160,8 +164,10 @@ sed -i 's//%eglversion/' "%_sourcedir/baselibs.conf" %install %meson_install +%if %{enable_test} %check %meson_test +%endif %if 0%{?suse_version} >= 1550 %ldconfig_scriptlets -n libwayland-client0