Accepting request 257804 from home:dimstar:branches:Virtualization

Only fix a typo in the Gtk-3.0 patch: no .changes added; there is no way it can enter Factory without this typo fix, so the previous .changes entry is valid; users cannot install the existing binaries neither

OBS-URL: https://build.opensuse.org/request/show/257804
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=205
This commit is contained in:
Cristian Rodríguez 2014-10-21 03:16:40 +00:00 committed by Git OBS Bridge
parent 0d474d5d70
commit 7c1b56fa91

View File

@ -27,7 +27,7 @@ Index: virt-manager-1.0.1/virtManager/console.py
from gi.repository import Gdk
+gi.require_version('GtkVnc', '2.0')
from gi.repository import GtkVnc
+gi.require_version('SpiceclientGtk', '3.0')
+gi.require_version('SpiceClientGtk', '3.0')
from gi.repository import SpiceClientGtk
from gi.repository import SpiceClientGLib
# pylint: enable=E0611