The package rpms/golang-gopkg-yaml-3.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-gopkg-yaml-3.git/commit/?id=f....
Change: +%ifnarch %{ix86} %{arm}
Thanks.
Full change: ============
commit f0adb93fd221c5039819d01b73162954b42d89c7 Author: Robert-André Mauchin zebob.m@gmail.com Date: Wed Jun 29 23:39:57 2022 +0200
Don't test on 32 bits platforms
diff --git a/golang-gopkg-yaml-3.spec b/golang-gopkg-yaml-3.spec index 11ce496..94f1b26 100644 --- a/golang-gopkg-yaml-3.spec +++ b/golang-gopkg-yaml-3.spec @@ -1,5 +1,7 @@ # Generated by go2rpm 1.6.0 +%ifnarch %{ix86} %{arm} %bcond_without check +%endif %global debug_package %{nil}
# https://github.com/go-yaml/yaml
commit acae690d9500c341fbc7deb9f93f855e17c905b2 Author: Mikel Olasagasti Uranga mikel@olasagasti.info Date: Tue Jun 21 00:29:25 2022 +0200
Update to 3.0.1 - Closes rhbz#2088934
diff --git a/.gitignore b/.gitignore index 33d6254..7674e7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /yaml-cdc409dda467df8d60dc5c7d18f38e810979de95.tar.gz /yaml-eeeca48fe7764f320e4870d231902bf9c1be2c08.tar.gz /yaml-496545a6307b2a7d7a710fd516e5e16e8ab62dbc.tar.gz +/yaml-3.0.1.tar.gz diff --git a/golang-gopkg-yaml-3.spec b/golang-gopkg-yaml-3.spec index 844e5c1..11ce496 100644 --- a/golang-gopkg-yaml-3.spec +++ b/golang-gopkg-yaml-3.spec @@ -1,15 +1,14 @@ -# Generated by go2rpm +# Generated by go2rpm 1.6.0 %bcond_without check +%global debug_package %{nil}
# https://github.com/go-yaml/yaml %global goipath gopkg.in/yaml.v3 %global forgeurl https://github.com/go-yaml/yaml -%global commit 496545a6307b2a7d7a710fd516e5e16e8ab62dbc +Version: 3.0.1
%gometa
-%global goaltipaths gopkg.in/v3/yaml - %global common_description %{expand: The yaml package enables Go programs to comfortably encode and decode YAML values. It was developed within Canonical as part of the juju project, and is @@ -39,9 +38,8 @@ since they're a poor design and are gone in YAML 1.2.} %global godocs README.md
Name: %{goname} -Version: 0 Release: %autorelease -Summary: Yaml support for the Go language +Summary: YAML support for the Go language
# Upstream license specification: Apache-2.0 and MIT License: ASL 2.0 and MIT diff --git a/sources b/sources index 409b980..e173290 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yaml-496545a6307b2a7d7a710fd516e5e16e8ab62dbc.tar.gz) = 068266b60e92b2606ca0f8d2a2d5ca66c04a486f61231aa7c33e32b5a2ad8b93f35f6be479ed8be7c0773189fd76908e127e7418f8b2dbbf816bb12caf331552 +SHA512 (yaml-3.0.1.tar.gz) = 32a5eab7fd45324a4c6be9465a09419f0cf5b142e8bd4a7c6c115162eb6df2d31564f8103e1c592b4a4bd19abd218533ba6d6d438b157dba0fcd353264e1c8ff
arch-excludes@lists.fedoraproject.org