diff --git a/python-virtinst.spec b/python-virtinst.spec index 323e13d..974bfc6 100644 --- a/python-virtinst.spec +++ b/python-virtinst.spec @@ -3,8 +3,9 @@ Summary: Python modules for starting Xen guest installations Name: python-virtinst Version: 0.100.0 -Release: 1%{?dist} +Release: 2%{?dist} Source0: virtinst-%{version}.tar.gz +Patch1: virtinst-nfs-mount.patch License: GPL Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -28,7 +29,8 @@ Also contained is a simple script virt-install which uses virtinst in a command line mode. %prep -%setup -q -n virtinst-%{version} +%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 +* Thu Jan 25 2007 Daniel P. Berrange - 0.100.0-2.fc7 +- Fix errors with NFS mount based installs + * 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