Enabled ARM spice support
This commit is contained in:
parent
95ef7b843b
commit
12a20f0cbc
@ -18,14 +18,14 @@
|
|||||||
%define with_spice 1
|
%define with_spice 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# spice-gtk is x86 x86_64 only currently:
|
# spice-gtk is x86 x86_64 arm only currently:
|
||||||
%ifnarch %{ix86} x86_64
|
%ifnarch %{ix86} x86_64 %{arm}
|
||||||
%define with_spice 0
|
%define with_spice 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: virt-viewer
|
Name: virt-viewer
|
||||||
Version: 0.5.4
|
Version: 0.5.4
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 2%{?dist}%{?extra_release}
|
||||||
Summary: Virtual Machine Viewer
|
Summary: Virtual Machine Viewer
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -172,6 +172,9 @@ update-desktop-database -q %{_datadir}/applications
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 17 2012 Daniel P. Berrange <berrange@redhat.com> - 0.5.4-1
|
||||||
- Update to 0.5.4 release
|
- Update to 0.5.4 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user