[gnome-boxes/f17] set ExclusiveArch equal to spice-gtk

Dan Horák sharkcz at fedoraproject.org
Mon Mar 26 12:22:19 UTC 2012


commit 9c0cb062d359c548db461ee745ecdc4f8af6649c
Author: Dan Horák <dan at danny.cz>
Date:   Mon Mar 26 14:21:32 2012 +0200

    set ExclusiveArch equal to spice-gtk

 gnome-boxes.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gnome-boxes.spec b/gnome-boxes.spec
index 067ebc0..9b2309f 100644
--- a/gnome-boxes.spec
+++ b/gnome-boxes.spec
@@ -3,7 +3,7 @@
 
 Name:		gnome-boxes
 Version:	3.3.92
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A simple GNOME 3 application to access remote or virtual systems
 
 Group:		Applications/Emulators
@@ -30,6 +30,9 @@ BuildRequires:	desktop-file-utils
 BuildRequires:	tracker-devel
 #BuildRequires: autoconf automake libtool
 
+# spice-gtk available only on these arches
+ExclusiveArch: %{ix86} x86_64
+
 # Need libvirtd and an hypervisor to do anything useful
 Requires:	libvirt
 Requires:	qemu-kvm
@@ -94,6 +97,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/icons/hicolor/*/apps/gnome-boxes.*
 
 %changelog
+* Mon Mar 26 2012 Dan Horák <dan[at]danny.cz> - 3.3.92-2
+- set ExclusiveArch equal to spice-gtk
+
 * Tue Mar 20 2012 Christophe Fergeau <cfergeau at redhat.com> - 3.3.92-1
 - Update to 3.3.92
 


More information about the scm-commits mailing list