%endif
# Numactl is not available on many non-x86 archs
-%ifarch s390 s390x %{arm} riscv64
+%ifarch s390x %{arm} riscv64
%define with_numactl 0
%endif
# zfs-fuse is not available on some architectures
-%ifarch s390 s390x aarch64 riscv64
+%ifarch s390x aarch64 riscv64
%define with_storage_zfs 0
%endif
%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 s390 s390x %{arm} riscv64
+ %ifnarch s390x %{arm} riscv64
%define with_numad 0%{!?_without_numad:1}
%endif
%endif