From 11e22af44f378fd2b817d795b9ad34c404f11998 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Thu, 12 Aug 2021 15:23:46 +0200 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9CExcludeArch:=20ppc64=20s390x?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some test cases fail on ppc64 and s390x (because of some bugs on these platforms I think). This makes the build fail for no good reason if it accidentally is build on one of these platforms. So even though this is a noarch package, tell koji to never build it on ppc64 and s390x. --- ibus-typing-booster.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index afb984c..cd8ba83 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,6 +1,6 @@ Name: ibus-typing-booster Version: 2.14.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A completion input method License: GPLv3+ and ASL 2.0 URL: https://mike-fabian.github.io/ibus-typing-booster/ @@ -87,6 +87,13 @@ BuildRequires: make # A window manger is needed for the GUI test # BuildRequires: i3 BuildArch: noarch +# Some test cases fail on ppc64 and s390x (because of some bugs on +# these platforms I think). This makes the build fail for no good +# reason if it accidentally is build on one of these platforms. +# +# So even though this is a noarch package, tell koji to never build it +# on ppc64 and s390x: +ExcludeArch: ppc64 s390x %description Ibus-typing-booster is a context sensitive completion @@ -239,6 +246,9 @@ fi %{_datadir}/applications/emoji-picker.desktop %changelog +* Thu Aug 12 2021 Mike FABIAN - 2.14.0-2 +- Add “ExcludeArch: ppc64 s390x” for koji to the .spec file + * Thu Aug 12 2021 Mike FABIAN - 2.14.0-1 - Update to 2.14.0 - Translation update from Weblate (de, nl, pl, sv, tr, uk updated to 100%)