From e4e62da9cc1db5e4d504421ddbf83f02af115cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 10 Jan 2011 10:08:44 +0100 Subject: [PATCH] - add ExclusiveArch as only x86 is supported --- spice-gtk.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/spice-gtk.spec b/spice-gtk.spec index c753fb9..6a084c9 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -6,7 +6,7 @@ Name: spice-gtk Version: 0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A GTK widget for SPICE clients Group: System Environment/Libraries @@ -25,6 +25,8 @@ BuildRequires: pygtk2-devel python-devel zlib-devel BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc +ExclusiveArch: %{ix86} x86_64 + %description Client libraries for SPICE desktop servers. @@ -109,6 +111,9 @@ rm -rf %{buildroot} %{_bindir}/spicy %changelog +* Mon Jan 10 2011 Dan Horák - 0.4-2 +- add ExclusiveArch as only x86 is supported + * Sun Jan 09 2011 Marc-André Lureau - 0.4-1 - Upstream release 0.4 - Initial release (#657403)