[libvirt/f14] add ARM to NUMA platform exlcludes

Peter Robinson pbrobinson at fedoraproject.org
Wed Jul 6 22:18:08 UTC 2011


commit 83ba25854950758ea6114fcd90d86fae807b9b20
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Jul 6 23:17:49 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 239a08e..48c4778 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -77,8 +77,8 @@
 %define with_xen 0
 %endif
 
-# Numactl is not available on s390[x]
-%ifarch s390 s390x
+# Numactl is not available on s390[x] or ARM
+%ifarch s390 s390x %{arm}
 %define with_numactl 0
 %endif
 
@@ -185,7 +185,7 @@
 Summary: Library providing a simple API virtualization
 Name: libvirt
 Version: 0.8.3
-Release: 10%{?dist}%{?extra_release}
+Release: 11%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
@@ -931,6 +931,9 @@ fi
 %endif
 
 %changelog
+* Wed Jul  6 2011 Peter Robinson <pbrobinson at gmail.com> - 0.8.3-11
+- add ARM to NUMA platform exlcludes
+
 * Tue Jul  5 2011 Laine Stump <laine at redhat.com> 0.8.3-10
 - Fix for CVE-2011-2511, integer overflow in VirDomainGetVcpus,
   Bug 717204


More information about the scm-commits mailing list