From 83e214b7ec2d0dc4b4882af719f0ae49cfde92a5 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Nov 14 2005 17:59:52 +0000 Subject: - change default dom0 min-mem to 256M so that dom0 will try to balloon down --- diff --git a/xen.spec b/xen.spec index fcff578..2e0552b 100644 --- a/xen.spec +++ b/xen.spec @@ -3,7 +3,7 @@ Summary: Xen is a virtual machine monitor Name: xen Version: 3.0 -Release: 0.20051109.fc5.2 +Release: 0.20051109.fc5.3 Group: Development/Libraries License: GPL URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html @@ -11,6 +11,7 @@ Source0: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-unstable-s Patch0: xen-misc-fixes.patch Patch1: xen-initscript.patch Patch2: xen-bootloader-fixes.patch +Patch3: xen-dom0-minmem.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: transfig libidn-devel zlib-devel texi2html SDL-devel curl-devel BuildRequires: xorg-x11-devel python-devel ghostscript tetex-latex @@ -39,6 +40,7 @@ or makes fun of you in front of your friends. %patch0 -p1 -b .misc %patch1 -p1 -b .init %patch2 -p1 +%patch3 -p1 %build CFLAGS="$RPM_OPT_FLAGS" %{__make} XEN_PYTHON_NATIVE_INSTALL=1 DESTDIR=%{buildroot} tools docs @@ -99,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT %dir %{_localstatedir}/run/xenstored %changelog +* Mon Nov 14 2005 Jeremy Katz - 3.0-0.20051109.fc5.3 +- change default dom0 min-mem to 256M so that dom0 will try to balloon down + * Sat Nov 12 2005 Jeremy Katz - buildrequire ncurses-devel (reported by Justin Dearing)