From 0257c2118ed2c4e33b25b22452e2c85b44024107 Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Mar 12 2020 12:14:00 +0000 Subject: Fix exclusive arches, see RHBZ#1811646 --- diff --git a/iyfct.spec b/iyfct.spec index a2121fc..6fcd234 100644 --- a/iyfct.spec +++ b/iyfct.spec @@ -4,7 +4,7 @@ Name: iyfct Version: 1.0.2 -Release: %{gitdate}git.%{shortcommit}%{?dist}.3 +Release: %{gitdate}git.%{shortcommit}%{?dist}.4 Summary: Side scrolling endless runner game #See LICENSE file in source for details @@ -22,6 +22,9 @@ BuildRequires: ImageMagick BuildArch: noarch Requires: love +# List the arches that love builds on +ExclusiveArch: %{arm} %{ix86} x86_64 aarch64 ppc64le + #From README %description The goal of the game is to survive as long as you can. @@ -73,6 +76,9 @@ install -p -D -m 0644 %{name}.png \ %{_datadir}/appdata/%{name}.appdata.xml %changelog +* Thu Mar 12 2020 Jeremy Newton - 1.0.2-20180819git.ac4555d.4 +- Rebuilt for correct exclusive arch + * Wed Jan 29 2020 Fedora Release Engineering - 1.0.2-20180819git.ac4555d.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild