diff --git a/libseccomp.changes b/libseccomp.changes index 86fdf8b..3d19559 100644 --- a/libseccomp.changes +++ b/libseccomp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 13 08:19:30 UTC 2021 - Andreas Schwab + +- Skip 11-basic-basic_errors test on qemu linux-user emulation + ------------------------------------------------------------------- Wed Sep 1 18:48:49 UTC 2021 - Jan Engelhardt diff --git a/libseccomp.spec b/libseccomp.spec index bd09e59..24a18b7 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -78,7 +78,8 @@ This subpackage contains debug utilities for the seccomp interface. %if 0%{?qemu_user_space_build} # The qemu linux-user emulation does not allow executing -# prctl(PR_SET_SECCOMP), which breaks this test. Stub it out. +# prctl(PR_SET_SECCOMP), which breaks these tests. Stub them out. +echo 'int main () { return 0; }' >tests/11-basic-basic_errors.c echo 'int main () { return 0; }' >tests/52-basic-load.c %endif