From 459eb426c3dcc496369a6ae54fd05b6acae3ca69 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Jul 06 2011 14:19:11 +0000 Subject: add ARM to NUMA platform exlcludes --- 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 - 0.9.3-2 +- Add ARM to NUMA platform excludes + * Mon Jul 4 2011 Daniel Veillard - 0.9.3-1 - new API virDomainGetVcpupinInfo - Add TXT record support for virtual DNS service