From ac637a20d1f910825dbe392647e28088b8582648 Mon Sep 17 00:00:00 2001 From: Germano Massullo Date: Aug 31 2020 22:41:31 +0000 Subject: 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 - 2.28-4 +- Tried to replace ExcludeArch: s390 with ExcludeArch: s390x + * Tue Aug 18 2020 Fabian Affolter - 2.28-3 - Add feedback from build system