From df62e00e7bd3f44035e7d5252309b550614d7947 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: May 05 2006 19:39:31 +0000 Subject: - update to new snapshot (changeset 9925) --- diff --git a/.cvsignore b/.cvsignore index 428b031..5540721 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ LibVNCServer-0.7.1.tar.gz xen-3.0.1-20060301.tar.bz2 xen-20060425.tar.bz2 +xen-unstable-9925.tar.bz2 diff --git a/sources b/sources index 86523cb..7c306f8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 54110288b3171551c03467cd60976d55 LibVNCServer-0.7.1.tar.gz -aa6a152f82b01511f8f17a8d557340eb xen-20060425.tar.bz2 +ace9ba97c6a2687bd947b8a46d114a3e xen-unstable-9925.tar.bz2 diff --git a/xen.spec b/xen.spec index 021a475..3bfe1ac 100644 --- a/xen.spec +++ b/xen.spec @@ -5,24 +5,20 @@ Summary: Xen is a virtual machine monitor Name: xen Version: 3.0.2 -Release: 3 +Release: 4 Group: Development/Libraries License: GPL URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html -# xen-unstable cs 9744:1ad06bd6832d -Source0: xen-20060425.tar.bz2 +# xen-unstable cs 9925 +Source0: xen-unstable-9925.tar.bz2 Source1: http://download.sf.net/libvncserver/LibVNCServer-%{libvncver}.tar.gz Source2: xenguest-install.py Source3: xen-udev.rules Patch1: xen-initscript.patch -Patch4: xen-compile-fixes.patch Patch6: xen-network-iptables-bridge.patch Patch8: xen-vmxballoon-hack.patch Patch11: xen-3.0.1-cloexec.patch Patch12: xen-3.0.1-tempdir.patch -Patch13: xen-check-returns.patch - -Patch20: xen-blchanges.patch # Patches to modify the default config of xend Patch100: xen-config-dom0-minmem.patch @@ -61,14 +57,10 @@ or makes fun of you in front of your friends. %prep %setup -q -n xen-unstable.hg -a 1 %patch1 -p1 -b .init -%patch4 -p1 -b .compile %patch6 -p1 %patch8 -p1 -%patch11 -p1 -b .cloexec +#patch11 -p1 -b .cloexec %patch12 -p1 -b .tempdir -%patch13 -p1 - -%patch20 -p1 # config patches %patch100 -p1 @@ -172,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT %dir %{_localstatedir}/run/xenstored %changelog +* Fri May 5 2006 Jeremy Katz - 3.0.2-4 +- update to new snapshot (changeset 9925) + * Thu Apr 27 2006 Daniel Veillard - 3.0.2-3 - xen.h now requires xen-compat.h, install it too