From: Michal Privoznik Date: Thu, 19 Aug 2021 14:24:43 +0000 (+0200) Subject: rpm: Enable numactl on s390x X-Git-Tag: v7.7.0-rc1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c71a986e9ac851d5fbbf62c538ea13dfac87aa03;p=thirdparty%2Flibvirt.git rpm: Enable numactl on s390x While s390x doesn't have NUMA nodes it has libnuma which is still helpful as it parses sysfs for us and kernel emulates NUMA#0. Signed-off-by: Michal Privoznik Reviewed-by: Martin Kletzander --- diff --git a/libvirt.spec.in b/libvirt.spec.in index c3f50224cc..b01379d242 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -24,7 +24,7 @@ %define arches_vbox %{arches_x86} %define arches_ceph %{arches_64bit} %define arches_zfs %{arches_x86} %{power64} %{arm} -%define arches_numactl %{arches_x86} %{power64} aarch64 +%define arches_numactl %{arches_x86} %{power64} aarch64 s390x %define arches_numad %{arches_x86} %{power64} aarch64 # The hypervisor drivers that run in libvirtd