The package rpms/bettercap.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/bettercap.git/commit/?id=ac637a20d1f....
Change: +ExcludeArch: s390x
Thanks.
Full change: ============
commit ac637a20d1f910825dbe392647e28088b8582648 Author: Germano Massullo germano.massullo@gmail.com Date: Tue Sep 1 00:41:31 2020 +0200
Tried to replace ExcludeArch: s390 with ExcludeArch: s390x
diff --git a/bettercap.spec b/bettercap.spec index 99d68f6..e6cbb26 100644 --- a/bettercap.spec +++ b/bettercap.spec @@ -19,7 +19,7 @@ MITM attacks.} %global godocs ISSUE_TEMPLATE.md changelog.sh README.md
Name: bettercap -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tool for 802.11, BLE and Ethernet reconnaissance and MITM attacks
License: GPLv3 @@ -28,7 +28,7 @@ Source0: %{gosource}
# Building is falling on s390x at the moment because of " # following noarch package built differently on different architectures" -ExcludeArch: s390 +ExcludeArch: s390x
BuildRequires: golang(github.com/adrianmo/go-nmea) BuildRequires: golang(github.com/antchfx/jsonquery) @@ -90,6 +90,9 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %gopkgfiles
%changelog +* Mon Aug 31 2020 Germano Massullo germano.massullo@gmail.com - 2.28-4 +- Tried to replace ExcludeArch: s390 with ExcludeArch: s390x + * Tue Aug 18 2020 Fabian Affolter mail@fabian-affolter.ch - 2.28-3 - Add feedback from build system
arch-excludes@lists.fedoraproject.org