[libvirt/f15] add ARM to NUMA platform exlcludes

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


commit 6051cec4128cfbfdd609e88dca5a95faf2d635e1
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Jul 6 15:45:06 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 6173ff0..2239557 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -82,8 +82,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
 
@@ -204,7 +204,7 @@
 Summary: Library providing a simple virtualization API
 Name: libvirt
 Version: 0.8.8
-Release: 5%{?dist}%{?extra_release}
+Release: 6%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
@@ -1020,6 +1020,9 @@ fi
 %endif
 
 %changelog
+* Wed Jul  5 2011 Peter Robinson <pbrobinson at gmail.com> - 0.8.8-6
+- Add ARM to NUMA excludes
+
 * Tue Jul  5 2011 Laine Stump <laine at redhat.com> 0.8.8-5
 - Fix for CVE-2011-2178, regression introduced in disk probe logic,
   Bug 709775


More information about the scm-commits mailing list