From 444fd29a861b3803a832b49c70212311f5f76f83 Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Mar 12 2020 12:54:47 +0000 Subject: Fix exclusive arches, see RHBZ#1811646 --- diff --git a/orthorobot.spec b/orthorobot.spec index 3e89209..49da948 100644 --- a/orthorobot.spec +++ b/orthorobot.spec @@ -1,6 +1,6 @@ Name: orthorobot Version: 1.1.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A perspective based puzzle game License: WTFPL @@ -20,10 +20,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 +ExclusiveArch: %{arm} %{ix86} x86_64 aarch64 ppc64le #From the website (see URL above) %description @@ -74,6 +72,9 @@ install -p -D -m 0644 helpplayer.png \ %{_datadir}/appdata/*.appdata.xml %changelog +* Thu Mar 12 2020 Jeremy Newton - 1.1.1-12 +- Rebuilt for correct exclusive arch + * Wed Jan 29 2020 Fedora Release Engineering - 1.1.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild