import grafana-pcp-3.0.2-1.el8

This commit is contained in:
CentOS Sources 2021-01-27 00:15:56 +00:00 committed by Andrew Lukoshko
parent 396d010b26
commit 8420bf0469
3 changed files with 11 additions and 8 deletions

6
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/grafana-pcp-3.0.1.tar.gz
SOURCES/grafana-pcp-vendor-3.0.1.tar.xz
SOURCES/grafana-pcp-webpack-3.0.1.tar.gz
SOURCES/grafana-pcp-3.0.2.tar.gz
SOURCES/grafana-pcp-vendor-3.0.2.tar.xz
SOURCES/grafana-pcp-webpack-3.0.2.tar.gz

View File

@ -1,3 +1,3 @@
df45f63a697b6d473719c147d69792eb2e3377fd SOURCES/grafana-pcp-3.0.1.tar.gz
188a679178e1c0b3bcba30babe4c964e95437011 SOURCES/grafana-pcp-vendor-3.0.1.tar.xz
cba1f8f742bd8d63c7f2dd3b6b7674ac8c2fa925 SOURCES/grafana-pcp-webpack-3.0.1.tar.gz
8196f1c480fd56f90eb5cf6aaf42c0f0818dff73 SOURCES/grafana-pcp-3.0.2.tar.gz
d2b773374b80b1ceac9111c3ecb2364b968f42b0 SOURCES/grafana-pcp-vendor-3.0.2.tar.xz
2fc03a2e11363ede44e4dca8a5814af01829ea8b SOURCES/grafana-pcp-webpack-3.0.2.tar.gz

View File

@ -26,7 +26,7 @@ end}
%define compile_frontend 0
Name: grafana-pcp
Version: 3.0.1
Version: 3.0.2
Release: 1%{?dist}
Summary: Performance Co-Pilot Grafana Plugin
License: ASL 2.0
@ -49,7 +49,7 @@ BuildRequires: systemd-rpm-macros, golang, go-srpm-macros
BuildRequires: go-rpm-macros
%endif
%if %{compile_frontend}
BuildRequires: nodejs >= 1:12, nodejs < 1:13, yarnpkg, golang-github-google-jsonnet
BuildRequires: make, nodejs >= 1:12, nodejs < 1:13, yarnpkg, golang-github-google-jsonnet
%endif
# omit golang debugsource, see BZ 995136 and related
@ -194,6 +194,9 @@ export GOPATH=%{_builddir}
%changelog
* Fri Jan 22 2021 Andreas Gerstmayr <agerstmayr@redhat.com> 3.0.2-1
- update to 3.0.2 tagged upstream community sources, see CHANGELOG
* Wed Dec 23 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 3.0.1-1
- update to 3.0.1 tagged upstream community sources, see CHANGELOG