]> git.pld-linux.org Git - packages/virt-manager.git/commitdiff
- upped to 0.8.1
authormatik <matik@pld-linux.org>
Thu, 10 Dec 2009 13:46:36 +0000 (13:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- patch update

Changed files:
    virt-manager-close-nc-connection-on-EOF.patch -> 1.2
    virt-manager.spec -> 1.10

virt-manager-close-nc-connection-on-EOF.patch
virt-manager.spec

index a92604959e35e76e49e332be07e82367247cbb79..c13908f122c51be52955a491cb7c8c61c208f09d 100644 (file)
@@ -1,13 +1,11 @@
---- src/virtManager/details.py
-+++ src/virtManager/details.py
-@@ -1233,7 +1233,7 @@ class vmmDetails(gobject.GObject):
-             argv = ["ssh", "ssh", "-p", sshport]
-             if username:
-                 argv += ['-l', username]
--            argv += [ server, "nc", vncaddr, str(vncport) ]
-+            argv += [ server, "nc", "-q", "0", vncaddr, str(vncport) ]
-             os.execlp(*argv)
-             os._exit(1)
-         else:
---
-
+--- src/virtManager/console.py.orig    2009-12-10 12:16:57.000000000 +0100
++++ src/virtManager/console.py 2009-12-10 12:19:46.209300762 +0100
+@@ -506,7 +506,7 @@
+         if username:
+             argv += ['-l', username]
+-        argv += [ server, "nc", vncaddr, str(vncport) ]
++        argv += [ server, "nc", "-q", "0", vncaddr, str(vncport) ]
+         logging.debug("Creating SSH tunnel: %s" % argv)
index a7664aab263e88b73a580d8d0ba9b606e17a5939..5530e2b2d81644dd2f0b649977a3a79616ad0ba1 100644 (file)
@@ -1,14 +1,14 @@
 
 Summary:       Virtual Machine Manager
 Name:          virt-manager
-Version:       0.8.0
-Release:       0.2
+Version:       0.8.1
+Release:       0.1
 License:       GPL v2+
 Group:         Applications/Emulators
 URL:           http://virt-manager.et.redhat.com/
 Source0:       http://virt-manager.et.redhat.com/download/sources/virt-manager/%{name}-%{version}.tar.gz
+# Source0-md5: 6e461e91d679dc87d9fc506f34832d90
 Patch0:                %{name}-close-nc-connection-on-EOF.patch
-# Source0-md5: 0b6cb9144e3933f2c9af07e2d409842d
 BuildRequires: atk-devel
 BuildRequires: cairo-devel
 BuildRequires: gettext
@@ -36,7 +36,7 @@ Requires:     python-gnome-vfs >= 2.15.4
 Requires:      python-gnome-desktop-librsvg >= 2.14
 Requires:      python-libxml2 >= 2.6.23
 Requires:      python-pygtk-glade >= 2.12
-Requires:      python-virtinst >= 0.500.0
+Requires:      python-virtinst >= 0.500.1
 # Earlier vte had broken python binding module
 Requires:      vte >= 0.12.2
 # For online help
This page took 0.199461 seconds and 4 git commands to generate.