From daf8e124ca727b7f4de7f3ab5f04f5336d2c992f Mon Sep 17 00:00:00 2001 From: Dan Horák Date: Oct 11 2011 08:29:54 +0000 Subject: xenlight available only on Xen arches (#745020) --- diff --git a/libvirt.spec b/libvirt.spec index 8ddfbde..d6afdbc 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -89,6 +89,7 @@ # Xen is available only on i386 x86_64 ia64 %ifnarch i386 i586 i686 x86_64 ia64 %define with_xen 0 +%define with_libxl 0 %endif # Numactl is not available on s390[x] and ARM @@ -234,7 +235,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 0.9.6 -Release: 2%{?dist}%{?extra_release} +Release: 3%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz @@ -1160,6 +1161,9 @@ fi %endif %changelog +* Tue Oct 11 2011 Dan Horák - 0.9.6-3 +- xenlight available only on Xen arches (#745020) + * Mon Oct 3 2011 Laine Stump - 0.9.6-2 - Make PCI multifunction support more manual - Bug 742836 - F15 build still uses cgconfig - Bug 738725