diff --git a/golang-opencensus.spec b/golang-opencensus.spec index f322454..9c90e78 100644 --- a/golang-opencensus.spec +++ b/golang-opencensus.spec @@ -1,7 +1,7 @@ # Bootstrap for google.golang.org/api -%bcond_without bootstrapping +%bcond_with bootstrapping # Run tests in check section -%bcond_with check +%bcond_without check %global goipath go.opencensus.io %global forgeurl https://github.com/census-instrumentation/opencensus-go @@ -15,7 +15,7 @@ of three major components: tags, stats, and tracing.} %gometa Name: %{goname} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A stats collection and distributed tracing framework License: ASL 2.0 URL: %{gourl} @@ -85,7 +85,8 @@ rm -rf exporter/jaeger %if %{with check} %check -%gochecks +# Fails on i686, armv7hl +%gochecks -d zpages %endif @@ -96,6 +97,9 @@ rm -rf exporter/jaeger %changelog +* Mon Apr 23 2018 Robert-André Mauchin - 0.8.0-3 +- Unbootstrap + * Thu Mar 22 2018 Robert-André Mauchin - 0.8.0-2 - Fix bootstrap