The package rpms/golang-sigs-k8s-yaml.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-sigs-k8s-yaml.git/commit/?id=....
Change: +%ifnarch %{ix86} %{arm}
Thanks.
Full change: ============
commit 5117d32b973f3e453fe3a51a2803b8d799eb34a7 Author: Robert-Andr Mauchin zebob.m@gmail.com Date: Sat Jun 29 16:14:23 2019 +0200
Drop tests for 32 bits arches
Signed-off-by: Robert-Andr Mauchin zebob.m@gmail.com
diff --git a/golang-sigs-k8s-yaml.spec b/golang-sigs-k8s-yaml.spec index 5089515..531ff52 100644 --- a/golang-sigs-k8s-yaml.spec +++ b/golang-sigs-k8s-yaml.spec @@ -1,5 +1,8 @@ # Generated by go2rpm +# https://github.com/kubernetes-sigs/yaml/issues/23 +%ifnarch %{ix86} %{arm} %bcond_without check +%endif
# https://github.com/kubernetes-sigs/yaml %global goipath sigs.k8s.io/yaml
arch-excludes@lists.fedoraproject.org