rpms/xen/FC-5 xen.spec,1.116,1.117

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Oct 3 01:05:16 UTC 2006


Author: jkeating

Update of /cvs/dist/rpms/xen/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv2593

Modified Files:
	xen.spec 
Log Message:
temporary hack to bootstrap libvirt


Index: xen.spec
===================================================================
RCS file: /cvs/dist/rpms/xen/FC-5/xen.spec,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- xen.spec	20 Sep 2006 22:30:20 -0000	1.116
+++ xen.spec	3 Oct 2006 01:05:14 -0000	1.117
@@ -5,7 +5,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 3.0.2
-Release: 4.FC5
+Release: 5%{?dist}
 Group:   Development/Libraries
 License: GPL
 URL:     http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
@@ -42,6 +42,13 @@
 Prereq: chkconfig
 ExclusiveArch: i386 x86_64
 
+# Hack for bootstrapping
+%ifarch x86_64 ppc64 ia64
+Provides: libxenstore.so()(64bit)
+%else
+Provides: libxenstore.so
+%endif
+
 %description
 This package contains the Xen hypervisor and Xen tools, needed to
 run virtual machines on x86 systems, together with the kernel-xen*




More information about the fedora-cvs-commits mailing list