diff --git a/python-virtinst.spec b/python-virtinst.spec index 45164bb..b72225d 100644 --- a/python-virtinst.spec +++ b/python-virtinst.spec @@ -3,8 +3,10 @@ Summary: Python modules for starting Xen guest installations Name: python-virtinst Version: 0.98.0 -Release: 2 +Release: 3%{?dist} Source0: virtinst-%{version}.tar.gz +Patch1: virtinst-invalid-mem-crash.patch +Patch2: virtinst-incremental-sleep.patch License: GPL Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -29,6 +31,8 @@ virtinst in a command line mode. %prep %setup -q -n virtinst-%{version} +%patch1 -p1 +%patch2 -p1 %build python setup.py build @@ -50,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/virt-install %changelog +* Tue Dec 18 2006 Daniel P. Berrange - 0.98.0-3.fc7 +- don't traceback on invalid memory param (gcosta, #219270) +- let the console come back quicker to help with HVM installs (#212024) + * Thu Dec 7 2006 Jeremy Katz - 0.98.0-2 - rebuild for python 2.5