From: Daniel P. Berrange Date: Wed, 11 Nov 2009 18:07:34 +0000 (+0000) Subject: Exclude numactl on s390[x] X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3c3dffc28515cbab3b5c73b8a751916a90aaffab;p=libvirt.git Exclude numactl on s390[x] The numactl package is not applicable for s390[x] arches, so do not enable it as a build dep. * libvirt.spec.in: Exclude numactl on s390[x] --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 9238bdd7e8..f2933ad97f 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -72,6 +72,10 @@ %define with_xen 0 %endif +# Numactl is not available on s390[x] +%ifarch s390 s390x +%define with_numactl 0 +%endif # RHEL doesn't ship OpenVZ, VBox, UML, OpenNebula, PowerHypervisor or ESX %if 0%{?rhel}