The package rpms/golang-github-datadog-sketches.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-datadog-sketches.git/c....
Change: +%ifnarch %{arm} %{ix86}
Thanks.
Full change: ============
commit 13bbc57008e938d6b0379158eb9d26a6d23910ee Author: Robert-André Mauchin zebob.m@gmail.com Date: Sun Dec 27 08:56:23 2020 +0100
Disable tests for 32 bits arches
diff --git a/golang-github-datadog-sketches.spec b/golang-github-datadog-sketches.spec index 7d703ea..722b997 100644 --- a/golang-github-datadog-sketches.spec +++ b/golang-github-datadog-sketches.spec @@ -1,5 +1,7 @@ # Generated by go2rpm 1.3 +%ifnarch %{arm} %{ix86} %bcond_without check +%endif
# https://github.com/DataDog/sketches-go %global goipath github.com/DataDog/sketches-go
commit 8ec815f6e367f23bf806e49fa8ab8a09cf65b872 Author: Robert-André Mauchin zebob.m@gmail.com Date: Sun Dec 27 08:42:19 2020 +0100
Initial import
Signed-off-by: Robert-André Mauchin zebob.m@gmail.com
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f7770b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/sketches-go-1.0.0.tar.gz diff --git a/golang-github-datadog-sketches.spec b/golang-github-datadog-sketches.spec new file mode 100644 index 0000000..7d703ea --- /dev/null +++ b/golang-github-datadog-sketches.spec @@ -0,0 +1,57 @@ +# Generated by go2rpm 1.3 +%bcond_without check + +# https://github.com/DataDog/sketches-go +%global goipath github.com/DataDog/sketches-go +Version: 1.0.0 + +%gometa + +%global common_description %{expand: +Go implementations of the distributed quantile sketch algorithms GKArray and +DDSketch.} + +%global golicenses LICENSE LICENSE-3rdparty.csv NOTICE +%global godocs CONTRIBUTING.md README.md + +Name: %{goname} +Release: 1%{?dist} +Summary: Implementations of the distributed quantile sketch algorithms + +# Upstream license specification: Apache-2.0 +License: ASL 2.0 +URL: %{gourl} +Source0: %{gosource} + +BuildRequires: golang(google.golang.org/protobuf/reflect/protoreflect) +BuildRequires: golang(google.golang.org/protobuf/runtime/protoimpl) + +%if %{with check} +# Tests +BuildRequires: golang(github.com/golang/protobuf/proto) +BuildRequires: golang(github.com/google/gofuzz) +BuildRequires: golang(github.com/stretchr/testify/assert) +%endif + +%description +%{common_description} + +%gopkg + +%prep +%goprep + +%install +%gopkginstall + +%if %{with check} +%check +# dataset: test not up to date +%gocheck -d dataset +%endif + +%gopkgfiles + +%changelog +* Mon Dec 21 13:33:37 CET 2020 Robert-André Mauchin zebob.m@gmail.com - 1.0.0-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..b535fa0 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (sketches-go-1.0.0.tar.gz) = c53d39ddd74b9fc60ea89b12bddce272294aaf43b29deb30dfa3965eb9bff23f35072298a6182b6ee3bc8c249ab18bbf8ef7c215a1f83d62d2c9bf5ca2c857e1