summaryrefslogtreecommitdiff
path: root/virt-viewer.spec.in
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-02-29 15:05:59 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-01 15:15:02 +0100
commit9a322010a361491492915ee71afb23508beb6c94 (patch)
tree9597a38f8b28882b764786c9d35da744fe3f9507 /virt-viewer.spec.in
parent9d7c9000c3bde077cb4e04eab38998280daa50b0 (diff)
spice: fix connecting via ssh to a password-protected server
spice_session_connect() will attempt to connect directly to the server, we need to continue calling spice_session_open_fd() for ssh tunnel to work.
Diffstat (limited to 'virt-viewer.spec.in')
-rw-r--r--virt-viewer.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in
index d1dbd45..277065d 100644
--- a/virt-viewer.spec.in
+++ b/virt-viewer.spec.in
@@ -46,9 +46,9 @@ BuildRequires: gtk-vnc-devel >= 0.3.8
%endif
%if %{with_spice}
%if %{with_gtk3}
-BuildRequires: spice-gtk3-devel >= 0.9
+BuildRequires: spice-gtk3-devel >= 0.10.3
%else
-BuildRequires: spice-gtk-devel >= 0.9
+BuildRequires: spice-gtk-devel >= 0.10.3
%endif
%endif
BuildRequires: /usr/bin/pod2man