The package rpms/golang-github-transip-gotransip.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/golang-github-transip-gotransip.git/....
Change: +%ifnarch %{ix86} %{arm}
Thanks.
Full change: ============
commit ffd7b39262f8b06a9b501dd7bb1b60c1a68db79c Author: Robert-André Mauchin zebob.m@gmail.com Date: Thu Jul 23 00:59:57 2020 +0200
Drop tests for 32 bits arches
Signed-off-by: Robert-André Mauchin zebob.m@gmail.com
diff --git a/golang-github-transip-gotransip.spec b/golang-github-transip-gotransip.spec index 2cdacf4..a89dfae 100644 --- a/golang-github-transip-gotransip.spec +++ b/golang-github-transip-gotransip.spec @@ -1,5 +1,7 @@ # Generated by go2rpm +%ifnarch %{ix86} %{arm} %bcond_without check +%endif
# https://github.com/transip/gotransip %global goipath github.com/transip/gotransip @@ -44,7 +46,7 @@ BuildRequires: golang(github.com/stretchr/testify/require) %if %{with check} %check # .: needs network -%gocheck -d . -d traffic +%gocheck -d . %endif
%gopkgfiles
arch-excludes@lists.fedoraproject.org