From babd55c307a52d4f23eddb2f07a8d637ef92581a Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Feb 09 2006 00:37:58 +0000 Subject: - turn on http listener so you can do things with libvir as a user --- diff --git a/xen.spec b/xen.spec index 7825173..26a70ea 100644 --- a/xen.spec +++ b/xen.spec @@ -5,7 +5,7 @@ Summary: Xen is a virtual machine monitor Name: xen Version: 3.0.1 -Release: 0.20060208.fc5 +Release: 0.20060208.fc5.1 Group: Development/Libraries License: GPL URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html @@ -18,8 +18,8 @@ Patch3: xen-dom0-minmem.patch Patch4: xen-compile-fixes.patch Patch5: xen-default-network.patch Patch6: xen-network-iptables-bridge.patch -Patch7: xen-udevinfo.patch Patch8: xen-vmxballoon-hack.patch +Patch9: xen-3.0.1-config-allow-http.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: transfig libidn-devel zlib-devel texi2html SDL-devel curl-devel BuildRequires: libX11-devel python-devel ghostscript tetex-latex @@ -57,8 +57,8 @@ or makes fun of you in front of your friends. %patch4 -p1 -b .compile %patch5 -p1 %patch6 -p1 -#patch7 -p1 %patch8 -p1 +%patch9 -p1 cp %{SOURCE2} . @@ -156,6 +156,9 @@ rm -rf $RPM_BUILD_ROOT %dir %{_localstatedir}/run/xenstored %changelog +* Wed Feb 8 2006 Jeremy Katz - 3.0.1-0.20060208.fc5.1 +- turn on http listener so you can do things with libvir as a user + * Wed Feb 8 2006 Jeremy Katz - 3.0.1-0.20060208.fc5 - update to current hg snapshot for HVM support - update xenguest-install for hvm changes. allow hvm on svm hardware