diff --git a/xen.spec b/xen.spec index aa521c6..59255e0 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.2 +Release: 0.20060208.fc5.3 Group: Development/Libraries License: GPL URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html @@ -22,6 +22,7 @@ Patch8: xen-vmxballoon-hack.patch Patch9: xen-3.0.1-config-allow-http.patch Patch10: xen-bl-unique-fifo.patch Patch11: xen-pygrub-dont-read-disk.patch +Patch12: xen-bl-domain-restart.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 @@ -63,6 +64,7 @@ or makes fun of you in front of your friends. %patch9 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 cp %{SOURCE2} . @@ -160,10 +162,11 @@ rm -rf $RPM_BUILD_ROOT %dir %{_localstatedir}/run/xenstored %changelog -* Thu Feb 23 2006 Jeremy Katz +* Thu Feb 23 2006 Jeremy Katz - 3.0.1-0.20060208.fc5.3 - add patch to ensure we get a unique fifo for boot loader (#182328) - don't try to read the whole disk if we can't find a partition table with pygrub +- fix restarting of domains (#179677) * Thu Feb 9 2006 Jeremy Katz - 3.0.1-0.20060208.fc5.2 - fix -h conflict for xenguest-isntall