From ec63c989ea93154fd6f6b3e5f0389ed3236dcc54 Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: Apr 19 2018 19:20:58 +0000 Subject: Fix bootstrap --- diff --git a/golang-opencensus.spec b/golang-opencensus.spec index b00607d..f322454 100644 --- a/golang-opencensus.spec +++ b/golang-opencensus.spec @@ -15,7 +15,7 @@ of three major components: tags, stats, and tracing.} %gometa Name: %{goname} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A stats collection and distributed tracing framework License: ASL 2.0 URL: %{gourl} @@ -74,7 +74,7 @@ building other packages which use import path with %prep %forgeautosetup %if %{with bootstrapping} -rm -rf exporter/stackdriver +rm -rf exporter/stackdriver/*.go rm -rf exporter/jaeger %endif @@ -96,6 +96,9 @@ rm -rf exporter/jaeger %changelog +* Thu Mar 22 2018 Robert-André Mauchin - 0.8.0-2 +- Fix bootstrap + * Thu Mar 22 2018 Robert-André Mauchin - 0.8.0-1 - First package for Fedora