From bec850a3779a026af704ec06713f0ec71f2e0fa9 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Feb 01 2017 16:28:47 +0000 Subject: Add ExclusiveArch --- diff --git a/warsow.spec b/warsow.spec index 63438f0..f012563 100644 --- a/warsow.spec +++ b/warsow.spec @@ -4,7 +4,7 @@ Name: warsow Version: 2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast paced 3D first person shooter License: GPLv2+ @@ -16,6 +16,9 @@ Patch0: warsow-paths.patch # Downstream patch to use our optimization flags Patch1: warsow-build.patch +# Warsow is only ported to these architectures +ExclusiveArch: %{ix86} x86_64 %{arm} + BuildRequires: cmake BuildRequires: curl-devel BuildRequires: freetype-devel @@ -138,5 +141,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Feb 01 2017 Pete Walter - 2.1-2 +- Add ExclusiveArch + * Wed Jun 08 2016 Pete Walter - 2.1-1 - Initial Fedora package