add ARM to NUMA platform exlcludes
parent
50fe0d263a
commit
83ba258549
|
@ -77,8 +77,8 @@
|
||||||
%define with_xen 0
|
%define with_xen 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Numactl is not available on s390[x]
|
# Numactl is not available on s390[x] or ARM
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x %{arm}
|
||||||
%define with_numactl 0
|
%define with_numactl 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
@ -185,7 +185,7 @@
|
||||||
Summary: Library providing a simple API virtualization
|
Summary: Library providing a simple API virtualization
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 0.8.3
|
Version: 0.8.3
|
||||||
Release: 10%{?dist}%{?extra_release}
|
Release: 11%{?dist}%{?extra_release}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
|
Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
|
||||||
|
@ -931,6 +931,9 @@ fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 6 2011 Peter Robinson <pbrobinson@gmail.com> - 0.8.3-11
|
||||||
|
- add ARM to NUMA platform exlcludes
|
||||||
|
|
||||||
* Tue Jul 5 2011 Laine Stump <laine@redhat.com> 0.8.3-10
|
* Tue Jul 5 2011 Laine Stump <laine@redhat.com> 0.8.3-10
|
||||||
- Fix for CVE-2011-2511, integer overflow in VirDomainGetVcpus,
|
- Fix for CVE-2011-2511, integer overflow in VirDomainGetVcpus,
|
||||||
Bug 717204
|
Bug 717204
|
||||||
|
|
Loading…
Reference in New Issue