packages: libvirt/libvirt.spec - enable Xen support
baggins
baggins at pld-linux.org
Mon Mar 5 14:51:31 CET 2012
Author: baggins Date: Mon Mar 5 13:51:30 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- enable Xen support
---- Files affected:
packages/libvirt:
libvirt.spec (1.63 -> 1.64)
---- Diffs:
================================================================
Index: packages/libvirt/libvirt.spec
diff -u packages/libvirt/libvirt.spec:1.63 packages/libvirt/libvirt.spec:1.64
--- packages/libvirt/libvirt.spec:1.63 Sun Feb 19 17:01:48 2012
+++ packages/libvirt/libvirt.spec Mon Mar 5 14:51:25 2012
@@ -3,7 +3,7 @@
# --with-driver-modules ?
#
# Conditional build:
-%bcond_with xen # xen
+%bcond_without xen # xen
%bcond_without xen_proxy # Xen proxy
%bcond_without qemu # Qemu
%bcond_without polkit # PolicyKit
@@ -21,13 +21,10 @@
%ifnarch %{ix86} %{x8664} ppc
%undefine with_qemu
%endif
-# Xen is available only on i686 x86_64 ia64
+# Xen is available only on x86 and ia64
%ifnarch %{ix86} %{x8664} ia64
%undefine with_xen
%endif
-%ifarch i386 i486 i586
-%undefine with_xen
-%endif
%if %{without xen}
%undefine with_xen_proxy
%endif
@@ -86,7 +83,7 @@
BuildRequires: rpmbuild(macros) >= 1.627
%{?with_sanlock:BuildRequires: sanlock-devel >= 0.8}
BuildRequires: udev-devel >= 145
-%{?with_xen:BuildRequires: xen-devel >= 3.0.4}
+%{?with_xen:BuildRequires: xen-devel >= 4.1.2}
# For disk driver
BuildRequires: xorg-lib-libpciaccess-devel >= 0.10.0
BuildRequires: yajl-devel
@@ -497,6 +494,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.64 2012/03/05 13:51:25 baggins
+- enable Xen support
+
Revision 1.63 2012/02/19 16:01:48 baggins
- rel 3
- added reload to sysv init script
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libvirt/libvirt.spec?r1=1.63&r2=1.64&f=u
More information about the pld-cvs-commit
mailing list