From 07d0a64ddb5db272ca583074d2211d3e27b8ec4d Mon Sep 17 00:00:00 2001 From: Boris Fiuczynski Date: Mon, 19 Oct 2020 14:23:00 +0200 Subject: [PATCH] spec: Fix numad check This caused DEBUG: meson.build:2149:2: ERROR: Problem encountered: You must have numactl enabled for numad support. on s390x. Fixes: 974dc0a4c678af8ccb9224abecc834bb593e81fa Signed-off-by: Boris Fiuczynski Reviewed-by: Marc Hartmayer Reviewed-by: Andrea Bolognani --- libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 2bd4784d0f..325566f329 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -182,7 +182,7 @@ %if %{with_qemu} || %{with_lxc} # numad is used to manage the CPU and memory placement dynamically, # it's not available on many non-x86 architectures. - %ifnarch %{arches_numad} + %ifarch %{arches_numad} %define with_numad 0%{!?_without_numad:1} %endif %endif