[libvirt] add ARM to NUMA platform exlcludes

Peter Robinson pbrobinson at fedoraproject.org
Wed Jul 6 14:19:25 UTC 2011


commit 459eb426c3dcc496369a6ae54fd05b6acae3ca69
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Jul 6 15:19:11 2011 +0100

    add ARM to NUMA platform exlcludes

 libvirt.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/libvirt.spec b/libvirt.spec
index 00c597f..d13b89e 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -90,8 +90,8 @@
 %define with_xen 0
 %endif
 
-# Numactl is not available on s390[x]
-%ifarch s390 s390x
+# Numactl is not available on s390[x] and ARM
+%ifarch s390 s390x %{arm}
 %define with_numactl 0
 %endif
 
@@ -225,7 +225,7 @@
 Summary: Library providing a simple virtualization API
 Name: libvirt
 Version: 0.9.3
-Release: 1%{?dist}%{?extra_release}
+Release: 2%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
@@ -1120,6 +1120,9 @@ fi
 %endif
 
 %changelog
+* Wed Jul  5 2011 Peter Robinson <pbrobinson at gmail.com> - 0.9.3-2
+- Add ARM to NUMA platform excludes
+
 * Mon Jul  4 2011 Daniel Veillard <veillard at redhat.com> - 0.9.3-1
 - new API virDomainGetVcpupinInfo
 - Add TXT record support for virtual DNS service


More information about the scm-commits mailing list