]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Drop s390 architecture from conditionals
authorAndrea Bolognani <abologna@redhat.com>
Mon, 5 Oct 2020 17:10:12 +0000 (19:10 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 9 Oct 2020 12:34:25 +0000 (14:34 +0200)
Neither Fedora nor RHEL build packages on this architecture.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
libvirt.spec.in

index 540cbaff3c366e1350a4e0a637450001ceb1633b..59224f55ce1bc941511226433e02ef678a2d537b 100644 (file)
 %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