The package rpms/golang-github-datadog-sketches.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-datadog-sketches.git/c....
Change: +%ifnarch %{arm} %{ix86}
Thanks.
Full change: ============
commit 13bbc57008e938d6b0379158eb9d26a6d23910ee Author: Robert-André Mauchin zebob.m@gmail.com Date: Sun Dec 27 08:56:23 2020 +0100
Disable tests for 32 bits arches
diff --git a/golang-github-datadog-sketches.spec b/golang-github-datadog-sketches.spec index 7d703ea..722b997 100644 --- a/golang-github-datadog-sketches.spec +++ b/golang-github-datadog-sketches.spec @@ -1,5 +1,7 @@ # Generated by go2rpm 1.3 +%ifnarch %{arm} %{ix86} %bcond_without check +%endif
# https://github.com/DataDog/sketches-go %global goipath github.com/DataDog/sketches-go
arch-excludes@lists.fedoraproject.org