rpms/xen/FC-5 xen.spec,1.113,1.114

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jun 21 14:45:27 UTC 2006


Author: veillard

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

Modified Files:
	xen.spec 
Log Message:
Add a missing header, Daniel



Index: xen.spec
===================================================================
RCS file: /cvs/dist/rpms/xen/FC-5/xen.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- xen.spec	20 Jun 2006 22:32:11 -0000	1.113
+++ xen.spec	21 Jun 2006 14:45:24 -0000	1.114
@@ -5,7 +5,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 3.0.2
-Release: 2.FC5
+Release: 3.FC5
 Group:   Development/Libraries
 License: GPL
 URL:     http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
@@ -105,6 +105,7 @@
 install -m 644 tools/libxc/xen/arch-x86_64.h %{buildroot}%{_includedir}/xen
 install -m 644 tools/libxc/xen/arch-ia64.h %{buildroot}%{_includedir}/xen
 install -m 644 xen/include/public/io/xs_wire.h %{buildroot}%{_includedir}/xen/io
+install -m 644 xen/include/public/xen-compat.h %{buildroot}%{_includedir}/xen
 
 ### fixing start-script dir
 mkdir -p %{buildroot}/etc/rc.d
@@ -164,6 +165,9 @@
 %dir %{_localstatedir}/run/xenstored
 
 %changelog
+* Wed Jun 21 2006 Daniel Veillard <veillard at redhat.com> - 3.0.2-3.FC5
+- Add missing xen-compat.h needed to compile on the new xen sources
+
 * Tue Jun 20 2006 Stephen C. Tweedie <sct at redhat.com> - 3.0.2-2.FC5
 - Add BuildRequires: for gnu/stubs-32.h so that x86_64 builds pick up
   glibc32 correctly




More information about the fedora-cvs-commits mailing list