summaryrefslogtreecommitdiffstats
path: root/virt-viewer.spec.in
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-04-17 15:06:14 +0100
committerDaniel P. Berrange <berrange@redhat.com>2012-04-17 15:06:14 +0100
commit8ae777a5f7e84523cdde59fc51670fa4560ef53b (patch)
tree603b88da9a232b465bc595f4bbcd6155ca0f8eec /virt-viewer.spec.in
parentad5d29da5ea586a42e3aafeb2cb54ff15efa68cf (diff)
downloadvirt-viewer-8ae777a5f7e84523cdde59fc51670fa4560ef53b.tar.gz
virt-viewer-8ae777a5f7e84523cdde59fc51670fa4560ef53b.tar.xz
virt-viewer-8ae777a5f7e84523cdde59fc51670fa4560ef53b.zip
Give remote-viewer priority over spicec for spice-xpi-client
Diffstat (limited to 'virt-viewer.spec.in')
-rw-r--r--virt-viewer.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in
index 1020102..2eed9c3 100644
--- a/virt-viewer.spec.in
+++ b/virt-viewer.spec.in
@@ -131,7 +131,7 @@ rm -rf $RPM_BUILD_ROOT
%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%{_sbindir}/update-alternatives --install %{_libexecdir}/spice-xpi-client \
- spice-xpi-client %{_libexecdir}/spice-xpi-client-remote-viewer 20
+ spice-xpi-client %{_libexecdir}/spice-xpi-client-remote-viewer 25
%postun
if [ $1 -eq 0 ] ; then