From 50815570b95a3b71e59bb5f22d28112468df4a81 Mon Sep 17 00:00:00 2001 From: riel Date: Apr 25 2005 13:52:16 +0000 Subject: upgrade to last night's snapshot --- diff --git a/sources b/sources index c9b2faa..08c4568 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cdde283ce0937d6c80b7cbf994c4e216 xen-unstable-src.tgz +425a87af78cc9ec01b04095c99bd0c90 xen-unstable-src.tgz diff --git a/xen.spec b/xen.spec index 51d0b06..f225ee1 100644 --- a/xen.spec +++ b/xen.spec @@ -3,13 +3,12 @@ Summary: Xen is a virtual machine monitor Name: xen Version: 2 -Release: 20050403 +Release: 20050424 Group: Development/Libraries License: GPL URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html Source0: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-unstable-src.tgz Patch0: xen-misc-fixes.patch -Patch1: xen-man-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: transfig libidn-devel zlib-devel BuildRequires: xorg-x11-devel python-devel ghostscript tetex-latex @@ -34,7 +33,6 @@ or makes fun of you in front of your friends. %prep %setup -q -n xen-unstable %patch0 -p1 -%patch1 -p1 %build CFLAGS="$RPM_OPT_FLAGS" %{__make} XEN_PYTHON_NATIVE_INSTALL=1 xen tools docs @@ -72,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/xencons %{_bindir}/xentrace %{_bindir}/xentrace_format +%{_bindir}/cpuperf-perfcntr +%{_bindir}/cpuperf-xen +%{_bindir}/xc_shadow + %{_includedir}/*.h %dir %{_includedir}/%{name} %{_includedir}/%{name}/* @@ -87,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/%{name}* %changelog +* Mon Apr 25 2005 Rik van Riel 2-20050424 +- upgrade to last night's snapshot + * Fri Apr 15 2005 Jeremy Katz - patch manpath instead of moving in specfile. patch sent upstream - install to native python path instead of /usr/lib/python