From ab6521943a8309b66b588008074c547662b4e605 Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Aug 27 2020 15:04:16 +0000 Subject: ExclusiveArch to prevent koji from trying to build this on i686 --- diff --git a/libtaskotron.spec b/libtaskotron.spec index e3fb5fb..e2c091b 100644 --- a/libtaskotron.spec +++ b/libtaskotron.spec @@ -1,7 +1,10 @@ Name: libtaskotron # NOTE: if you update version, *make sure* to also update `libtaskotron/__init__.py` + +ExclusiveArch: %{kernel_arches} noarch + Version: 0.10.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Taskotron Support Library License: GPLv3 @@ -164,6 +167,9 @@ cp -a data/* %{buildroot}%{_datarootdir}/libtaskotron %license LICENSE %changelog +* Thu Aug 27 2020 Frantisek Zatloukal - 0.10.4-5 +- ExclusiveArch to prevent koji from trying to build this on i686 + * Sat Aug 01 2020 Fedora Release Engineering - 0.10.4-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild