summaryrefslogtreecommitdiffstats
path: root/virt-viewer.spec.in
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-12-18 14:08:57 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2013-12-18 15:42:24 +0100
commitae14b5b390ea977019235822106009291dfbe205 (patch)
tree8eca6a5fa513ab8cccacabf68c2e8e6a6bddf6c8 /virt-viewer.spec.in
parentabf13d38b3cf27d3aa04f25419488dcde3dd5bfa (diff)
downloadvirt-viewer-ae14b5b390ea977019235822106009291dfbe205.tar.gz
virt-viewer-ae14b5b390ea977019235822106009291dfbe205.tar.xz
virt-viewer-ae14b5b390ea977019235822106009291dfbe205.zip
Update spice-gtk requirement everywhere
d1c2bc1 updated configure.ac spice-gtk requirement to 0.22, but did not update the various places which duplicated this requirement, namely the .spec.in files and the README file.
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 c9871d1..1dafa1a 100644
--- a/virt-viewer.spec.in
+++ b/virt-viewer.spec.in
@@ -62,9 +62,9 @@ BuildRequires: gtk-vnc-devel >= 0.3.8
%endif
%if %{with_spice}
%if %{with_gtk3}
-BuildRequires: spice-gtk3-devel >= 0.20
+BuildRequires: spice-gtk3-devel >= 0.22
%else
-BuildRequires: spice-gtk-devel >= 0.20
+BuildRequires: spice-gtk-devel >= 0.22
%endif
BuildRequires: spice-protocol >= 0.10.1
%endif