From e4a6186e34d2481e4c56cd572906956c321b1009 Mon Sep 17 00:00:00 2001 From: webbuilder_pel7ppc64lebuilder0 Date: Mon, 25 Nov 2019 11:13:35 +0100 Subject: [PATCH] graphana update to 6.5.0 Signed-off-by: webbuilder_pel7ppc64lebuilder0 --- SPECS/grafana.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/grafana.spec b/SPECS/grafana.spec index 5dacb2e..e436841 100644 --- a/SPECS/grafana.spec +++ b/SPECS/grafana.spec @@ -6,7 +6,7 @@ #%define debug_package %{nil} Name : grafana -Version : 6.0.0 +Version : 6.5.0 Release : 1%{dist} License : MIT URL : http://gogs.io @@ -27,7 +27,6 @@ analytics and monitoring %prep %setup -T -q -c %{name}-%{version} export GOPATH=`pwd` -#go get -u -v github.com/grafana/grafana mkdir -p src/github.com/grafana/ cd src/github.com/grafana/ git clone https://github.com/grafana/grafana/ @@ -37,6 +36,7 @@ git clone https://github.com/grafana/grafana/ export GOPATH=`pwd` cd src/github.com/grafana/grafana git checkout tags/v%{version} +go mod download go run build.go setup go run build.go build