The package rpms/golang-github-chi.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-chi.git/commit/?id=19f....
Change: +%ifnarch s390x
Thanks.
Full change: ============
commit 19f78c9a6cfe8cfc8463cc98aeeba6dfd1d724f3 Author: Robert-Andr Mauchin zebob.m@gmail.com Date: Wed Jan 29 18:21:06 2020 +0100
Update to 4.0.3
Signed-off-by: Robert-Andr Mauchin zebob.m@gmail.com
diff --git a/.gitignore b/.gitignore index b44540a..21ba6cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /chi-4.0.2.tar.gz +/chi-4.0.3.tar.gz diff --git a/golang-github-chi.spec b/golang-github-chi.spec index cc801a5..214271e 100644 --- a/golang-github-chi.spec +++ b/golang-github-chi.spec @@ -1,9 +1,12 @@ # Generated by go2rpm +# local network access fails on s390x +%ifnarch s390x %bcond_without check +%endif
# https://github.com/go-chi/chi %global goipath github.com/go-chi/chi -Version: 4.0.2 +Version: 4.0.3
%gometa
@@ -25,7 +28,7 @@ client-side applications.} %global godocs _examples CHANGELOG.md CONTRIBUTING.md README.md
Name: %{goname} -Release: 3%{?dist} +Release: 1%{?dist} Summary: Lightweight, idiomatic and composable router for building Go HTTP services
License: MIT @@ -56,6 +59,9 @@ BuildRequires: golang(golang.org/x/net/http2) %gopkgfiles
%changelog +* Wed Jan 29 17:24:14 CET 2020 Robert-Andr Mauchin zebob.m@gmail.com - 4.0.3-1 +- Update to 4.0.3 + * Tue Jan 28 2020 Fedora Release Engineering releng@fedoraproject.org - 4.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/sources b/sources index 2111b5b..a915dfe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (chi-4.0.2.tar.gz) = 246593497a1ea6a0858c4285eb1f178103937ff5f44131e943f2e93166ccca1b1a0852a8316c6dd566cf7b452651ded3371d5f4db3ae086eb8ba6a0b331d9648 +SHA512 (chi-4.0.3.tar.gz) = da1efcb32e3172ae890ec48c368438c4b2f64bc772065962e7ff7a03edae59e693c382d5a102e68a872ccb96c51aa76c7a88a2947d4cec733e4825eba98d422c
arch-excludes@lists.fedoraproject.org