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: 974dc0a4c6
Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Boris Fiuczynski
2020-10-19 15:25:08 +02:00
committed by Andrea Bolognani
parent 0e83c12c68
commit 07d0a64ddb
+1 -1
View File
@@ -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