]> git.pld-linux.org Git - packages/virt-manager.git/commitdiff
- added patch to fix hanging after closing a QEMU VM from Debian (#519979)
authormatik <matik@pld-linux.org>
Wed, 30 Sep 2009 08:12:57 +0000 (08:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- TODO: unpackaged Gnome help files

Changed files:
    virt-manager-close-nc-connection-on-EOF.patch -> 1.1
    virt-manager.spec -> 1.9

virt-manager-close-nc-connection-on-EOF.patch [new file with mode: 0644]
virt-manager.spec

diff --git a/virt-manager-close-nc-connection-on-EOF.patch b/virt-manager-close-nc-connection-on-EOF.patch
new file mode 100644 (file)
index 0000000..a926049
--- /dev/null
@@ -0,0 +1,13 @@
+--- 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:
+--
+
index 7e03ded18e169fb2132a0c9b996cf0276ea18396..a7664aab263e88b73a580d8d0ba9b606e17a5939 100644 (file)
@@ -2,11 +2,12 @@
 Summary:       Virtual Machine Manager
 Name:          virt-manager
 Version:       0.8.0
-Release:       0.1
+Release:       0.2
 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
+Patch0:                %{name}-close-nc-connection-on-EOF.patch
 # Source0-md5: 0b6cb9144e3933f2c9af07e2d409842d
 BuildRequires: atk-devel
 BuildRequires: cairo-devel
@@ -65,6 +66,7 @@ machines. Uses libvirt as the backend management API.
 
 %prep
 %setup -q
+%patch0
 
 %build
 %configure
This page took 0.10151 seconds and 4 git commands to generate.