Update to latest community sources
This commit is contained in:
parent
e87db59b4a
commit
d247ac5c08
@ -4,7 +4,7 @@ The grafana-pcp package
|
||||
|
||||
## Build instructions
|
||||
```
|
||||
VER=1.0.2
|
||||
VER=1.0.3
|
||||
spectool -g grafana-pcp.spec
|
||||
./create_dependency_bundle.sh $VER $(pwd)/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,5 +1,5 @@
|
||||
Name: grafana-pcp
|
||||
Version: 1.0.2
|
||||
Version: 1.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Performance Co-Pilot Grafana Plugin
|
||||
|
||||
@ -102,6 +102,9 @@ cp -a dist/* %{buildroot}/%{install_dir}
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Tue Nov 26 2019 Nathan Scott <nathans@redhat.com> 1.0.3-1
|
||||
- fix flame graph dependency (flamegraph.destroy error in javascript console)
|
||||
|
||||
* Tue Nov 12 2019 Andreas Gerstmayr <agerstmayr@redhat.com> 1.0.2-1
|
||||
- handle counter wraps (overflows)
|
||||
- convert time based counters to time utilization
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (grafana-pcp-1.0.2.tar.gz) = aa0b40eafcff397cf20ef5e679c79e6f68b9bb5466223109af0b8417309399a1637ca1dbca45619c5f4fb4e8cc9367b84f7b8573fbea015489e18f7982db5cef
|
||||
SHA512 (grafana-pcp-deps-1.0.2.tar.xz) = 68a92e72c65bc47eac422a047c06ea43b64924b581ffef506f042caba631d6e5719964644b77616e5925193473f3a2b0502ad701feb1100e69c9cc4ebfe66879
|
||||
SHA512 (grafana-pcp-1.0.3.tar.gz) = 9387bb6ecb24c18c4f804ae0d4a3e4ac8f28ab4a638c23c5442005fa6d7b6a121180124eb04c5a4a48f512f291ad4d08a2c8d5b841ab49648bea0c696e103d41
|
||||
SHA512 (grafana-pcp-deps-1.0.3.tar.xz) = ef86f232541d66f4628c67e9e2965c6024ae036ecbdae4fe43a1b5734b5fcfc087fba78de92b88f5e27280d14ecfd75101ed0e71ceb42889231f1ce9b2719e42
|
||||
|
Loading…
Reference in New Issue
Block a user