rpms/python-virtinst/devel .cvsignore, 1.16, 1.17 python-virtinst.spec, 1.54, 1.55 sources, 1.16, 1.17 virtinst-0.400.1-fedora11-ostype.patch, 1.1, NONE virtinst-0.400.1-fix-extra-args.patch, 1.1, NONE

Cole Robinson crobinso at fedoraproject.org
Wed Mar 4 01:41:45 UTC 2009


Author: crobinso

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

Modified Files:
	.cvsignore python-virtinst.spec sources 
Removed Files:
	virtinst-0.400.1-fedora11-ostype.patch 
	virtinst-0.400.1-fix-extra-args.patch 
Log Message:
Update to upstream 0.400.2:
virt-install --import option for creating a guest from an existing disk
virt-install --host-device option for host device passthrough
virt-clone --original-xml for cloning from an xml file
virt-install --nonetworks option.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	27 Jan 2009 00:49:30 -0000	1.16
+++ .cvsignore	4 Mar 2009 01:41:14 -0000	1.17
@@ -1 +1 @@
-virtinst-0.400.1.tar.gz
+virtinst-0.400.2.tar.gz


Index: python-virtinst.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/devel/python-virtinst.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- python-virtinst.spec	27 Feb 2009 11:49:10 -0000	1.54
+++ python-virtinst.spec	4 Mar 2009 01:41:14 -0000	1.55
@@ -10,11 +10,9 @@
 
 Summary: Python modules and utilities for installing virtual machines
 Name: python-%{appname}
-Version: 0.400.1
-Release: 3%{_extra_release}
+Version: 0.400.2
+Release: 1%{_extra_release}
 Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
-Patch1: %{appname}-%{version}-fix-extra-args.patch
-Patch2: %{appname}-%{version}-fedora11-ostype.patch
 License: GPLv2+
 Group: Development/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -29,11 +27,8 @@
 Requires: urlgrabber
 Requires: libxml2-python
 Requires: python-urlgrabber
-BuildRequires: python-devel
-BuildRequires: libxml2-python
-BuildRequires: python-urlgrabber
-BuildRequires: libvirt-python
 BuildRequires: gettext
+BuildRequires: python-devel
 
 %description
 virtinst is a module that helps build and install libvirt based virtual
@@ -43,8 +38,6 @@
 
 %prep
 %setup -q -n %{appname}-%{version}
-%patch1 -p1
-%patch2 -p1
 
 %build
 python setup.py build
@@ -78,6 +71,13 @@
 %{_bindir}/virt-convert
 
 %changelog
+* Tue Mar  3 2009 Cole Robinson <crobinso at redhat.com> - 0.400.2-1.fc11
+- Update to version 0.400.2
+- virt-install --import option for creating a guest from an existing disk
+- virt-install --host-device option for host device passthrough
+- virt-clone --original-xml for cloning from an xml file
+- virt-install --nonetworks option.
+
 * Fri Feb 27 2009 Daniel P. Berrange <berrange at redhat.com> - 0.400.1-3.fc11
 - Add Fedora 11 OS type with USB tablet (rhbz #487028)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	27 Jan 2009 00:49:30 -0000	1.16
+++ sources	4 Mar 2009 01:41:14 -0000	1.17
@@ -1 +1 @@
-f7fa786880929ed98e28982fa8ec5343  virtinst-0.400.1.tar.gz
+4bde385a237a7b1d250bd7c67687bbf5  virtinst-0.400.2.tar.gz


--- virtinst-0.400.1-fedora11-ostype.patch DELETED ---


--- virtinst-0.400.1-fix-extra-args.patch DELETED ---




More information about the fedora-extras-commits mailing list