From 88e322ceda952931cd019252aad77f2b9b1734e4 Mon Sep 17 00:00:00 2001 From: Mystro256 Date: May 03 2018 17:56:02 +0000 Subject: Add arch restrictions for epel7 --- diff --git a/orthorobot.spec b/orthorobot.spec index f09d2d4..fdab765 100644 --- a/orthorobot.spec +++ b/orthorobot.spec @@ -1,6 +1,6 @@ Name: orthorobot Version: 1.1.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A perspective based puzzle game License: WTFPL @@ -17,10 +17,8 @@ BuildRequires: libappstream-glib BuildArch: noarch Requires: love -# List the arches that love builds on prior to f29 -%if 0%{?fedora} < 28 -ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64 ppc64 -%endif +# List the arches that love builds on epel7 +ExclusiveArch: %{arm} %{ix86} x86_64 aarch64 #From the website (see URL above) %description @@ -71,6 +69,9 @@ install -p -D -m 0644 helpplayer.png \ %{_datadir}/appdata/*.appdata.xml %changelog +* Thu May 03 2018 Jeremy Newton - 1.1.1-7 +- Add arch restrictions for epel7 + * Mon Mar 19 2018 Jeremy Newton - 1.1.1-6 - Remove some unnecessary files from love binary