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