From b61abd28015018c0e8dd52b93a547d15536a93b8 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Jan 26 2007 01:03:12 +0000 Subject: Added back-compat classes to avoid API issues --- diff --git a/python-virtinst.spec b/python-virtinst.spec index 974bfc6..f01387d 100644 --- a/python-virtinst.spec +++ b/python-virtinst.spec @@ -3,9 +3,10 @@ Summary: Python modules for starting Xen guest installations Name: python-virtinst Version: 0.100.0 -Release: 2%{?dist} +Release: 3%{?dist} Source0: virtinst-%{version}.tar.gz Patch1: virtinst-nfs-mount.patch +Patch2: virtinst-compat.patch License: GPL Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -30,7 +31,8 @@ virtinst in a command line mode. %prep %setup -q -n virtinst-%{version} -%patch1 -p1 +%patch1 -p1 +%patch2 -p1 %build python setup.py build @@ -52,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/virt-install %changelog +* Thu Jan 25 2007 Daniel P. Berrange - 0.100.0-3.fc7 +- Make back-compat with old APIs for Cobbler sanity + * Thu Jan 25 2007 Daniel P. Berrange - 0.100.0-2.fc7 - Fix errors with NFS mount based installs