SPECS: libvirt.spec - do not require xen-devel when building without xen; r...

paszczus paszczus at pld-linux.org
Tue Sep 23 13:35:24 CEST 2008


Author: paszczus                     Date: Tue Sep 23 11:35:24 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- do not require xen-devel when building without xen; rel 1

---- Files affected:
SPECS:
   libvirt.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/libvirt.spec
diff -u SPECS/libvirt.spec:1.1 SPECS/libvirt.spec:1.2
--- SPECS/libvirt.spec:1.1	Sat May 24 03:22:20 2008
+++ SPECS/libvirt.spec	Tue Sep 23 13:35:19 2008
@@ -26,7 +26,7 @@
 Summary:	Toolkit to interact with virtualization capabilities
 Name:		libvirt
 Version:	0.4.2
-Release:	0.1
+Release:	1
 License:	LGPL
 Group:		Base/Kernel
 URL:		http://www.libvirt.org/
@@ -47,7 +47,7 @@
 BuildRequires:	readline-devel
 # For mount/umount in FS driver
 BuildRequires:	util-linux
-BuildRequires:	xen-devel >= 3.0.4
+%{?with_xen:BuildRequires:	xen-devel >= 3.0.4}
 # For LVM drivers
 BuildRequires:	lvm2
 BuildRequires:	ncurses-devel
@@ -202,5 +202,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008/09/23 11:35:19  paszczus
+- do not require xen-devel when building without xen; rel 1
+
 Revision 1.1  2008/05/24 01:22:20  glen
 - new, based on mandriva and fedora specs
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libvirt.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list