diff --git a/.cvsignore b/.cvsignore index a906d51..184df4a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -virtinst-0.98.0.tar.gz +virtinst-0.100.0.tar.gz diff --git a/python-virtinst.spec b/python-virtinst.spec index b72225d..323e13d 100644 --- a/python-virtinst.spec +++ b/python-virtinst.spec @@ -2,11 +2,9 @@ Summary: Python modules for starting Xen guest installations Name: python-virtinst -Version: 0.98.0 -Release: 3%{?dist} +Version: 0.100.0 +Release: 1%{?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) @@ -14,7 +12,7 @@ BuildArch: noarch ExcludeArch: ppc ppc64 s390 s390x Url: http://hg.et.redhat.com/virt/applications/virtinst--devel Provides: virtinst -Requires: libvirt-python >= 0.1.4-4 +Requires: libvirt-python >= 0.1.11 Requires: urlgrabber BuildRequires: python-devel Obsoletes: python-xeninst < 0.97.0 @@ -31,8 +29,6 @@ virtinst in a command line mode. %prep %setup -q -n virtinst-%{version} -%patch1 -p1 -%patch2 -p1 %build python setup.py build @@ -54,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/virt-install %changelog +* Mon Jan 22 2007 Daniel P. Berrange - 0.100.0-1.fc7 +- Updated to 0.100.0 which now uses libvirt inactive domain support + needed to operate correctly against xen 3.0.4 + * 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) diff --git a/sources b/sources index d4e8cdb..1f82da1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ba8268787e6a3af08408355e9741144 virtinst-0.98.0.tar.gz +a6a1b7c79d715fa7cadcee6044dfbd09 virtinst-0.100.0.tar.gz