From 2b45f05c2a213a0d29a47e93970486023422be93 Mon Sep 17 00:00:00 2001 From: Stephen Tweedie Date: Jan 30 2006 22:07:43 +0000 Subject: Update to xen-unstable from 20060130 (cset 8705) --- diff --git a/.cvsignore b/.cvsignore index 52940ee..3b9c1df 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -xen-3.0.0-20060110.tar.bz2 LibVNCServer-0.7.1.tar.gz +xen-3.0.0-20060130.tar.bz2 diff --git a/sources b/sources index 4d6155d..df03700 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -d3aca23f36c287cc528b7fe8552ad2b3 xen-3.0.0-20060110.tar.bz2 54110288b3171551c03467cd60976d55 LibVNCServer-0.7.1.tar.gz +08d9b3c05fb2e4841121fefea8f9560f xen-3.0.0-20060130.tar.bz2 diff --git a/xen.spec b/xen.spec index 44901c5..74daf55 100644 --- a/xen.spec +++ b/xen.spec @@ -5,11 +5,11 @@ Summary: Xen is a virtual machine monitor Name: xen Version: 3.0 -Release: 0.20060110.fc5.5 +Release: 0.20060130.fc5 Group: Development/Libraries License: GPL URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html -Source0: xen-3.0.0-20060110.tar.bz2 +Source0: xen-3.0.0-20060130.tar.bz2 Source1: http://download.sf.net/libvncserver/LibVNCServer-%{libvncver}.tar.gz Patch0: xen-misc-fixes.patch Patch1: xen-initscript.patch @@ -87,9 +87,6 @@ install -m 644 xen/include/public/io/xs_wire.h %{buildroot}%{_includedir}/xen/io mkdir -p %{buildroot}/etc/rc.d mv -f %{buildroot}/etc/init.d %{buildroot}/etc/rc.d/ -# move xsls -> xenstore-ls. committed upstream already (#171863) -mv %{buildroot}%{_bindir}/xsls %{buildroot}%{_bindir}/xenstore-ls - mv -f %{buildroot}/etc/udev/xen-backend.rules %{buildroot}/etc/udev/rules.d/ %post @@ -137,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT %dir %{_localstatedir}/run/xenstored %changelog +* Mon Jan 30 2006 - 3.0-0.20060130.fc5 +- Update to xen-unstable from 20060130 (cset 8705) + * Wed Jan 25 2006 Jeremy Katz - 3.0-0.20060110.fc5.5 - buildrequire dev86 so that vmx firmware gets built - include a copy of libvncserver and build vmx device models against it