summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Horák <dan@danny.cz>2011-01-10 10:08:44 +0100
committerDan Horák <dan@danny.cz>2011-01-10 10:08:44 +0100
commite4e62da9cc1db5e4d504421ddbf83f02af115cea (patch)
treeb6905ec6c21c8eda78cf9673703f832e61e78795
parentd103227136f330165b3781b1130a0945efa896bc (diff)
- add ExclusiveArch as only x86 is supported
-rw-r--r--spice-gtk.spec7
1 files changed, 6 insertions, 1 deletions
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 <dan[at]danny.cz> - 0.4-2
+- add ExclusiveArch as only x86 is supported
+
* Sun Jan 09 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.4-1
- Upstream release 0.4
- Initial release (#657403)