rpms/xen/devel xen-3.0.2-config-allow-unix-server.patch, NONE, 1.1 xen.spec, 1.118, 1.119

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jul 11 13:52:55 UTC 2006


Author: veillard

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

Modified Files:
	xen.spec 
Added Files:
	xen-3.0.2-config-allow-unix-server.patch 
Log Message:
Added require to use libvirt >= 0.1.2 and stop the httpd server, use the 
safer unix socket based one instead, Daniel


xen-3.0.2-config-allow-unix-server.patch:
 xend-config.sxp |    4 !!!!
 1 files changed, 4 modifications(!)

--- NEW FILE xen-3.0.2-config-allow-unix-server.patch ---
*** xen-3.0.2/tools/examples/xend-config.sxp.orig	2006-06-07 12:53:18.000000000 +0200
--- xen-3.0.2/tools/examples/xend-config.sxp	2006-07-11 15:43:47.000000000 +0200
***************
*** 15,27 ****
  #(loglevel DEBUG)
  
  #(xend-http-server no)
! #(xend-unix-server no)
  #(xend-tcp-xmlrpc-server no)
  #(xend-unix-xmlrpc-server yes)
  #(xend-relocation-server no)
  (xend-relocation-server yes)
  
! #(xend-unix-path /var/lib/xend/xend-socket)
  
  # Port xend should use for the HTTP interface, if xend-http-server is set.
  #(xend-port            8000)
--- 15,27 ----
  #(loglevel DEBUG)
  
  #(xend-http-server no)
! (xend-unix-server yes)
  #(xend-tcp-xmlrpc-server no)
  #(xend-unix-xmlrpc-server yes)
  #(xend-relocation-server no)
  (xend-relocation-server yes)
  
! (xend-unix-path /var/lib/xend/xend-socket)
  
  # Port xend should use for the HTTP interface, if xend-http-server is set.
  #(xend-port            8000)


Index: xen.spec
===================================================================
RCS file: /cvs/dist/rpms/xen/devel/xen.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- xen.spec	11 Jul 2006 01:39:10 -0000	1.118
+++ xen.spec	11 Jul 2006 13:52:53 -0000	1.119
@@ -5,7 +5,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 3.0.2
-Release: 11
+Release: 12
 Group:   Development/Libraries
 License: GPL
 URL:     http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
@@ -21,7 +21,7 @@
 
 # Patches to modify the default config of xend
 Patch100: xen-config-dom0-minmem.patch
-Patch101: xen-config-allow-http.patch
+Patch102: xen-3.0.2-config-allow-unix-server.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: transfig libidn-devel zlib-devel texi2html SDL-devel curl-devel
@@ -38,6 +38,7 @@
 Requires: bridge-utils
 Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 Requires: udev >= 059
+Requires: libvirt >= 0.1.2
 Requires: libvirt-python
 Requires: xen-libs = %{version}-%{release}
 Prereq: chkconfig
@@ -85,7 +86,7 @@
 
 # config patches
 %patch100 -p1
-%patch101 -p1
+%patch102 -p1
 
 cp %{SOURCE2} .
 
@@ -197,6 +198,10 @@
 %{_libdir}/*.a
 
 %changelog
+* Tue Jul 11 2006 Daniel Veillard <veillard at redhat.com> - 3.0.2-12
+- bump libvirt requires to 0.1.2
+- drop xend httpd localhost server and use the unix socket instead
+
 * Mon Jul 10 2006 Jeremy Katz <katzj at redhat.com> - 3.0.2-11
 - split into main packages + -libs and -devel subpackages for #198260
 - add patch from jfautley to allow specifying other bridge for 




More information about the fedora-cvs-commits mailing list