The package rpms/golang-github-prometheus-procfs.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-prometheus-procfs.git/....
Change: +%ifnarch %{arm} %{ix86}
Thanks.
Full change: ============
commit a7d8e2b7624538991d8872a457b712981b70cf00 Author: Robert-André Mauchin zebob.m@gmail.com Date: Fri Jul 31 22:40:03 2020 +0200
Update to 0.1.3
Signed-off-by: Robert-André Mauchin zebob.m@gmail.com
diff --git a/.gitignore b/.gitignore index 3b5e5ac..924f138 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /procfs-fe93d378a6b03758a2c1b65e86cf630bf78681c0.tar.gz /procfs-8368d24ba045f26503eb745b624d930cbe214c79.tar.gz /procfs-0.0.2.tar.gz +/procfs-0.1.3.tar.gz diff --git a/golang-github-prometheus-procfs.spec b/golang-github-prometheus-procfs.spec index 458aa34..87989eb 100644 --- a/golang-github-prometheus-procfs.spec +++ b/golang-github-prometheus-procfs.spec @@ -1,9 +1,12 @@ # Generated by go2rpm +# https://github.com/prometheus/procfs/issues/319 +%ifnarch %{arm} %{ix86} %bcond_without check +%endif
# https://github.com/prometheus/procfs %global goipath github.com/prometheus/procfs -Version: 0.0.2 +Version: 0.1.3
%gometa
@@ -17,7 +20,7 @@ the pseudo-filesystem proc.} %global gosupfiles glide.lock glide.yaml
Name: %{goname} -Release: 4%{?dist} +Release: 1%{?dist} Summary: Retrieve system, kernel and process metrics from proc
# Upstream license specification: Apache-2.0 @@ -28,6 +31,12 @@ Source1: glide.yaml Source2: glide.lock
BuildRequires: golang(golang.org/x/sync/errgroup) +BuildRequires: golang(golang.org/x/sys/unix) + +%if %{with check} +# Tests +BuildRequires: golang(github.com/google/go-cmp/cmp) +%endif
%description %{common_description} @@ -51,6 +60,9 @@ cp %{S:1} %{S:2} . %gopkgfiles
%changelog +* Fri Jul 31 22:28:56 CEST 2020 Robert-André Mauchin zebob.m@gmail.com - 0.1.3-1 +- Update to 0.1.3 + * Mon Jul 27 2020 Fedora Release Engineering releng@fedoraproject.org - 0.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources index 44b9909..0586a5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (procfs-0.0.2.tar.gz) = 93635aa795027e71cb79bbd35cf5141617634b09e2d56cad578abfb69edeb54fbda4971b9c81fccd51eb7837fc23f6773fd723b250dd6b16a25acb41aa37bcf4 +SHA512 (procfs-0.1.3.tar.gz) = b74eac0e4d74d9972217eb6f3180cebb212a44979f5f04358e8e41ce9258d95e04b6ce611a55216bb72f4028b26f793ab212cb4462eea0c3f27007af0bfee45e
arch-excludes@lists.fedoraproject.org