From c62d2ca198ceafd9c309a13e43deaf937ac1521e Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 12 Feb 2024 10:48:06 +0100 Subject: [PATCH] [openSUSE][RPM] Disable test-crypto-secret in linux-user build --- rpm/qemu.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpm/qemu.spec b/rpm/qemu.spec index ec875b9bd4..c6eaa6bf41 100644 --- a/rpm/qemu.spec +++ b/rpm/qemu.spec @@ -1004,6 +1004,8 @@ cp %{rpmfilesdir}/APIC.core-count2 %{rpmfilesdir}/DSDT.core-count2 %{rpmfilesdir %if 0%{?qemu_user_space_build} # Seccomp is not supported by linux-user emulation echo 'int main (void) { return 0; }' > %{srcdir}/tests/unit/test-seccomp.c +# keyctl is not yet supported by linux-user emulation +echo 'int main (void) { return 0; }' > %{srcdir}/tests/unit/test-crypto-secret.c %endif # Compile the QOM test binary first, so that ... -- 2.51.1