The package rpms/golang-github-hashicorp-retryablehttp.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-retryablehtt....
Change: +%ifnarch s390x
Thanks.
Full change: ============
commit 67ca14e8814a9876b1de234a1c2ac72d66ae3d21 Author: Robert-Andr Mauchin zebob.m@gmail.com Date: Fri Jan 31 18:47:51 2020 +0100
Update to 0.6.4
Signed-off-by: Robert-Andr Mauchin zebob.m@gmail.com
diff --git a/.gitignore b/.gitignore index 373f95a..3cafdd3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /go-retryablehttp-0.5.4.tar.gz +/go-retryablehttp-0.6.1.tar.gz diff --git a/golang-github-hashicorp-retryablehttp.spec b/golang-github-hashicorp-retryablehttp.spec index 5d548e8..b8ffba8 100644 --- a/golang-github-hashicorp-retryablehttp.spec +++ b/golang-github-hashicorp-retryablehttp.spec @@ -1,10 +1,12 @@ -# golang-github-hashicorp-retryablehttp.spec # Generated by go2rpm +# s390x has network issues +%ifnarch s390x %bcond_without check +%endif
# https://github.com/hashicorp/go-retryablehttp %global goipath github.com/hashicorp/go-retryablehttp -Version: 0.5.4 +Version: 0.6.1
%gometa
@@ -25,7 +27,7 @@ makes retryablehttp very easy to drop into existing programs.} %global gosupfiles glide.lock glide.yaml
Name: %{goname} -Release: 4%{?dist} +Release: 1%{?dist} Summary: Retryable http client in go
# Upstream license specification: MPL-2.0 @@ -37,6 +39,11 @@ Source2: glide.lock
BuildRequires: golang(github.com/hashicorp/go-cleanhttp)
+%if %{with check} +# Tests +BuildRequires: golang(github.com/hashicorp/go-hclog) +%endif + %description %{common_description}
@@ -66,6 +73,9 @@ end %gopkgfiles
%changelog +* Fri Jan 31 18:22:53 CET 2020 Robert-Andr Mauchin zebob.m@gmail.com - 0.6.4-1 +- Update to 0.6.4 + * Wed Jan 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.5.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/sources b/sources index 762dffa..13aba9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (go-retryablehttp-0.5.4.tar.gz) = 431b2a999ab614db39ce447b364aa1a5d45846bd4855eae560dff03412378785c2430f304a4b0f720d8ad1bbf47f5f243df790b7f13bef238f2f662cd7e5ab22 +SHA512 (go-retryablehttp-0.6.1.tar.gz) = ef7c84523c6bda546e072a6579ef9d8e6534db88190e3c953d0f7c9b7dd412e5847e9d853e82a85b06bd6787681f78887624042a64d47c7776d6e2221b79b1d2
arch-excludes@lists.fedoraproject.org