From 400861d3fdcf36219f39b8a949e3a8ae28580209 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Mar 09 2007 03:59:42 +0000 Subject: Fixed Xen pv installs --- diff --git a/python-virtinst.spec b/python-virtinst.spec index 65bd772..983c615 100644 --- a/python-virtinst.spec +++ b/python-virtinst.spec @@ -3,7 +3,7 @@ Summary: Python modules for starting Xen guest installations Name: python-virtinst Version: 0.101.0 -Release: 3%{?dist} +Release: 4%{?dist} Source0: virtinst-%{version}.tar.gz License: GPL Group: Development/Libraries @@ -17,6 +17,7 @@ Requires: urlgrabber BuildRequires: python-devel Obsoletes: python-xeninst < 0.97.0 Patch1: virtinst-restart.patch +Patch2: virtinst-xen-pv.patch %description virtinst is a module to help in starting installations of Fedora/Red @@ -31,6 +32,7 @@ virtinst in a command line mode. %prep %setup -q -n virtinst-%{version} %patch1 -p1 +%patch2 -p1 %build python setup.py build @@ -52,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/virt-install %changelog +* Thu Mar 8 2007 Daniel P. Berrange - 0.101.0-4.fc7 +- Fixed install of paravirt Xen guests + * Fri Mar 2 2007 Daniel P. Berrange - 0.101.0-3.fc7 - Fixed restart of guests after install completes