SPECS: xen.spec - BRs for hvm extensions

alucard alucard at pld-linux.org
Sat Feb 10 23:30:51 CET 2007


Author: alucard                      Date: Sat Feb 10 22:30:51 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BRs for hvm extensions

---- Files affected:
SPECS:
   xen.spec (1.43 -> 1.44) 

---- Diffs:

================================================================
Index: SPECS/xen.spec
diff -u SPECS/xen.spec:1.43 SPECS/xen.spec:1.44
--- SPECS/xen.spec:1.43	Sat Feb 10 18:33:59 2007
+++ SPECS/xen.spec	Sat Feb 10 23:30:46 2007
@@ -5,6 +5,7 @@
 #
 # Conditional build:
 %bcond_with	pae		# build with PAE (HIGHMEM64G) support
+%bcond_with	hvm		# build with hvm (full virtualization) support
 #
 Summary:	Xen - a virtual machine monitor
 Summary(pl):	Xen - monitor maszyny wirtualnej
@@ -41,6 +42,8 @@
 BuildRequires:	transfig
 BuildRequires:	which
 BuildRequires:	zlib-devel
+%{?with_hvm:BuildRequires:	bin86}
+%{?with_hvm:BuildRequires:	bcc}
 Requires(post):	/sbin/ldconfig
 Requires(post,preun):	/sbin/chkconfig
 Requires:	ZopeInterface
@@ -205,8 +208,10 @@
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/bin
 %attr(744,root,root) %{_libdir}/%{name}/bin/*
+%if %{with hvm}
 %dir %{_libdir}/%{name}/boot
 %attr(744,root,root) %{_libdir}/%{name}/boot/hvmloader
+%endif
 %{_datadir}/xen
 %{py_sitedir}/fsimage.so
 %{py_sitedir}/grub
@@ -248,6 +253,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44  2007/02/10 22:30:46  alucard
+- BRs for hvm extensions
+
 Revision 1.43  2007/02/10 17:33:59  alucard
 - up to 3.0.4-1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xen.spec?r1=1.43&r2=1.44&f=u



More information about the pld-cvs-commit mailing list