rpms/python-virtinst/devel .cvsignore, 1.14, 1.15 python-virtinst.spec, 1.44, 1.45 sources, 1.14, 1.15 virtinst-0.300.3-boot-dir.patch, 1.1, NONE virtinst-0.300.3-fix-default-arch.patch, 1.1, NONE virtinst-0.300.3-fv-extraargs.patch, 1.1, NONE virtinst-0.300.3-hvm-kernel.patch, 1.1, NONE virtinst-0.300.3-i18n.patch, 1.1, NONE virtinst-0.300.3-keep-qemu-cdrom.patch, 1.1, NONE virtinst-0.300.3-update-polish-trans.patch, 1.1, NONE virtinst-0.300.3-update-serbian-trans.patch, 1.1, NONE

Cole Robinson crobinso at fedoraproject.org
Wed Sep 10 22:32:11 UTC 2008


Author: crobinso

Update of /cvs/pkgs/rpms/python-virtinst/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1210

Modified Files:
	.cvsignore python-virtinst.spec sources 
Removed Files:
	virtinst-0.300.3-boot-dir.patch 
	virtinst-0.300.3-fix-default-arch.patch 
	virtinst-0.300.3-fv-extraargs.patch 
	virtinst-0.300.3-hvm-kernel.patch virtinst-0.300.3-i18n.patch 
	virtinst-0.300.3-keep-qemu-cdrom.patch 
	virtinst-0.300.3-update-polish-trans.patch 
	virtinst-0.300.3-update-serbian-trans.patch 
Log Message:
Update to newest upstream release 0.400.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	10 Mar 2008 23:57:12 -0000	1.14
+++ .cvsignore	10 Sep 2008 22:31:40 -0000	1.15
@@ -1,4 +1 @@
-.build*.log
-*.rpm
-noarch
-virtinst-0.300.3.tar.gz
+virtinst-0.400.0.tar.gz


Index: python-virtinst.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/devel/python-virtinst.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- python-virtinst.spec	4 Jun 2008 20:58:08 -0000	1.44
+++ python-virtinst.spec	10 Sep 2008 22:31:40 -0000	1.45
@@ -8,27 +8,22 @@
 
 %define appname virtinst
 
-Summary: Python modules for starting Xen guest installations
+Summary: Python modules and utilities for installing virtual machines
 Name: python-%{appname}
-Version: 0.300.3
-Release: 7%{_extra_release}
+Version: 0.400.0
+Release: 1%{_extra_release}
 Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
-Patch1: %{appname}-%{version}-keep-qemu-cdrom.patch
-Patch2: %{appname}-%{version}-fix-default-arch.patch
-Patch3: %{appname}-%{version}-fv-extraargs.patch
-Patch4: %{appname}-%{version}-update-polish-trans.patch
-Patch5: %{appname}-%{version}-i18n.patch
-Patch6: %{appname}-%{version}-update-serbian-trans.patch
-Patch7: %{appname}-%{version}-boot-dir.patch
-Patch8: %{appname}-%{version}-hvm-kernel.patch
 License: GPLv2+
 Group: Development/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Url: http://virt-manager.org/
-Requires: libvirt-python >= 0.4.2-4.fc10
-# Disabled to allow minimal non-X installs
-#Requires: virt-viewer
+Url: http://virt-manager.org
+Provides: virt-install
+Provides: virt-clone
+Provides: virt-image
+Provides: virt-pack
+Provides: virt-convert
+Requires: libvirt-python >= 0.4.5-2.fc10
 Requires: urlgrabber
 Requires: libxml2-python
 Requires: python-urlgrabber
@@ -39,25 +34,13 @@
 BuildRequires: gettext
 
 %description
-virtinst is a module to help in starting installations of Fedora/Red
-Hat Enterprise Linux related distributions inside of virtual machines.  It
-supports both paravirt guests (for which only FC and RHEL guests are
-currently supported) as well as fully virtualized guests.  It uses
-libvirt (http://www.libvirt.org) for starting things.
-
-Also contained is a simple script virt-install which uses
-virtinst in a command line mode.
+virtinst is a module that helps build and install libvirt based virtual
+machines. Currently supports KVM, QEmu and Xen virtual machines. Package
+includes several command line utilities, including virt-install (build
+and install new VMs) and virt-clone (clone an existing virtual machine).
 
 %prep
 %setup -q -n %{appname}-%{version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
 
 %build
 python setup.py build
@@ -76,9 +59,11 @@
 
 %files -f %{appname}.lang
 %defattr(-,root,root)
-%doc README AUTHORS NEWS ChangeLog doc/image.rng doc/example1.xml
+%doc README COPYING AUTHORS ChangeLog NEWS doc/image.rng doc/example1.xml
 %dir %{python_sitelib}/%{appname}
+%dir %{python_sitelib}/virtconv
 %{python_sitelib}/%{appname}/*
+%{python_sitelib}/virtconv/*
 %{python_sitelib}/%{appname}-*.egg-info
 %{_mandir}/man1/*
 %{_mandir}/man5/*
@@ -86,8 +71,17 @@
 %{_bindir}/virt-install
 %{_bindir}/virt-clone
 %{_bindir}/virt-image
+%{_bindir}/virt-pack
+%{_bindir}/virt-convert
 
 %changelog
+* Wed Sep 10 2008 Cole Robinson <crobinso at redhat.com> - 0.400.0-1.fc10
+- Add virt-convert tool
+- Add virt-pack tool
+- virt-install --disk option for using/provisioning libvirt storage
+- virt-install remote installation support
+- virt-install --sound option to add soundcard emulation
+
 * Wed Jun  4 2008 Daniel P. Berrange <berrange at redhat.com> - 0.300.3-7.fc10
 - Fix fetching of HVM kernels (rhbz #450032)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	10 Mar 2008 23:57:12 -0000	1.14
+++ sources	10 Sep 2008 22:31:40 -0000	1.15
@@ -1 +1 @@
-6354d7c10f5167fbcc03e29280165b27  virtinst-0.300.3.tar.gz
+484792dfe05abc75082d44fc51b811f3  virtinst-0.400.0.tar.gz


--- virtinst-0.300.3-boot-dir.patch DELETED ---


--- virtinst-0.300.3-fix-default-arch.patch DELETED ---


--- virtinst-0.300.3-fv-extraargs.patch DELETED ---


--- virtinst-0.300.3-hvm-kernel.patch DELETED ---


--- virtinst-0.300.3-i18n.patch DELETED ---


--- virtinst-0.300.3-keep-qemu-cdrom.patch DELETED ---


--- virtinst-0.300.3-update-polish-trans.patch DELETED ---


--- virtinst-0.300.3-update-serbian-trans.patch DELETED ---




More information about the fedora-extras-commits mailing list