Blame SPECS/grafana-pcp.spec

9c0282
# Specify if the frontend will be compiled as part of the build or
9c0282
# is attached as a webpack tarball (in case of an unsuitable nodejs version on the build system)
9c0282
%define compile_frontend 0
c9cdef
c9cdef
%global grafanapcp_arches %{lua: go_arches = {}
c9cdef
  for arch in rpm.expand("%{go_arches}"):gmatch("%S+") do
c9cdef
    go_arches[arch] = 1
c9cdef
  end
c9cdef
  for arch in rpm.expand("%{nodejs_arches}"):gmatch("%S+") do
c9cdef
    if go_arches[arch] then
c9cdef
      print(arch .. " ")
c9cdef
  end
c9cdef
end}
c9cdef
9c0282
%global gomodulesmode GO111MODULE=auto
c9cdef
c9cdef
Name:           grafana-pcp
9c0282
Version:        5.1.1
9c0282
Release:        1%{?dist}
c9cdef
Summary:        Performance Co-Pilot Grafana Plugin
c9cdef
License:        ASL 2.0
c9cdef
URL:            https://github.com/performancecopilot/grafana-pcp
c9cdef
c9cdef
Source0:        https://github.com/performancecopilot/grafana-pcp/archive/v%{version}/%{name}-%{version}.tar.gz
338776
Source1:        grafana-pcp-vendor-%{version}-1.tar.xz
338776
# Note: In case there were no changes to this tarball, the NVR of this tarball
338776
# lags behind the NVR of this package.
c9cdef
%if %{compile_frontend} == 0
c9cdef
# Source2 contains the precompiled frontend and dashboards
338776
# Note: In case there were no changes to this tarball, the NVR of this tarball
338776
# lags behind the NVR of this package.
338776
Source2:        grafana-pcp-webpack-%{version}-1.tar.gz
c9cdef
%endif
9c0282
Source3:        create_bundles.sh
c9cdef
Source4:        build_frontend.sh
c9cdef
Source5:        list_bundled_nodejs_packages.py
9c0282
Source6:        create_bundles_in_container.sh
c9cdef
9c0282
Patch1:         0001-remove-unused-frontend-crypto.patch
c9cdef
c9cdef
# Intersection of go_arches and nodejs_arches
c9cdef
ExclusiveArch:  %{grafanapcp_arches}
c9cdef
9c0282
BuildRequires:  systemd-rpm-macros
9c0282
BuildRequires:  golang
9c0282
BuildRequires:  go-srpm-macros
c9cdef
BuildRequires:  go-rpm-macros
c9cdef
c9cdef
%if %{compile_frontend}
c9cdef
BuildRequires:  make, nodejs >= 1:14, yarnpkg, golang-github-google-jsonnet
c9cdef
%endif
c9cdef
9c0282
%global         plugin_dir  %{_sharedstatedir}/grafana/plugins/performancecopilot-pcp-app
9c0282
%global         install_dir %{_datadir}/performancecopilot-pcp-app
c9cdef
9c0282
# grafana-pcp requires systemd-tmpfiles
9c0282
%{?systemd_requires}
9c0282
Requires:       grafana >= 9.0.9
c9cdef
Suggests:       pcp >= 5.2.2
c9cdef
Suggests:       redis >= 5.0.0
c9cdef
Suggests:       bpftrace >= 0.9.2
c9cdef
c9cdef
# Obsolete old webapps
c9cdef
Obsoletes: pcp-webjs <= 4.3.4
c9cdef
Obsoletes: pcp-webapp-blinkenlights <= 4.3.4
c9cdef
Obsoletes: pcp-webapp-grafana <= 4.3.4
c9cdef
Obsoletes: pcp-webapp-graphite <= 4.3.4
c9cdef
Obsoletes: pcp-webapp-vector <= 4.3.4
c9cdef
c9cdef
# vendored golang and node.js build dependencies
c9cdef
# this is for security purposes, if nodejs-foo ever needs an update,
c9cdef
# affected packages can be easily identified.
c9cdef
# Note: generated by the Makefile (see README.md)
9c0282
Provides: bundled(golang(github.com/grafana/grafana-plugin-sdk-go)) = 0.141.0
9c0282
Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0.5.4
9c0282
Provides: bundled(golang(github.com/stretchr/testify)) = 1.8.0
9c0282
Provides: bundled(npm(@babel/plugin-transform-modules-commonjs)) = 7.18.6
9c0282
Provides: bundled(npm(@grafana/data)) = 9.1.6
9c0282
Provides: bundled(npm(@grafana/runtime)) = 9.1.6
9c0282
Provides: bundled(npm(@grafana/toolkit)) = 9.1.6
9c0282
Provides: bundled(npm(@grafana/ui)) = 9.1.6
9c0282
Provides: bundled(npm(@trivago/prettier-plugin-sort-imports)) = 3.4.0
c9cdef
Provides: bundled(npm(@types/blueimp-md5)) = 2.18.0
9c0282
Provides: bundled(npm(@types/d3-selection)) = 2.0.1
c9cdef
Provides: bundled(npm(@types/enzyme)) = 3.10.8
c9cdef
Provides: bundled(npm(@types/enzyme-adapter-react-16)) = 1.0.6
9c0282
Provides: bundled(npm(@types/jest)) = 26.0.24
9c0282
Provides: bundled(npm(@types/lodash)) = 4.14.181
c9cdef
Provides: bundled(npm(@types/memoize-one)) = 5.1.2
9c0282
Provides: bundled(npm(@types/react-autosuggest)) = 10.1.5
9c0282
Provides: bundled(npm(@types/react-redux)) = 7.1.24
c9cdef
Provides: bundled(npm(@types/redux)) = 3.6.0
c9cdef
Provides: bundled(npm(@types/redux-persist)) = 4.3.1
9c0282
Provides: bundled(npm(babel-plugin-react-remove-properties)) = 0.3.0
338776
Provides: bundled(npm(blueimp-md5)) = 2.19.0
c9cdef
Provides: bundled(npm(core-js)) = 2.6.12
9c0282
Provides: bundled(npm(cypress)) = 10.10.0
c9cdef
Provides: bundled(npm(d3-flame-graph)) = 3.1.1
c9cdef
Provides: bundled(npm(d3-selection)) = 1.4.2
c9cdef
Provides: bundled(npm(emotion)) = 10.0.27
c9cdef
Provides: bundled(npm(enzyme)) = 3.11.0
c9cdef
Provides: bundled(npm(enzyme-adapter-react-16)) = 1.15.6
9c0282
Provides: bundled(npm(eslint-plugin-prettier)) = 4.2.1
c9cdef
Provides: bundled(npm(lodash)) = 4.17.21
9c0282
Provides: bundled(npm(loglevel)) = 1.8.0
c9cdef
Provides: bundled(npm(loglevel-plugin-prefix)) = 0.8.4
c9cdef
Provides: bundled(npm(memoize-one)) = 4.1.0
9c0282
Provides: bundled(npm(monaco-editor)) = 0.31.1
9c0282
Provides: bundled(npm(monaco-editor-webpack-plugin)) = 7.0.1
338776
Provides: bundled(npm(prettier-plugin-organize-imports)) = 2.3.4
c9cdef
Provides: bundled(npm(react-autosuggest)) = 10.1.0
9c0282
Provides: bundled(npm(react-monaco-editor)) = 0.47.0
9c0282
Provides: bundled(npm(react-redux)) = 7.2.9
9c0282
Provides: bundled(npm(react-use)) = 17.4.0
9c0282
Provides: bundled(npm(redux)) = 4.1.0
9c0282
Provides: bundled(npm(redux-persist)) = 6.0.0
9c0282
Provides: bundled(npm(redux-thunk)) = 2.4.1
c9cdef
Provides: bundled(npm(utility-types)) = 3.10.0
c9cdef
c9cdef
c9cdef
%description
9c0282
This Grafana plugin for Performance Co-Pilot includes data sources for
c9cdef
scalable time series from pmseries(1) and Redis, live PCP metrics and
c9cdef
bpftrace scripts from pmdabpftrace(1), as well as several dashboards.
c9cdef
c9cdef
%prep
c9cdef
%setup -q -T -D -b 0
c9cdef
%setup -q -T -D -b 1
c9cdef
%if %{compile_frontend} == 0
c9cdef
%setup -q -T -D -b 2
c9cdef
%endif
c9cdef
c9cdef
%patch1 -p1
c9cdef
c9cdef
c9cdef
%build
9c0282
# Build frontend data sources
c9cdef
%if %{compile_frontend}
c9cdef
%{SOURCE4}
c9cdef
%endif
c9cdef
9c0282
# Build backend data source
c9cdef
%gobuild -o dist/datasources/redis/pcp_redis_datasource_$(go env GOOS)_$(go env GOARCH) ./pkg
c9cdef
c9cdef
c9cdef
%install
c9cdef
install -d -m 755 %{buildroot}/%{install_dir}
c9cdef
cp -a dist/* %{buildroot}/%{install_dir}
c9cdef
9c0282
# On rpm-ostree based distributions, /var is exclusively reserved for application state.
9c0282
# Grafana also supports installing plugins through the UI, therefore this RPM installs
9c0282
# its content to /usr/share, and creates a symlink from /var to it using systemd-tmpfiles.
9c0282
mkdir -p %{buildroot}%{_tmpfilesdir}
9c0282
echo "L+ %{plugin_dir} - - - - %{install_dir}" > %{buildroot}%{_tmpfilesdir}/%{name}.conf
9c0282
c9cdef
%postun
c9cdef
# uninstall of old package
c9cdef
%systemd_postun_with_restart grafana-server.service
c9cdef
c9cdef
%posttrans
c9cdef
# install or upgrade of new package
9c0282
9c0282
# create symlink after the previous package got removed
9c0282
%tmpfiles_create %_tmpfilesdir/%{name}.conf
9c0282
9c0282
# restart Grafana after the previous package got removed
c9cdef
if [ -x /usr/bin/systemctl ]; then
c9cdef
  /usr/bin/systemctl try-restart grafana-server.service || :
c9cdef
fi
c9cdef
c9cdef
c9cdef
%check
9c0282
# Test frontend data sources
c9cdef
%if %{compile_frontend}
c9cdef
yarn test
c9cdef
%endif
c9cdef
9c0282
# Test backend data source
c9cdef
%gotest ./pkg/...
c9cdef
c9cdef
c9cdef
%files
c9cdef
%{install_dir}
9c0282
%{_tmpfilesdir}/%{name}.conf
9c0282
# remove symlink when package is uninstalled
9c0282
%ghost %{plugin_dir}
c9cdef
c9cdef
%license LICENSE NOTICE
c9cdef
%doc README.md
c9cdef
c9cdef
c9cdef
%changelog
9c0282
* Thu Oct 27 2022 Andreas Gerstmayr <agerstmayr@redhat.com> 5.1.1-1
9c0282
- update to 5.1.1 tagged upstream community sources, see CHANGELOG
9c0282
- resolve CVE-2022-27664 golang: net/http: handle server errors after sending GOAWAY
9c0282
9c0282
* Mon Sep 19 2022 Andreas Gerstmayr <agerstmayr@redhat.com> 5.0.0-4
9c0282
- update to 5.0.0 tagged upstream community sources, see CHANGELOG
9c0282
- install plugin in /usr/share and create symlink from /var using
9c0282
  systemd-tmpfiles to work on rpm-ostree based distributions
9c0282
- revert the breaking change (change of internal plugin IDs) of upstream v5.0.0,
9c0282
  i.e. there are no breaking changes when performing this upgrade
9c0282
- enable Go modules in build process
9c0282
- make vendor and webpack tarballs reproducible
9c0282
- drop makefile in favor of create_bundles.sh script
9c0282
2397f4
* Wed Aug 24 2022 Andreas Gerstmayr <agerstmayr@redhat.com> 3.2.0-3
2397f4
- bump NVR
2397f4
2397f4
* Thu Aug 11 2022 Andreas Gerstmayr <agerstmayr@redhat.com> 3.2.0-2
2397f4
- resolve CVE-2022-1705 golang: net/http: improper sanitization of Transfer-Encoding header
2397f4
- resolve CVE-2022-32148 golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working
2397f4
- resolve CVE-2022-30631 golang: compress/gzip: stack exhaustion in Reader.Read
2397f4
- resolve CVE-2022-30630 golang: io/fs: stack exhaustion in Glob
2397f4
- resolve CVE-2022-30632 golang: path/filepath: stack exhaustion in Glob
2397f4
- resolve CVE-2022-30635 golang: encoding/gob: stack exhaustion in Decoder.Decode
adfd0f
338776
* Fri Nov 12 2021 Andreas Gerstmayr <agerstmayr@redhat.com> 3.2.0-1
338776
- update to 3.2.0 tagged upstream community sources, see CHANGELOG
338776
c9cdef
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.1.0-2
c9cdef
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
c9cdef
  Related: rhbz#1991688
c9cdef
c9cdef
* Fri Jun 25 2021 Andreas Gerstmayr <agerstmayr@redhat.com> 3.1.0-1
c9cdef
- update to 3.1.0 tagged upstream community sources, see CHANGELOG
c9cdef
- remove unused cryptographic implementations
c9cdef
c9cdef
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 3.0.2-4
c9cdef
- Rebuilt for RHEL 9 BETA for openssl 3.0
c9cdef
  Related: rhbz#1971065
c9cdef
c9cdef
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 3.0.2-3
c9cdef
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
c9cdef
c9cdef
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2
c9cdef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
c9cdef
c9cdef
* Fri Jan 22 2021 Andreas Gerstmayr <agerstmayr@redhat.com> 3.0.2-1
c9cdef
- update to 3.0.2 tagged upstream community sources, see CHANGELOG
c9cdef
c9cdef
* Wed Dec 23 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 3.0.1-1
c9cdef
- update to 3.0.1 tagged upstream community sources, see CHANGELOG
c9cdef
c9cdef
* Thu Nov 26 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 3.0.0-1
c9cdef
- update to 3.0.0 tagged upstream community sources, see CHANGELOG
c9cdef
- bundle golang dependencies and (optionally) node.js dependencies
c9cdef
c9cdef
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-2
c9cdef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c9cdef
c9cdef
* Tue Feb 25 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 2.0.2-1
c9cdef
- vector, redis: remove autocompletion cache (PCP metrics can be added and removed dynamically)
c9cdef
c9cdef
* Thu Feb 20 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 2.0.1-1
c9cdef
- support for Grafana 6.6+, drop support for Grafana < 6.6
c9cdef
- vector, bpftrace: fix version checks on dashboard load (prevent multiple pmcd.version checks on dashboard load)
c9cdef
- vector, bpftrace: change datasource check box to red if URL is inaccessible
c9cdef
- redis: add tests
c9cdef
- flame graphs: support multidimensional eBPF maps (required to display e.g. the process name)
c9cdef
- dashboards: remove BCC metrics from Vector host overview (because the BCC PMDA is not installed by default)
c9cdef
- misc: update dependencies
c9cdef
- build: fix production build (implement workaround for https://github.com/systemjs/systemjs/issues/2117, https://github.com/grafana/grafana/issues/21785)
c9cdef
c9cdef
* Wed Jan 29 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 1.0.7-1
c9cdef
- redis: fix timespec (fixes empty graphs for large time ranges)
c9cdef
c9cdef
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-2
c9cdef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c9cdef
c9cdef
* Tue Jan 07 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 1.0.6-1
c9cdef
- redis: support wildcards in metric names
c9cdef
- redis: fix label support
c9cdef
- redis: fix legends
c9cdef
- redis: set default sample interval to 60s (fixes empty graph borders)
c9cdef
- build: upgrade copy-webpack-plugin to mitigate XSS vulnerability in the serialize-javascript transitive dependency
c9cdef
- build: remove deprecated uglify-webpack-plugin
c9cdef
c9cdef
* Thu Dec 12 2019 Andreas Gerstmayr <agerstmayr@redhat.com> 1.0.4-2
c9cdef
- remove node_modules/node-notifier directory from webpack (due to licensing issues)
c9cdef
c9cdef
* Wed Dec 11 2019 Andreas Gerstmayr <agerstmayr@redhat.com> 1.0.4-1
c9cdef
- flame graphs: clean flame graph stacks every 5s (reduces CPU load)
c9cdef
- general: implement PCP version checks
c9cdef
- build: remove weak dependency (doesn't work with Node.js 12)
c9cdef
- build: upgrade terser-webpack-plugin to mitigate XSS vulnerability in the serialize-javascript transitive dependency
c9cdef
c9cdef
* Tue Nov 26 2019 Nathan Scott <nathans@redhat.com> 1.0.3-1
c9cdef
- fix flame graph dependency (flamegraph.destroy error in javascript console)
c9cdef
c9cdef
* Tue Nov 12 2019 Andreas Gerstmayr <agerstmayr@redhat.com> 1.0.2-1
c9cdef
- handle counter wraps (overflows)
c9cdef
- convert time based counters to time utilization
c9cdef
- flame graphs: aggregate stack counts by selected time range in the Grafana UI
c9cdef
- flame graphs: add option to hide idle stacks
c9cdef
- vector: fix container dropdown in query editor
c9cdef
- vector: remove container setting from datasource settings page
c9cdef
- redis: fix value transformations (e.g. rate conversation of counters)
c9cdef
- request more datapoints from the datasource to fill the borders of the graph panel
c9cdef
c9cdef
* Fri Oct 11 2019 Andreas Gerstmayr <agerstmayr@redhat.com> 1.0.0-1
c9cdef
- bpftrace: support for Flame Graphs
c9cdef
- bpftrace: context-sensitive auto completion for bpftrace probes, builtin variables and functions incl. help texts
c9cdef
- bpftrace: parse output of bpftrace scripts (e.g. using `printf()`) as CSV and display it in the Grafana table panel
c9cdef
- bpftrace: sample dashboards (BPFtrace System Analysis, BPFtrace Flame Graphs)
c9cdef
- vector: table output: show instance name in left column
c9cdef
- vector: table output: support non-matching instance names (cells of metrics which don't have the specific instance will be blank)
c9cdef
- vector & bpftrace: if the metric/script gets changed in the query editor, immeditately stop polling the old metric/deregister the old script
c9cdef
- vector & bpftrace: improve pmwebd compatibility
c9cdef
- misc: help texts for all datasources (visible with the **[ ? ]** button in the query editor)
c9cdef
- misc: renamed PCP Live to PCP Vector
c9cdef
- misc: logos for all datasources
c9cdef
- misc: improved error handling
c9cdef
c9cdef
* Fri Aug 16 2019 Andreas Gerstmayr <agerstmayr@redhat.com> 0.0.7-1
c9cdef
- converted into a Grafana app plugin, renamed to grafana-pcp
c9cdef
- redis: support for instance domains, labels, autocompletion, automatic rate conversation
c9cdef
- live and bpftrace: initial commit of datasources
c9cdef
c9cdef
* Tue Jun 11 2019 Mark Goodwin <mgoodwin@redhat.com> 0.0.6-1
c9cdef
- renamed package to grafana-pcp-redis, updated README, etc
c9cdef
c9cdef
* Wed Jun 05 2019 Mark Goodwin <mgoodwin@redhat.com> 0.0.5-1
c9cdef
- renamed package to grafana-pcp-datasource, README, etc
c9cdef
c9cdef
* Fri May 17 2019 Mark Goodwin <mgoodwin@redhat.com> 0.0.4-1
c9cdef
- add suggested pmproxy URL in config html
c9cdef
- updated instructions and README.md now that grafana is in Fedora
c9cdef
c9cdef
* Fri Apr 12 2019 Mark Goodwin <mgoodwin@redhat.com> 0.0.3-1
c9cdef
- require grafana v6.1.3 or later
c9cdef
- install directory is now below /var/lib/grafana/plugins
c9cdef
c9cdef
* Wed Mar 20 2019 Mark Goodwin <mgoodwin@redhat.com> 0.0.2-1
c9cdef
- initial version