From 12a20f0cbc8ff9cdc197406f024a19e88d100750 Mon Sep 17 00:00:00 2001 From: Chris Tyler Date: Sat, 13 Oct 2012 16:14:29 +0200 Subject: [PATCH] Enabled ARM spice support --- virt-viewer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/virt-viewer.spec b/virt-viewer.spec index bdfb931..c769ba1 100644 --- a/virt-viewer.spec +++ b/virt-viewer.spec @@ -18,14 +18,14 @@ %define with_spice 1 %endif -# spice-gtk is x86 x86_64 only currently: -%ifnarch %{ix86} x86_64 +# spice-gtk is x86 x86_64 arm only currently: +%ifnarch %{ix86} x86_64 %{arm} %define with_spice 0 %endif Name: virt-viewer Version: 0.5.4 -Release: 1%{?dist}%{?extra_release} +Release: 2%{?dist}%{?extra_release} Summary: Virtual Machine Viewer Group: Applications/System License: GPLv2+ @@ -172,6 +172,9 @@ update-desktop-database -q %{_datadir}/applications %endif %changelog +* Sat Oct 13 2012 Chris Tyler - 0.5.4-2 +- Enabled spice support for ARM archs + * Mon Sep 17 2012 Daniel P. Berrange - 0.5.4-1 - Update to 0.5.4 release