The package rpms/gpick.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/gpick.git/commit/?id=661db55cf8661be....
Change: +ExcludeArch: s390x
Thanks.
Full change: ============
commit 661db55cf8661be1e942f712a3803d6fc71d6b24 Author: Luya Tshimbalanga luya@fedoraproject.org Date: Mon Dec 28 12:52:51 2020 -0800
Update to 0.2.6
diff --git a/gpick.spec b/gpick.spec index 015e24f..a6cc3cd 100644 --- a/gpick.spec +++ b/gpick.spec @@ -32,6 +32,10 @@ BuildRequires: pkgconfig(lua) BuildRequires: pkgconfig(openthreads) BuildRequires: ragel
+# s390x architetures failed on Fedora 32 so exclude it +%if 0%{?fedora} == 32 +ExcludeArch: s390x +%endif
%description Advanced color picker
arch-excludes@lists.fedoraproject.org