From d0c6dbb8bb4d116a1cd1c06c3007b4925ec73501 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Jan 31 2006 17:34:40 +0000 Subject: add patch so that it doesn't die if your default network device is 'eth1', or 'harry', or... --- diff --git a/xen.spec b/xen.spec index 14b55c4..a86655a 100644 --- a/xen.spec +++ b/xen.spec @@ -5,7 +5,7 @@ Summary: Xen is a virtual machine monitor Name: xen Version: 3.0 -Release: 0.20060130.fc5.1 +Release: 0.20060130.fc5.2 Group: Development/Libraries License: GPL URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html @@ -16,6 +16,7 @@ Patch0: xen-misc-fixes.patch Patch1: xen-initscript.patch Patch3: xen-dom0-minmem.patch Patch4: xen-compile-fixes.patch +Patch5: xen-default-network.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 @@ -46,6 +47,8 @@ or makes fun of you in front of your friends. %patch1 -p1 -b .init %patch3 -p1 -b .mem-min %patch4 -p1 -b .compile +%patch5 -p1 + cp %{SOURCE2} . %build @@ -139,6 +142,9 @@ rm -rf $RPM_BUILD_ROOT %dir %{_localstatedir}/run/xenstored %changelog +* Tue Jan 31 2006 Bill Nottinghham 3.0-0.20060130.fc5.2 +- use the default network device, don't hardcode eth0 + * Tue Jan 31 2006 - 3.0-0.20060130.fc5.1 - Add xenguest-install.py in /usr/sbin