rpms/xen/devel xen.spec,1.109,1.110

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 27 09:54:21 UTC 2006


Author: veillard

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

Modified Files:
	xen.spec 
Log Message:
xen.h now requires one more header which was not installed, Daniel



Index: xen.spec
===================================================================
RCS file: /cvs/dist/rpms/xen/devel/xen.spec,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- xen.spec	26 Apr 2006 15:03:30 -0000	1.109
+++ xen.spec	27 Apr 2006 09:54:18 -0000	1.110
@@ -5,7 +5,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 3.0.2
-Release: 2
+Release: 3
 Group:   Development/Libraries
 License: GPL
 URL:     http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
@@ -112,6 +112,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
@@ -171,6 +172,9 @@
 %dir %{_localstatedir}/run/xenstored
 
 %changelog
+* Thu Apr 27 2006 Daniel Veillard <veillard at redhat.com> - 3.0.2-3
+- xen.h now requires xen-compat.h, install it too
+
 * Wed Apr 26 2006 Jeremy Katz <katzj at redhat.com> - 3.0.2-2
 - -m64 patch isn't needed anymore either
 




More information about the fedora-cvs-commits mailing list