Enabled ARM spice support
This commit is contained in:
parent
95ef7b843b
commit
12a20f0cbc
@ -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 <chris@tylers.info> - 0.5.4-2
|
||||
- Enabled spice support for ARM archs
|
||||
|
||||
* Mon Sep 17 2012 Daniel P. Berrange <berrange@redhat.com> - 0.5.4-1
|
||||
- Update to 0.5.4 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user