import grafana-pcp-3.0.2-1.el8
This commit is contained in:
parent
396d010b26
commit
8420bf0469
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
SOURCES/grafana-pcp-3.0.1.tar.gz
|
SOURCES/grafana-pcp-3.0.2.tar.gz
|
||||||
SOURCES/grafana-pcp-vendor-3.0.1.tar.xz
|
SOURCES/grafana-pcp-vendor-3.0.2.tar.xz
|
||||||
SOURCES/grafana-pcp-webpack-3.0.1.tar.gz
|
SOURCES/grafana-pcp-webpack-3.0.2.tar.gz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
df45f63a697b6d473719c147d69792eb2e3377fd SOURCES/grafana-pcp-3.0.1.tar.gz
|
8196f1c480fd56f90eb5cf6aaf42c0f0818dff73 SOURCES/grafana-pcp-3.0.2.tar.gz
|
||||||
188a679178e1c0b3bcba30babe4c964e95437011 SOURCES/grafana-pcp-vendor-3.0.1.tar.xz
|
d2b773374b80b1ceac9111c3ecb2364b968f42b0 SOURCES/grafana-pcp-vendor-3.0.2.tar.xz
|
||||||
cba1f8f742bd8d63c7f2dd3b6b7674ac8c2fa925 SOURCES/grafana-pcp-webpack-3.0.1.tar.gz
|
2fc03a2e11363ede44e4dca8a5814af01829ea8b SOURCES/grafana-pcp-webpack-3.0.2.tar.gz
|
||||||
|
@ -26,7 +26,7 @@ end}
|
|||||||
%define compile_frontend 0
|
%define compile_frontend 0
|
||||||
|
|
||||||
Name: grafana-pcp
|
Name: grafana-pcp
|
||||||
Version: 3.0.1
|
Version: 3.0.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Performance Co-Pilot Grafana Plugin
|
Summary: Performance Co-Pilot Grafana Plugin
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -49,7 +49,7 @@ BuildRequires: systemd-rpm-macros, golang, go-srpm-macros
|
|||||||
BuildRequires: go-rpm-macros
|
BuildRequires: go-rpm-macros
|
||||||
%endif
|
%endif
|
||||||
%if %{compile_frontend}
|
%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
|
%endif
|
||||||
|
|
||||||
# omit golang debugsource, see BZ 995136 and related
|
# omit golang debugsource, see BZ 995136 and related
|
||||||
@ -194,6 +194,9 @@ export GOPATH=%{_builddir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Dec 23 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 3.0.1-1
|
||||||
- update to 3.0.1 tagged upstream community sources, see CHANGELOG
|
- update to 3.0.1 tagged upstream community sources, see CHANGELOG
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user