The package rpms/golang-github-hashicorp-raft.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-hashicorp-raft.git/com....
Change: +%ifnarch x86_64
Thanks.
Full change: ============
commit be0c294d9200893208ec9310b519dcb5d7cacd70 Author: Robert-Andr Mauchin zebob.m@gmail.com Date: Sun Jun 30 21:55:21 2019 +0200
Disable some failing tests
Signed-off-by: Robert-Andr Mauchin zebob.m@gmail.com
diff --git a/golang-github-hashicorp-raft.spec b/golang-github-hashicorp-raft.spec index c03ec6b..de25b64 100644 --- a/golang-github-hashicorp-raft.spec +++ b/golang-github-hashicorp-raft.spec @@ -1,5 +1,8 @@ # Generated by go2rpm +# fails randomly +%ifnarch x86_64 %bcond_without check +%endif %bcond_with bootstrap
# https://github.com/hashicorp/raft @@ -62,7 +65,8 @@ end %if %{without bootstrap} %if %{with check} %check -%gocheck +# .: needs network +%gocheck -d . %endif %endif
arch-excludes@lists.fedoraproject.org