From ec0f70b96a24bb6bec6d571b871f51069f4ff4d0 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Feb 23 2006 21:53:38 +0000 Subject: - 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 --- diff --git a/xen.spec b/xen.spec index 6692a52..aa521c6 100644 --- a/xen.spec +++ b/xen.spec @@ -20,6 +20,8 @@ Patch5: xen-default-network.patch Patch6: xen-network-iptables-bridge.patch 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 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 @@ -59,6 +61,8 @@ or makes fun of you in front of your friends. %patch6 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 +%patch11 -p1 cp %{SOURCE2} . @@ -156,6 +160,11 @@ rm -rf $RPM_BUILD_ROOT %dir %{_localstatedir}/run/xenstored %changelog +* Thu Feb 23 2006 Jeremy Katz +- 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 + * Thu Feb 9 2006 Jeremy Katz - 3.0.1-0.20060208.fc5.2 - fix -h conflict for xenguest-isntall