From b92a630cdff158e58ef5b8a610430c9a218753c3 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Mar 02 2007 20:13:01 +0000 Subject: Fixed restart after guest completes --- diff --git a/python-virtinst.spec b/python-virtinst.spec index b069847..65bd772 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: 2%{?dist} +Release: 3%{?dist} Source0: virtinst-%{version}.tar.gz License: GPL Group: Development/Libraries @@ -16,6 +16,7 @@ Requires: libvirt-python >= 0.2.0-3.fc7 Requires: urlgrabber BuildRequires: python-devel Obsoletes: python-xeninst < 0.97.0 +Patch1: virtinst-restart.patch %description virtinst is a module to help in starting installations of Fedora/Red @@ -29,6 +30,7 @@ virtinst in a command line mode. %prep %setup -q -n virtinst-%{version} +%patch1 -p1 %build python setup.py build @@ -50,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/virt-install %changelog +* Fri Mar 2 2007 Daniel P. Berrange - 0.101.0-3.fc7 +- Fixed restart of guests after install completes + * Tue Feb 20 2007 Daniel P. Berrange - 0.101.0-2.fc7 - Remove obsolete patches