diff --git a/wayland.changes b/wayland.changes index 6bac90f..52d627d 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jun 7 09:18:19 UTC 2025 - Andreas Schwab + +- Skip tests in qemu emulation + ------------------------------------------------------------------- Fri Mar 21 12:13:18 UTC 2025 - Hillwood Yang diff --git a/wayland.spec b/wayland.spec index fa4689e..29ad408 100644 --- a/wayland.spec +++ b/wayland.spec @@ -24,7 +24,8 @@ %endif %define lname libwayland0 %define enable_test 1 -%ifarch loongarch64 +%if 0%{?qemu_user_space_build} +# qemu linux-user emulation does not support ptrace %define enable_test 0 %endif %bcond_with doc