diff --git a/.cvsignore b/.cvsignore index 5cb39f6..e3e57de 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -virtinst-0.200.0.tar.gz +virtinst-0.300.0.tar.gz diff --git a/python-virtinst.spec b/python-virtinst.spec index 700330f..0e3617b 100644 --- a/python-virtinst.spec +++ b/python-virtinst.spec @@ -10,20 +10,18 @@ Summary: Python modules for starting Xen guest installations Name: python-%{appname} -Version: 0.200.0 -Release: 3%{_extra_release} -Source0: http://virt-manager.et.redhat.com/download/sources/%{appname}/%{appname}-%{version}.tar.gz +Version: 0.300.0 +Release: 1%{_extra_release} +Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz License: GPL Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Url: http://virt-manager.org/ -Provides: virtinst Requires: libvirt-python >= 0.2.1 +Requires: virt-viewer Requires: urlgrabber BuildRequires: python-devel -Obsoletes: python-xeninst < 0.97.0 -Patch1: %{appname}-%{version}-default-arch.patch %description virtinst is a module to help in starting installations of Fedora/Red @@ -37,7 +35,6 @@ virtinst in a command line mode. %prep %setup -q -n %{appname}-%{version} -%patch1 -p1 %build python setup.py build @@ -56,16 +53,23 @@ rm -rf $RPM_BUILD_ROOT %files -f %{appname}.lang %defattr(-,root,root) -%doc README AUTHORS NEWS ChangeLog +%doc README AUTHORS NEWS ChangeLog doc/image.rng doc/example1.xml %dir %{python_sitelib}/%{appname} %{python_sitelib}/%{appname}/* -%{_mandir}/man1/virt-install.1* -%{_mandir}/man1/virt-clone.1* +%{_mandir}/man1/* +%{_mandir}/man5/* %{_sbindir}/virt-install %{_bindir}/virt-install %{_bindir}/virt-clone +%{_bindir}/virt-image %changelog +* Wed Aug 29 2007 Daniel P. Berrange - 0.300.0-1 +- Updated to 0.300.0 +- Added virt-image tool +- Switched to calling virsh console and virt-viewer +- Improved user input validation + * Fri Aug 24 2007 Daniel P. Berrange - 0.200.0-3.fc8 - Remove ExludeArch since libvirt is now available everywhere diff --git a/sources b/sources index a42696c..e298f01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b5a71282a5e0cb382749e6c1196715b5 virtinst-0.200.0.tar.gz +860171421b1eef4f5311366de1120b2a virtinst-0.300.0.tar.gz