[fedora-virt-maint] rpms/python-virtinst/devel virtinst-0.400.1-fix-extra-args.patch, NONE, 1.1 .cvsignore, 1.15, 1.16 python-virtinst.spec, 1.51, 1.52 sources, 1.15, 1.16 virtinst-0.400.0-bridge-network-collision.patch, 1.1, NONE virtinst-0.400.0-disk-pool-fixes.patch, 1.1, NONE virtinst-0.400.0-fix-translated-help.patch, 1.1, NONE virtinst-0.400.0-log-fail-traceback.patch, 1.1, NONE virtinst-0.400.0-missing-variable.patch, 1.1, NONE virtinst-0.400.0-qemu-conn-check.patch, 1.1, NONE virtinst-0.400.0-refresh-storage-pool.patch, 1.1, NONE virtinst-0.400.0-undo-pxe-virtio.patch, 1.1, NONE virtinst-0.400.0-update-translations.patch, 1.1, NONE virtinst-0.400.0-virt-convert-dict.patch, 1.1, NONE virtinst-0.400.0-virtio-f9.patch, 1.1, NONE virtinst-0.400.0-win64-entry.patch, 1.1, NONE

Cole Robinson crobinso at fedoraproject.org
Tue Jan 27 00:50:01 UTC 2009


Author: crobinso

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

Modified Files:
	.cvsignore python-virtinst.spec sources 
Added Files:
	virtinst-0.400.1-fix-extra-args.patch 
Removed Files:
	virtinst-0.400.0-bridge-network-collision.patch 
	virtinst-0.400.0-disk-pool-fixes.patch 
	virtinst-0.400.0-fix-translated-help.patch 
	virtinst-0.400.0-log-fail-traceback.patch 
	virtinst-0.400.0-missing-variable.patch 
	virtinst-0.400.0-qemu-conn-check.patch 
	virtinst-0.400.0-refresh-storage-pool.patch 
	virtinst-0.400.0-undo-pxe-virtio.patch 
	virtinst-0.400.0-update-translations.patch 
	virtinst-0.400.0-virt-convert-dict.patch 
	virtinst-0.400.0-virtio-f9.patch 
	virtinst-0.400.0-win64-entry.patch 
Log Message:
Update to 0.400.1
virt-convert virt-image -> vmx support
virt-image checksum support
Improved URL fetching support (Debian Xen, Ubuntu kernel + boot.iso)



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

--- NEW FILE virtinst-0.400.1-fix-extra-args.patch ---
# HG changeset patch
# User Cole Robinson <crobinso at redhat.com>
# Date 1233003236 18000
# Node ID 5ea2332d65ff0a0e54d3b51cc88d450c4a498b10
# Parent  689089a334811719a5d643424a7aaf1e1bc54b04
Argh, unbreak URL install with extra kernel arguments.

diff -r 689089a33481 -r 5ea2332d65ff virtinst/OSDistro.py
--- a/virtinst/OSDistro.py	Mon Jan 26 14:29:40 2009 -0500
+++ b/virtinst/OSDistro.py	Mon Jan 26 15:53:56 2009 -0500
@@ -174,7 +174,8 @@
 
         return False
 
-    def _kernelFetchHelper(self, fetcher, guest, progresscb, kernelpath, initrdpath):
+    def _kernelFetchHelper(self, fetcher, guest, progresscb, kernelpath,
+                           initrdpath):
         # Simple helper for fetching kernel + initrd and performing
         # cleanup if neccessary
         kernel = fetcher.acquireFile(kernelpath, progresscb)
@@ -184,7 +185,7 @@
             args += "method=" + fetcher.location
 
         if guest.extraargs:
-            args += guest.extraargs
+            args += " " + guest.extraargs
 
         try:
             initrd = fetcher.acquireFile(initrdpath, progresscb)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	10 Sep 2008 22:31:40 -0000	1.15
+++ .cvsignore	27 Jan 2009 00:49:30 -0000	1.16
@@ -1 +1 @@
-virtinst-0.400.0.tar.gz
+virtinst-0.400.1.tar.gz


Index: python-virtinst.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/devel/python-virtinst.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- python-virtinst.spec	4 Dec 2008 18:09:21 -0000	1.51
+++ python-virtinst.spec	27 Jan 2009 00:49:30 -0000	1.52
@@ -10,21 +10,10 @@
 
 Summary: Python modules and utilities for installing virtual machines
 Name: python-%{appname}
-Version: 0.400.0
-Release: 7%{_extra_release}
+Version: 0.400.1
+Release: 1%{_extra_release}
 Source0: http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
-Patch1: %{appname}-%{version}-qemu-conn-check.patch
-Patch2: %{appname}-%{version}-virt-convert-dict.patch
-Patch3: %{appname}-%{version}-virtio-f9.patch
-Patch4: %{appname}-%{version}-log-fail-traceback.patch
-Patch5: %{appname}-%{version}-bridge-network-collision.patch
-Patch6: %{appname}-%{version}-refresh-storage-pool.patch
-Patch7: %{appname}-%{version}-missing-variable.patch
-Patch8: %{appname}-%{version}-disk-pool-fixes.patch
-Patch9: %{appname}-%{version}-win64-entry.patch
-Patch10: %{appname}-%{version}-update-translations.patch
-Patch11: %{appname}-%{version}-undo-pxe-virtio.patch
-Patch12: %{appname}-%{version}-fix-translated-help.patch
+Patch1: %{appname}-%{version}-fix-extra-args.patch
 License: GPLv2+
 Group: Development/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -54,17 +43,6 @@
 %prep
 %setup -q -n %{appname}-%{version}
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
 
 %build
 python setup.py build
@@ -95,10 +73,15 @@
 %{_bindir}/virt-install
 %{_bindir}/virt-clone
 %{_bindir}/virt-image
-%{_bindir}/virt-pack
 %{_bindir}/virt-convert
 
 %changelog
+* Mon Jan 26 2009 Cole Robinson <crobinso at redhat.com> - 0.400.1-1.fc11
+- Update to 0.400.1
+- virt-convert virt-image -> vmx support
+- virt-image checksum support
+- Improved URL fetching support (Debian Xen, Ubuntu kernel + boot.iso)
+
 * Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.400.0-7
 - Rebuild for Python 2.6
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtinst/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	10 Sep 2008 22:31:40 -0000	1.15
+++ sources	27 Jan 2009 00:49:30 -0000	1.16
@@ -1 +1 @@
-484792dfe05abc75082d44fc51b811f3  virtinst-0.400.0.tar.gz
+f7fa786880929ed98e28982fa8ec5343  virtinst-0.400.1.tar.gz


--- virtinst-0.400.0-bridge-network-collision.patch DELETED ---


--- virtinst-0.400.0-disk-pool-fixes.patch DELETED ---


--- virtinst-0.400.0-fix-translated-help.patch DELETED ---


--- virtinst-0.400.0-log-fail-traceback.patch DELETED ---


--- virtinst-0.400.0-missing-variable.patch DELETED ---


--- virtinst-0.400.0-qemu-conn-check.patch DELETED ---


--- virtinst-0.400.0-refresh-storage-pool.patch DELETED ---


--- virtinst-0.400.0-undo-pxe-virtio.patch DELETED ---


--- virtinst-0.400.0-update-translations.patch DELETED ---


--- virtinst-0.400.0-virt-convert-dict.patch DELETED ---


--- virtinst-0.400.0-virtio-f9.patch DELETED ---


--- virtinst-0.400.0-win64-entry.patch DELETED ---




More information about the Fedora-virt-maint mailing list