From 481dce9f6d8beedf262f24d3fc6d85cd460b7895 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 10 Apr 2012 16:16:36 +0200 Subject: [PATCH] Remove ExclusiveArch While it hasn't been tested yet on ppc/arm, it at least builds, and our goal is to get it to work, so can remove the ExclusiveArch. --- spice-gtk.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/spice-gtk.spec b/spice-gtk.spec index 3ae8b5d..c09f0c9 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -13,7 +13,7 @@ Name: spice-gtk Version: 0.11 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A GTK+ widget for SPICE clients Group: System Environment/Libraries @@ -49,8 +49,6 @@ BuildRequires: spice-protocol BuildRequires: libtool Requires: spice-glib%{?_isa} = %{version}-%{release} -ExclusiveArch: %{ix86} x86_64 - %description Client libraries for SPICE desktop servers. @@ -262,6 +260,11 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*.la %{_bindir}/spicy-stats %changelog +* Tue Apr 10 2012 Christophe Fergeau - 0.11-5 +- Fix build on PPC +- Remove ExclusiveArch. While spice-gtk will build on ARM and PPC, it + hasn't been tested on these arch, so there may be some bugs. + * Tue Mar 20 2012 Hans de Goede - 0.11-4 - Add missing BuildRequires: usbutils, so that we get proper USB device descriptions in the USB device selection menu