From: Andrea Bolognani Date: Mon, 5 Oct 2020 17:10:12 +0000 (+0200) Subject: spec: Drop s390 architecture from conditionals X-Git-Tag: v6.9.0-rc1~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3000eb018df1aad97e157d5667f335e009543e7;p=thirdparty%2Flibvirt.git spec: Drop s390 architecture from conditionals Neither Fedora nor RHEL build packages on this architecture. Signed-off-by: Andrea Bolognani Reviewed-by: Neal Gompa Reviewed-by: Thomas Huth --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 540cbaff3c..59224f55ce 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -109,12 +109,12 @@ %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 @@ -179,7 +179,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 s390 s390x %{arm} riscv64 + %ifnarch s390x %{arm} riscv64 %define with_numad 0%{!?_without_numad:1} %endif %endif