The package rpms/golang-github-google-slothfs.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-google-slothfs.git/com....
Change: +ExcludeArch: i686 armv7hl
Thanks.
Full change: ============
commit 9d0ef19a4a513523816e6d65866a3d3b66b8e17d Author: Elliott Sales de Andrade quantum.analyst@gmail.com Date: Wed Jan 1 14:18:23 2020 -0500
Don't build on 32-bit arches due to git2go.
diff --git a/golang-github-google-slothfs.spec b/golang-github-google-slothfs.spec index 2db947f..dfd4f2c 100644 --- a/golang-github-google-slothfs.spec +++ b/golang-github-google-slothfs.spec @@ -24,6 +24,9 @@ Source0: %{gosource} # Increase a timeout for slow armv7hl. Patch0001: increase-timeout.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=1680200 +ExcludeArch: i686 armv7hl + BuildRequires: golang(github.com/fsnotify/fsnotify) BuildRequires: golang(github.com/hanwen/go-fuse/fuse) BuildRequires: golang(github.com/hanwen/go-fuse/fuse/nodefs)
arch-excludes@lists.fedoraproject.org