From 24202a75a97afd7e3d898fc25c1ea8e247be2a3a Mon Sep 17 00:00:00 2001 From: pcpa Date: Aug 07 2013 17:40:18 +0000 Subject: Make package x86 exclusive arch --- diff --git a/0ad.spec b/0ad.spec index 382669a..b92ca68 100644 --- a/0ad.spec +++ b/0ad.spec @@ -25,7 +25,7 @@ Name: 0ad Version: 0.0.13 -Release: 6%{?dist} +Release: 8%{?dist} # BSD License: # build/premake/* # libraries/valgrind/* (not built/used) @@ -98,6 +98,8 @@ BuildRequires: SDL-devel BuildRequires: subversion BuildRequires: wxGTK-devel +ExclusiveArch: %{ix86} x86_64 + # http://trac.wildfiregames.com/ticket/1421 Patch0: %{name}-rpath.patch @@ -236,6 +238,9 @@ export STRIP=/bin/true %{_mandir}/man6/*.6* %changelog +* Wed Aug 7 2013 pcpa - 0.0.13-8 +- Make package x86_64 and ix86 only as arm support is not finished. + * Wed Aug 7 2013 pcpa - 0.0.13-7 - Correct build with boost 1.54.0 (#991906).