[libvirt/f16] xenlight available only on Xen arches (#745020)

Dan Horák sharkcz at fedoraproject.org
Tue Oct 11 08:28:41 UTC 2011


commit 8461092bcdc595bdb3d0cd684a3741d232b1a64f
Author: Dan Horák <dan at danny.cz>
Date:   Tue Oct 11 10:28:38 2011 +0200

    xenlight available only on Xen arches (#745020)

 libvirt.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
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 <dan[at]danny.cz> - 0.9.6-3
+- xenlight available only on Xen arches (#745020)
+
 * Mon Oct  3 2011 Laine Stump <laine at redhat.com> - 0.9.6-2
 - Make PCI multifunction support more manual - Bug 742836
 - F15 build still uses cgconfig - Bug 738725


More information about the scm-commits mailing list