From 8e459b234d2f7ee816ad33504c03287eae6c17c7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Oct 26 2009 21:06:23 +0000 Subject: exclude sparc64 --- diff --git a/gbrainy.spec b/gbrainy.spec index f95be2c..0f12ef7 100644 --- a/gbrainy.spec +++ b/gbrainy.spec @@ -4,7 +4,7 @@ Name: gbrainy Version: 1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A brain teaser game and trainer to keep your brain trained Group: Amusements/Games @@ -17,8 +17,8 @@ BuildRequires: mono-devel intltool librsvg2-devel mono-addins-devel BuildRequires: gtk-sharp2-devel gnome-sharp-devel BuildRequires: /usr/bin/desktop-file-install -# Mono only availible on these: -ExclusiveArch: %ix86 x86_64 ia64 armv4l sparcv9 alpha s390 s390x ppc ppc64 +# Mono not availible on these: +ExcludeArch: sparc64 %description gbrainy is a brain teaser game and trainer to have @@ -83,6 +83,9 @@ fi %{_datadir}/pixmaps/%{name}* %changelog +* Mon Oct 26 2009 Dennis Gilmore - 1.1-6 +- Exclude sparc64 + * Thu Aug 20 2009 Toshio Kuratomi - 1.1-5 - Build with ppc64 again due to obsolecense of previous update.