The package rpms/golang-github-twpayne-geom.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-twpayne-geom.git/commi....
Change: +%ifarch x86_64
Thanks.
Full change: ============
commit 38cef7a8b12442843adbcd496d28235a7ace2654 Author: Robert-André Mauchin zebob.m@gmail.com Date: Sat Jan 30 16:13:15 2021 +0100
Enable tests for x86_64 only because of rounding errors
Signed-off-by: Robert-André Mauchin zebob.m@gmail.com
diff --git a/golang-github-twpayne-geom.spec b/golang-github-twpayne-geom.spec index 2af5107..f699ce7 100644 --- a/golang-github-twpayne-geom.spec +++ b/golang-github-twpayne-geom.spec @@ -1,5 +1,8 @@ # Generated by go2rpm 1.3 +# Rounding errors +%ifarch x86_64 %bcond_without check +%endif
# https://github.com/twpayne/go-geom %global goipath github.com/twpayne/go-geom
arch-excludes@lists.fedoraproject.org