update to upstream version 1.0.6
This commit is contained in:
parent
e81cdf9016
commit
0e9c106268
@ -4,7 +4,7 @@ The grafana-pcp package
|
||||
|
||||
## Build instructions
|
||||
```
|
||||
VER=1.0.6
|
||||
VER=1.0.7
|
||||
spectool -g grafana-pcp.spec
|
||||
./create_dependency_bundle.sh grafana-pcp-$VER.tar.gz grafana-pcp-deps-$VER.tar.xz
|
||||
./check_npm_dependencies.py grafana-pcp.spec grafana-pcp-$VER.tar.gz grafana-pcp-deps-$VER.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: grafana-pcp
|
||||
Version: 1.0.6
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Performance Co-Pilot Grafana Plugin
|
||||
|
||||
%global github https://github.com/performancecopilot/grafana-pcp
|
||||
@ -103,6 +103,9 @@ cp -a dist/* %{buildroot}/%{install_dir}
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Wed Jan 29 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 1.0.7-1
|
||||
- redis: fix timespec (fixes empty graphs for large time ranges)
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (grafana-pcp-1.0.6.tar.gz) = 37c47c2f9904a3091b3614761b66e4701a11b97cd9edb400d370aab39d08f7dfeaaab7693c58bfec51c5adbe0bc11a5196ea0638ff1fcdab949b4f200e18804f
|
||||
SHA512 (grafana-pcp-deps-1.0.6.tar.xz) = da5949bcc8e4b8645d68e593bfb93a3b38a0898d8a943e3f263889e9dc81dfdba26deafce1832003913a0486b232188f9996b0a1da791cc66f9c2cc2da502962
|
||||
SHA512 (grafana-pcp-1.0.7.tar.gz) = 144ed25a9366b6de6da0865bdc866f3c3901b5b91969c58096db7ded079e4b4057af43a8a00107797696647b13c197f922349a5935ad1227c459d233573d0639
|
||||
SHA512 (grafana-pcp-deps-1.0.7.tar.xz) = f5baad6f5a9f85196bf2d80cba1aa742059fca99eebf38309a7792de8d64fd5ce3a4a5cb01aea7dca9953973a980813af30987c8ff983eed06f9d43497c0387e
|
||||
|
Loading…
Reference in New Issue
Block a user