Blame SPECS/grafana.spec

05d305
# Specify if the frontend will be compiled as part of the build or
05d305
# is attached as a webpack tarball (in case of an unsuitable nodejs version on the build system)
05d305
%define compile_frontend 0
05d305
05d305
%if 0%{?rhel}
05d305
%define enable_fips_mode 1
05d305
%else
05d305
%define enable_fips_mode 0
3d91f6
%endif
3d91f6
3d91f6
%global grafana_arches %{lua: go_arches = {}
3d91f6
  for arch in rpm.expand("%{go_arches}"):gmatch("%S+") do
3d91f6
    go_arches[arch] = 1
3d91f6
  end
3d91f6
  for arch in rpm.expand("%{nodejs_arches}"):gmatch("%S+") do
3d91f6
    if go_arches[arch] then
3d91f6
      print(arch .. " ")
3d91f6
  end
3d91f6
end}
3d91f6
05d305
%global gomodulesmode GO111MODULE=auto
05d305
%global gotestflags   %{gotestflags} -tags=integration
3d91f6
3d91f6
Name:             grafana
05d305
Version:          9.0.9
05d305
Release:          2%{?dist}
3d91f6
Summary:          Metrics dashboard and graph editor
05d305
License:          AGPLv3
3d91f6
URL:              https://grafana.org
3d91f6
3d91f6
# Source0 contains the tagged upstream sources
3d91f6
Source0:          https://github.com/grafana/grafana/archive/v%{version}/%{name}-%{version}.tar.gz
3d91f6
3d91f6
# Source1 contains the bundled Go and Node.js dependencies
1bc528
# Note: In case there were no changes to this tarball, the NVR of this tarball
1bc528
# lags behind the NVR of this package.
1bc528
Source1:          grafana-vendor-%{version}-1.tar.xz
3d91f6
3d91f6
%if %{compile_frontend} == 0
3d91f6
# Source2 contains the precompiled frontend
1bc528
# Note: In case there were no changes to this tarball, the NVR of this tarball
1bc528
# lags behind the NVR of this package.
1bc528
Source2:          grafana-webpack-%{version}-1.tar.gz
3d91f6
%endif
3d91f6
05d305
# Source3 contains the systemd-sysusers configuration
05d305
Source3:          grafana.sysusers
3d91f6
05d305
# Source4 contains the script to create the vendor and webpack bundles
05d305
Source4:          create_bundles.sh
3d91f6
3d91f6
# Source5 contains the script to build the frontend
3d91f6
Source5:          build_frontend.sh
3d91f6
3d91f6
# Source6 contains the script to generate the list of bundled nodejs packages
3d91f6
Source6:          list_bundled_nodejs_packages.py
3d91f6
91b47b
# Source7 contains the script to create the vendor and webpack bundles in a container
91b47b
Source7:          create_bundles_in_container.sh
91b47b
05d305
# Patches affecting the source tarball
05d305
Patch1:           0001-update-grafana-cli-script-with-distro-specific-paths.patch
05d305
Patch2:           0002-add-manpages.patch
05d305
Patch3:           0003-update-default-configuration.patch
05d305
Patch4:           0004-remove-unused-backend-dependencies.patch
05d305
Patch5:           0005-remove-unused-frontend-crypto.patch
05d305
# https://github.com/grafana/grafana/pull/42334
05d305
Patch6:           0006-notifications-use-HMAC-SHA256-to-generate-password-r.patch
05d305
Patch7:           0007-skip-marketplace-plugin-install-test.patch
05d305
# https://github.com/grafana/grafana/pull/51508
05d305
Patch8:           0008-Prometheus-Fix-integer-overflow-in-rate-interval-cal.patch
05d305
Patch9:           0009-Prometheus-Fix-integer-overflow-in-rate-interval-cal.patch
05d305
Patch10:	  0010-v9.0.x-Login-email-before-username-57406.patch
05d305
05d305
# Patches affecting the vendor tarball
05d305
Patch1001:        1001-vendor-patch-removed-backend-crypto.patch
05d305
Patch1002:        1002-vendor-use-pbkdf2-from-OpenSSL.patch
05d305
Patch1003:        1003-vendor-skip-goldenfiles-tests.patch
b83884
3d91f6
# Intersection of go_arches and nodejs_arches
3d91f6
ExclusiveArch:    %{grafana_arches}
3d91f6
05d305
BuildRequires:    systemd
05d305
BuildRequires:    systemd-rpm-macros
05d305
BuildRequires:    golang >= 1.17
05d305
BuildRequires:    go-srpm-macros
3d91f6
BuildRequires:    go-rpm-macros
3d91f6
3d91f6
%if %{compile_frontend}
05d305
BuildRequires:    nodejs >= 1:16
05d305
BuildRequires:    yarnpkg
3d91f6
%endif
3d91f6
3d91f6
%if %{enable_fips_mode}
3d91f6
BuildRequires:    openssl-devel
3d91f6
%endif
3d91f6
3d91f6
%global           GRAFANA_USER %{name}
3d91f6
%global           GRAFANA_GROUP %{name}
3d91f6
3d91f6
# grafana-server service daemon uses systemd
3d91f6
%{?systemd_requires}
3d91f6
Requires(pre):    shadow-utils
3d91f6
05d305
# Grafana queries the mime database (through mime.TypeByExtension, in a unit test and at runtime)
05d305
BuildRequires:    shared-mime-info
05d305
Requires:         shared-mime-info
05d305
3d91f6
%if 0%{?fedora} || 0%{?rhel} > 7
3d91f6
Recommends: grafana-pcp
3d91f6
%endif
3d91f6
3d91f6
Obsoletes:        grafana-cloudwatch < 7.3.6-1
3d91f6
Obsoletes:        grafana-elasticsearch < 7.3.6-1
3d91f6
Obsoletes:        grafana-azure-monitor < 7.3.6-1
3d91f6
Obsoletes:        grafana-graphite < 7.3.6-1
3d91f6
Obsoletes:        grafana-influxdb < 7.3.6-1
3d91f6
Obsoletes:        grafana-loki < 7.3.6-1
3d91f6
Obsoletes:        grafana-mssql < 7.3.6-1
3d91f6
Obsoletes:        grafana-mysql < 7.3.6-1
3d91f6
Obsoletes:        grafana-opentsdb < 7.3.6-1
3d91f6
Obsoletes:        grafana-postgres < 7.3.6-1
3d91f6
Obsoletes:        grafana-prometheus < 7.3.6-1
3d91f6
Obsoletes:        grafana-stackdriver < 7.3.6-1
3d91f6
Provides:         grafana-cloudwatch = 7.3.6-1
3d91f6
Provides:         grafana-elasticsearch = 7.3.6-1
3d91f6
Provides:         grafana-azure-monitor = 7.3.6-1
3d91f6
Provides:         grafana-graphite = 7.3.6-1
3d91f6
Provides:         grafana-influxdb = 7.3.6-1
3d91f6
Provides:         grafana-loki = 7.3.6-1
3d91f6
Provides:         grafana-mssql = 7.3.6-1
3d91f6
Provides:         grafana-mysql = 7.3.6-1
3d91f6
Provides:         grafana-opentsdb = 7.3.6-1
3d91f6
Provides:         grafana-postgres = 7.3.6-1
3d91f6
Provides:         grafana-prometheus = 7.3.6-1
3d91f6
Provides:         grafana-stackdriver = 7.3.6-1
3d91f6
3d91f6
# vendored golang and node.js build dependencies
3d91f6
# this is for security purposes, if nodejs-foo ever needs an update,
3d91f6
# affected packages can be easily identified.
3d91f6
# Note: generated by the Makefile (see README.md)
05d305
Provides: bundled(golang(cloud.google.com/go/storage)) = 1.21.0
05d305
Provides: bundled(golang(cuelang.org/go)) = 0.4.3
05d305
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go)) = 59.3.0+incompatible
05d305
Provides: bundled(golang(github.com/Azure/go-autorest/autorest)) = 0.11.22
3d91f6
Provides: bundled(golang(github.com/BurntSushi/toml)) = 0.3.1
05d305
Provides: bundled(golang(github.com/Masterminds/semver)) = 1.5.0
3d91f6
Provides: bundled(golang(github.com/VividCortex/mysqlerr)) = 0.0.0-20170204212430.6c6b55f8796f
05d305
Provides: bundled(golang(github.com/aws/aws-sdk-go)) = 1.44.9
3d91f6
Provides: bundled(golang(github.com/beevik/etree)) = 1.1.0
05d305
Provides: bundled(golang(github.com/benbjohnson/clock)) = 1.1.0
3d91f6
Provides: bundled(golang(github.com/bradfitz/gomemcache)) = 0.0.0-20190913173617.a41fca850d0b
05d305
Provides: bundled(golang(github.com/centrifugal/centrifuge)) = 0.19.0
05d305
Provides: bundled(golang(github.com/cortexproject/cortex)) = 1.10.1-0.20211014125347.85c378182d0d
3d91f6
Provides: bundled(golang(github.com/davecgh/go-spew)) = 1.1.1
05d305
Provides: bundled(golang(github.com/denisenkom/go-mssqldb)) = 0.12.0
05d305
Provides: bundled(golang(github.com/dop251/goja)) = 0.0.0-20210804101310.32956a348b49
05d305
Provides: bundled(golang(github.com/fatih/color)) = 1.13.0
3d91f6
Provides: bundled(golang(github.com/gchaincl/sqlhooks)) = 1.3.0
05d305
Provides: bundled(golang(github.com/getsentry/sentry-go)) = 0.13.0
05d305
Provides: bundled(golang(github.com/go-kit/kit)) = 0.11.0
05d305
Provides: bundled(golang(github.com/go-openapi/strfmt)) = 0.20.2
05d305
Provides: bundled(golang(github.com/go-redis/redis/v8)) = 8.11.4
3d91f6
Provides: bundled(golang(github.com/go-sourcemap/sourcemap)) = 2.1.3+incompatible
05d305
Provides: bundled(golang(github.com/go-sql-driver/mysql)) = 1.6.0
3d91f6
Provides: bundled(golang(github.com/go-stack/stack)) = 1.8.0
3d91f6
Provides: bundled(golang(github.com/gobwas/glob)) = 0.2.3
05d305
Provides: bundled(golang(github.com/gofrs/uuid)) = 4.0.0+incompatible
05d305
Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2
05d305
Provides: bundled(golang(github.com/golang/mock)) = 1.6.0
05d305
Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4
05d305
Provides: bundled(golang(github.com/google/go-cmp)) = 0.5.8
05d305
Provides: bundled(golang(github.com/google/uuid)) = 1.3.0
05d305
Provides: bundled(golang(github.com/google/wire)) = 0.5.0
05d305
Provides: bundled(golang(github.com/gorilla/websocket)) = 1.4.2
3d91f6
Provides: bundled(golang(github.com/gosimple/slug)) = 1.9.0
05d305
Provides: bundled(golang(github.com/grafana/cuetsy)) = 0.0.1
05d305
Provides: bundled(golang(github.com/grafana/grafana-aws-sdk)) = 0.10.7
05d305
Provides: bundled(golang(github.com/grafana/grafana-azure-sdk-go)) = 1.3.0
05d305
Provides: bundled(golang(github.com/grafana/grafana-plugin-sdk-go)) = 0.138.0
05d305
Provides: bundled(golang(github.com/grafana/loki)) = 1.6.2-0.20211015002020.7832783b1caa
05d305
Provides: bundled(golang(github.com/grpc-ecosystem/go-grpc-middleware)) = 1.3.0
05d305
Provides: bundled(golang(github.com/hashicorp/go-hclog)) = 1.0.0
05d305
Provides: bundled(golang(github.com/hashicorp/go-plugin)) = 1.4.3
05d305
Provides: bundled(golang(github.com/hashicorp/go-version)) = 1.3.0
05d305
Provides: bundled(golang(github.com/influxdata/influxdb-client-go/v2)) = 2.6.0
05d305
Provides: bundled(golang(github.com/influxdata/line-protocol)) = 0.0.0-20210311194329.9aa0e372d097
3d91f6
Provides: bundled(golang(github.com/jmespath/go-jmespath)) = 0.4.0
91b47b
Provides: bundled(golang(github.com/json-iterator/go)) = 1.1.12
05d305
Provides: bundled(golang(github.com/lib/pq)) = 1.10.4
3d91f6
Provides: bundled(golang(github.com/linkedin/goavro/v2)) = 2.10.0
05d305
Provides: bundled(golang(github.com/m3db/prometheus_remote_client_golang)) = 0.4.4
05d305
Provides: bundled(golang(github.com/magefile/mage)) = 1.13.0
05d305
Provides: bundled(golang(github.com/mattn/go-isatty)) = 0.0.14
05d305
Provides: bundled(golang(github.com/mattn/go-sqlite3)) = 1.14.7
05d305
Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = 1.0.2-0.20181231171920.c182affec369
3d91f6
Provides: bundled(golang(github.com/mwitkow/go-conntrack)) = 0.0.0-20190716064945.2f068394615f
05d305
Provides: bundled(golang(github.com/ohler55/ojg)) = 1.12.9
3d91f6
Provides: bundled(golang(github.com/opentracing/opentracing-go)) = 1.2.0
3d91f6
Provides: bundled(golang(github.com/patrickmn/go-cache)) = 2.1.0+incompatible
3d91f6
Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1
05d305
Provides: bundled(golang(github.com/prometheus/alertmanager)) = 0.23.1-0.20211116083607.e2a10119aaf7
05d305
Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.12.1
3d91f6
Provides: bundled(golang(github.com/prometheus/client_model)) = 0.2.0
05d305
Provides: bundled(golang(github.com/prometheus/common)) = 0.32.1
05d305
Provides: bundled(golang(github.com/prometheus/prometheus)) = 1.8.2-0.20211011171444.354d8d2ecfac
3d91f6
Provides: bundled(golang(github.com/robfig/cron/v3)) = 3.0.1
05d305
Provides: bundled(golang(github.com/russellhaering/goxmldsig)) = 1.1.1
05d305
Provides: bundled(golang(github.com/stretchr/testify)) = 1.7.2
3d91f6
Provides: bundled(golang(github.com/teris-io/shortid)) = 0.0.0-20171029131806.771a37caa5cf
05d305
Provides: bundled(golang(github.com/ua-parser/uap-go)) = 0.0.0-20211112212520.00c877edfe0f
05d305
Provides: bundled(golang(github.com/uber/jaeger-client-go)) = 2.29.1+incompatible
3d91f6
Provides: bundled(golang(github.com/unknwon/com)) = 1.0.1
3d91f6
Provides: bundled(golang(github.com/urfave/cli/v2)) = 2.3.0
05d305
Provides: bundled(golang(github.com/vectordotdev/go-datemath)) = 0.1.1-0.20220323213446.f3954d0b18ae
3d91f6
Provides: bundled(golang(github.com/xorcare/pointer)) = 1.1.0
3d91f6
Provides: bundled(golang(github.com/yudai/gojsondiff)) = 1.0.0
05d305
Provides: bundled(golang(go.opentelemetry.io/collector)) = 0.31.0
05d305
Provides: bundled(golang(go.opentelemetry.io/collector/model)) = 0.31.0
05d305
Provides: bundled(golang(go.opentelemetry.io/otel)) = 1.6.3
05d305
Provides: bundled(golang(go.opentelemetry.io/otel/exporters/jaeger)) = 1.0.0
05d305
Provides: bundled(golang(go.opentelemetry.io/otel/sdk)) = 1.6.3
05d305
Provides: bundled(golang(go.opentelemetry.io/otel/trace)) = 1.6.3
05d305
Provides: bundled(golang(golang.org/x/crypto)) = 0.0.0-20220331220935.ae2d96664a29
05d305
Provides: bundled(golang(golang.org/x/exp)) = 0.0.0-20210220032938.85be41e4509f
05d305
Provides: bundled(golang(golang.org/x/oauth2)) = 0.0.0-20220309155454.6242fa91716a
91b47b
Provides: bundled(golang(golang.org/x/sync)) = 0.0.0-20210220032951.036812b2e83c
05d305
Provides: bundled(golang(golang.org/x/time)) = 0.0.0-20220224211638.0e9765cccd65
05d305
Provides: bundled(golang(golang.org/x/tools)) = 0.1.10
91b47b
Provides: bundled(golang(gonum.org/v1/gonum)) = 0.11.0
05d305
Provides: bundled(golang(google.golang.org/api)) = 0.74.0
05d305
Provides: bundled(golang(google.golang.org/grpc)) = 1.45.0
05d305
Provides: bundled(golang(google.golang.org/protobuf)) = 1.28.0
05d305
Provides: bundled(golang(gopkg.in/ini.v1)) = 1.66.2
05d305
Provides: bundled(golang(gopkg.in/ldap.v3)) = 3.1.0
3d91f6
Provides: bundled(golang(gopkg.in/mail.v2)) = 2.3.1
3d91f6
Provides: bundled(golang(gopkg.in/square/go-jose.v2)) = 2.5.1
3d91f6
Provides: bundled(golang(gopkg.in/yaml.v2)) = 2.4.0
05d305
Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1
05d305
Provides: bundled(golang(xorm.io/builder)) = 0.3.6
3d91f6
Provides: bundled(golang(xorm.io/core)) = 0.7.3
3d91f6
Provides: bundled(golang(xorm.io/xorm)) = 0.8.2
05d305
Provides: bundled(golang(github.com/andybalholm/brotli)) = 1.0.3
05d305
Provides: bundled(golang(github.com/go-kit/log)) = 0.1.0
05d305
Provides: bundled(golang(github.com/go-openapi/loads)) = 0.20.2
05d305
Provides: bundled(golang(github.com/go-openapi/spec)) = 0.20.4
05d305
Provides: bundled(golang(github.com/googleapis/gax-go/v2)) = 2.2.0
05d305
Provides: bundled(golang(github.com/grafana/grafana-google-sdk-go)) = 0.0.0-20211104130251.b190293eaf58
05d305
Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0.5.4
05d305
Provides: bundled(golang(github.com/segmentio/encoding)) = 0.3.2
05d305
Provides: bundled(golang(go.uber.org/atomic)) = 1.9.0
05d305
Provides: bundled(golang(golang.org/x/text)) = 0.3.7
05d305
Provides: bundled(golang(google.golang.org/genproto)) = 0.0.0-20220421151946.72621c1f0bd3
05d305
Provides: bundled(golang(cloud.google.com/go/kms)) = 1.4.0
05d305
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/azidentity)) = 0.13.2
05d305
Provides: bundled(golang(github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys)) = 0.4.0
05d305
Provides: bundled(golang(github.com/Azure/go-autorest/autorest/adal)) = 0.9.17
05d305
Provides: bundled(golang(github.com/armon/go-radix)) = 1.0.0
05d305
Provides: bundled(golang(github.com/blugelabs/bluge)) = 0.1.9
05d305
Provides: bundled(golang(github.com/golang-migrate/migrate/v4)) = 4.7.0
05d305
Provides: bundled(golang(github.com/grafana/dskit)) = 0.0.0-20211011144203.3a88ec0b675f
05d305
Provides: bundled(golang(github.com/grafana/thema)) = 0.0.0-20220523183731.72aebd14e751
05d305
Provides: bundled(golang(github.com/laher/mergefs)) = 0.1.1
05d305
Provides: bundled(golang(go.etcd.io/etcd/api/v3)) = 3.5.4
05d305
Provides: bundled(golang(go.opentelemetry.io/contrib/propagators/jaeger)) = 1.6.0
05d305
Provides: bundled(golang(go.opentelemetry.io/otel/exporters/otlp/otlptrace)) = 1.6.3
05d305
Provides: bundled(golang(go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc)) = 1.6.3
05d305
Provides: bundled(golang(gocloud.dev)) = 0.25.0
05d305
Provides: bundled(npm(@babel/core)) = 7.12.9
05d305
Provides: bundled(npm(@babel/plugin-proposal-class-properties)) = 7.16.7
05d305
Provides: bundled(npm(@babel/plugin-proposal-nullish-coalescing-operator)) = 7.16.7
05d305
Provides: bundled(npm(@babel/plugin-proposal-object-rest-spread)) = 7.12.1
05d305
Provides: bundled(npm(@babel/plugin-proposal-optional-chaining)) = 7.16.7
05d305
Provides: bundled(npm(@babel/plugin-syntax-dynamic-import)) = 7.8.3
05d305
Provides: bundled(npm(@babel/plugin-transform-react-constant-elements)) = 7.17.6
05d305
Provides: bundled(npm(@babel/plugin-transform-runtime)) = 7.17.0
05d305
Provides: bundled(npm(@babel/plugin-transform-typescript)) = 7.16.7
05d305
Provides: bundled(npm(@babel/preset-env)) = 7.16.11
05d305
Provides: bundled(npm(@babel/preset-react)) = 7.16.7
05d305
Provides: bundled(npm(@babel/preset-typescript)) = 7.16.7
05d305
Provides: bundled(npm(@betterer/betterer)) = 5.3.5
05d305
Provides: bundled(npm(@betterer/cli)) = 5.3.5
05d305
Provides: bundled(npm(@betterer/eslint)) = 5.3.5
05d305
Provides: bundled(npm(@betterer/regexp)) = 5.3.5
91b47b
Provides: bundled(npm(@braintree/sanitize-url)) = 6.0.0
05d305
Provides: bundled(npm(@cypress/webpack-preprocessor)) = 5.11.1
05d305
Provides: bundled(npm(@emotion/css)) = 10.0.27
05d305
Provides: bundled(npm(@emotion/eslint-plugin)) = 11.7.0
05d305
Provides: bundled(npm(@emotion/react)) = 11.9.0
3d91f6
Provides: bundled(npm(@grafana/api-documenter)) = 7.11.2
05d305
Provides: bundled(npm(@grafana/aws-sdk)) = 0.0.36
05d305
Provides: bundled(npm(@grafana/data)) = 0.0.0-use.local
05d305
Provides: bundled(npm(@grafana/e2e)) = 0.0.0-use.local
05d305
Provides: bundled(npm(@grafana/e2e-selectors)) = 0.0.0-use.local
05d305
Provides: bundled(npm(@grafana/eslint-config)) = 4.0.0
05d305
Provides: bundled(npm(@grafana/experimental)) = 0.0.2-canary.30
05d305
Provides: bundled(npm(@grafana/google-sdk)) = 0.0.3
05d305
Provides: bundled(npm(@grafana/lezer-logql)) = 0.0.12
05d305
Provides: bundled(npm(@grafana/runtime)) = 0.0.0-use.local
05d305
Provides: bundled(npm(@grafana/schema)) = 0.0.0-use.local
05d305
Provides: bundled(npm(@grafana/toolkit)) = 0.0.0-use.local
05d305
Provides: bundled(npm(@grafana/tsconfig)) = 1.2.0rc1
05d305
Provides: bundled(npm(@grafana/ui)) = 0.0.0-use.local
05d305
Provides: bundled(npm(@jaegertracing/jaeger-ui-components)) = 0.0.0-use.local
05d305
Provides: bundled(npm(@jest/core)) = 27.5.1
05d305
Provides: bundled(npm(@kusto/monaco-kusto)) = 5.1.3
05d305
Provides: bundled(npm(@lezer/common)) = 0.15.12
05d305
Provides: bundled(npm(@lezer/lr)) = 0.15.8
05d305
Provides: bundled(npm(@lingui/cli)) = 3.13.3
05d305
Provides: bundled(npm(@lingui/core)) = 3.13.3
05d305
Provides: bundled(npm(@lingui/macro)) = 3.12.1
05d305
Provides: bundled(npm(@lingui/react)) = 3.13.3
05d305
Provides: bundled(npm(@mdx-js/react)) = 1.6.22
05d305
Provides: bundled(npm(@microsoft/api-extractor)) = 7.24.1
05d305
Provides: bundled(npm(@mochajs/json-file-reporter)) = 1.3.0
05d305
Provides: bundled(npm(@monaco-editor/react)) = 4.3.1
05d305
Provides: bundled(npm(@opentelemetry/api)) = 1.1.0
05d305
Provides: bundled(npm(@opentelemetry/exporter-collector)) = 0.25.0
05d305
Provides: bundled(npm(@opentelemetry/semantic-conventions)) = 0.25.0
05d305
Provides: bundled(npm(@pmmmwh/react-refresh-webpack-plugin)) = 0.5.4
05d305
Provides: bundled(npm(@popperjs/core)) = 2.11.2
05d305
Provides: bundled(npm(@react-aria/button)) = 3.4.4
05d305
Provides: bundled(npm(@react-aria/dialog)) = 3.1.9
05d305
Provides: bundled(npm(@react-aria/focus)) = 3.5.5
05d305
Provides: bundled(npm(@react-aria/interactions)) = 3.8.4
05d305
Provides: bundled(npm(@react-aria/menu)) = 3.4.4
05d305
Provides: bundled(npm(@react-aria/overlays)) = 3.8.2
05d305
Provides: bundled(npm(@react-aria/utils)) = 3.12.0
05d305
Provides: bundled(npm(@react-stately/collections)) = 3.3.8
05d305
Provides: bundled(npm(@react-stately/menu)) = 3.2.7
05d305
Provides: bundled(npm(@react-stately/tree)) = 3.2.4
05d305
Provides: bundled(npm(@react-types/button)) = 3.4.5
05d305
Provides: bundled(npm(@react-types/menu)) = 3.5.3
05d305
Provides: bundled(npm(@react-types/overlays)) = 3.5.5
05d305
Provides: bundled(npm(@react-types/shared)) = 3.12.0
05d305
Provides: bundled(npm(@reduxjs/toolkit)) = 1.8.1
05d305
Provides: bundled(npm(@rollup/plugin-alias)) = 3.1.9
05d305
Provides: bundled(npm(@rollup/plugin-commonjs)) = 22.0.0
91b47b
Provides: bundled(npm(@rollup/plugin-json)) = 4.1.0
05d305
Provides: bundled(npm(@rollup/plugin-node-resolve)) = 13.3.0
3d91f6
Provides: bundled(npm(@rtsao/plugin-proposal-class-properties)) = 7.0.1-patch.1
05d305
Provides: bundled(npm(@sentry/browser)) = 6.19.7
05d305
Provides: bundled(npm(@sentry/types)) = 6.19.7
05d305
Provides: bundled(npm(@sentry/utils)) = 6.19.7
05d305
Provides: bundled(npm(@storybook/addon-a11y)) = 6.4.21
05d305
Provides: bundled(npm(@storybook/addon-actions)) = 6.4.21
05d305
Provides: bundled(npm(@storybook/addon-docs)) = 6.4.21
05d305
Provides: bundled(npm(@storybook/addon-essentials)) = 6.4.21
05d305
Provides: bundled(npm(@storybook/addon-knobs)) = 6.4.0
05d305
Provides: bundled(npm(@storybook/addon-storysource)) = 6.4.21
05d305
Provides: bundled(npm(@storybook/addons)) = 6.4.21
05d305
Provides: bundled(npm(@storybook/api)) = 6.4.21
05d305
Provides: bundled(npm(@storybook/builder-webpack5)) = 6.4.21
05d305
Provides: bundled(npm(@storybook/components)) = 6.4.21
05d305
Provides: bundled(npm(@storybook/core-events)) = 6.4.21
05d305
Provides: bundled(npm(@storybook/manager-webpack5)) = 6.4.21
05d305
Provides: bundled(npm(@storybook/react)) = 6.4.21
05d305
Provides: bundled(npm(@storybook/theming)) = 6.4.21
05d305
Provides: bundled(npm(@swc/core)) = 1.2.187
05d305
Provides: bundled(npm(@swc/helpers)) = 0.3.13
05d305
Provides: bundled(npm(@testing-library/dom)) = 8.13.0
05d305
Provides: bundled(npm(@testing-library/jest-dom)) = 5.16.4
05d305
Provides: bundled(npm(@testing-library/react)) = 12.1.4
05d305
Provides: bundled(npm(@testing-library/react-hooks)) = 8.0.0
05d305
Provides: bundled(npm(@testing-library/user-event)) = 14.2.0
05d305
Provides: bundled(npm(@types/angular)) = 1.8.3
05d305
Provides: bundled(npm(@types/angular-route)) = 1.7.2
05d305
Provides: bundled(npm(@types/chrome-remote-interface)) = 0.31.4
05d305
Provides: bundled(npm(@types/classnames)) = 2.3.0
91b47b
Provides: bundled(npm(@types/command-exists)) = 1.2.0
05d305
Provides: bundled(npm(@types/common-tags)) = 1.8.1
05d305
Provides: bundled(npm(@types/d3)) = 7.1.0
05d305
Provides: bundled(npm(@types/d3-force)) = 2.1.4
05d305
Provides: bundled(npm(@types/d3-interpolate)) = 1.4.2
3d91f6
Provides: bundled(npm(@types/d3-scale-chromatic)) = 1.3.1
05d305
Provides: bundled(npm(@types/debounce-promise)) = 3.1.4
91b47b
Provides: bundled(npm(@types/deep-freeze)) = 0.1.2
05d305
Provides: bundled(npm(@types/enzyme)) = 3.10.10
3d91f6
Provides: bundled(npm(@types/enzyme-adapter-react-16)) = 1.0.6
05d305
Provides: bundled(npm(@types/eslint)) = 7.28.2
05d305
Provides: bundled(npm(@types/file-saver)) = 2.0.5
05d305
Provides: bundled(npm(@types/fs-extra)) = 8.1.2
05d305
Provides: bundled(npm(@types/google.analytics)) = 0.0.42
05d305
Provides: bundled(npm(@types/history)) = 4.7.9
3d91f6
Provides: bundled(npm(@types/hoist-non-react-statics)) = 3.3.1
05d305
Provides: bundled(npm(@types/inquirer)) = 8.2.1
05d305
Provides: bundled(npm(@types/is-hotkey)) = 0.1.7
05d305
Provides: bundled(npm(@types/jest)) = 26.0.15
05d305
Provides: bundled(npm(@types/jquery)) = 3.5.14
05d305
Provides: bundled(npm(@types/js-yaml)) = 4.0.5
05d305
Provides: bundled(npm(@types/jsurl)) = 1.2.30
05d305
Provides: bundled(npm(@types/lingui__macro)) = 3.0.0
05d305
Provides: bundled(npm(@types/lodash)) = 4.14.149
05d305
Provides: bundled(npm(@types/logfmt)) = 1.2.2
05d305
Provides: bundled(npm(@types/marked)) = 4.0.3
05d305
Provides: bundled(npm(@types/mock-raf)) = 1.0.3
05d305
Provides: bundled(npm(@types/mousetrap)) = 1.6.9
05d305
Provides: bundled(npm(@types/node)) = 12.20.24
05d305
Provides: bundled(npm(@types/papaparse)) = 5.3.2
05d305
Provides: bundled(npm(@types/pluralize)) = 0.0.29
05d305
Provides: bundled(npm(@types/prettier)) = 2.4.2
05d305
Provides: bundled(npm(@types/prismjs)) = 1.26.0
05d305
Provides: bundled(npm(@types/prop-types)) = 15.7.4
05d305
Provides: bundled(npm(@types/rc-time-picker)) = 3.4.1
05d305
Provides: bundled(npm(@types/react)) = 17.0.30
05d305
Provides: bundled(npm(@types/react-beautiful-dnd)) = 13.1.2
05d305
Provides: bundled(npm(@types/react-calendar)) = 3.5.1
05d305
Provides: bundled(npm(@types/react-color)) = 3.0.6
05d305
Provides: bundled(npm(@types/react-dev-utils)) = 9.0.10
05d305
Provides: bundled(npm(@types/react-dom)) = 17.0.10
05d305
Provides: bundled(npm(@types/react-grid-layout)) = 1.3.2
05d305
Provides: bundled(npm(@types/react-highlight-words)) = 0.16.4
91b47b
Provides: bundled(npm(@types/react-icons)) = 2.2.7
05d305
Provides: bundled(npm(@types/react-loadable)) = 5.5.6
05d305
Provides: bundled(npm(@types/react-redux)) = 7.1.20
05d305
Provides: bundled(npm(@types/react-resizable)) = 3.0.0
05d305
Provides: bundled(npm(@types/react-router-dom)) = 5.3.3
05d305
Provides: bundled(npm(@types/react-table)) = 7.7.12
05d305
Provides: bundled(npm(@types/react-test-renderer)) = 17.0.1
05d305
Provides: bundled(npm(@types/react-transition-group)) = 4.4.4
05d305
Provides: bundled(npm(@types/react-virtualized-auto-sizer)) = 1.0.1
05d305
Provides: bundled(npm(@types/react-window)) = 1.8.5
05d305
Provides: bundled(npm(@types/react-window-infinite-loader)) = 1.0.6
05d305
Provides: bundled(npm(@types/redux-mock-store)) = 1.0.3
3d91f6
Provides: bundled(npm(@types/reselect)) = 2.2.0
05d305
Provides: bundled(npm(@types/rimraf)) = 3.0.2
05d305
Provides: bundled(npm(@types/semver)) = 7.3.9
05d305
Provides: bundled(npm(@types/sinon)) = 10.0.11
05d305
Provides: bundled(npm(@types/slate)) = 0.47.9
05d305
Provides: bundled(npm(@types/slate-plain-serializer)) = 0.7.2
05d305
Provides: bundled(npm(@types/slate-react)) = 0.22.9
05d305
Provides: bundled(npm(@types/systemjs)) = 0.20.8
05d305
Provides: bundled(npm(@types/testing-library__jest-dom)) = 5.14.1
05d305
Provides: bundled(npm(@types/testing-library__react-hooks)) = 3.4.1
05d305
Provides: bundled(npm(@types/tinycolor2)) = 1.4.3
05d305
Provides: bundled(npm(@types/tmp)) = 0.2.3
05d305
Provides: bundled(npm(@types/uuid)) = 8.3.3
05d305
Provides: bundled(npm(@typescript-eslint/eslint-plugin)) = 5.16.0
05d305
Provides: bundled(npm(@typescript-eslint/parser)) = 5.16.0
05d305
Provides: bundled(npm(@visx/event)) = 2.6.0
05d305
Provides: bundled(npm(@visx/gradient)) = 2.10.0
05d305
Provides: bundled(npm(@visx/group)) = 2.10.0
05d305
Provides: bundled(npm(@visx/scale)) = 2.2.2
05d305
Provides: bundled(npm(@visx/shape)) = 2.10.0
05d305
Provides: bundled(npm(@visx/tooltip)) = 2.10.0
05d305
Provides: bundled(npm(@welldone-software/why-did-you-render)) = 7.0.1
05d305
Provides: bundled(npm(@wojtekmaj/enzyme-adapter-react-17)) = 0.6.7
05d305
Provides: bundled(npm(angular)) = 1.8.3
3d91f6
Provides: bundled(npm(angular-bindonce)) = 0.3.1
05d305
Provides: bundled(npm(angular-route)) = 1.8.3
05d305
Provides: bundled(npm(angular-sanitize)) = 1.8.3
05d305
Provides: bundled(npm(ansicolor)) = 1.1.100
05d305
Provides: bundled(npm(app)) = 0.0.0-use.local
05d305
Provides: bundled(npm(autoprefixer)) = 9.8.8
05d305
Provides: bundled(npm(axios)) = 0.25.0
05d305
Provides: bundled(npm(babel-jest)) = 27.5.1
05d305
Provides: bundled(npm(babel-loader)) = 8.2.3
3d91f6
Provides: bundled(npm(babel-plugin-angularjs-annotate)) = 0.10.0
05d305
Provides: bundled(npm(babel-plugin-macros)) = 2.8.0
3d91f6
Provides: bundled(npm(baron)) = 3.0.3
91b47b
Provides: bundled(npm(blink-diff)) = 1.0.13
3d91f6
Provides: bundled(npm(brace)) = 0.11.1
3d91f6
Provides: bundled(npm(calculate-size)) = 1.1.1
05d305
Provides: bundled(npm(centrifuge)) = 2.8.5
05d305
Provides: bundled(npm(chalk)) = 2.4.2
05d305
Provides: bundled(npm(chance)) = 1.1.8
05d305
Provides: bundled(npm(chrome-remote-interface)) = 0.31.2
05d305
Provides: bundled(npm(classnames)) = 2.3.1
91b47b
Provides: bundled(npm(combokeys)) = 3.0.1
05d305
Provides: bundled(npm(comlink)) = 4.3.1
05d305
Provides: bundled(npm(command-exists)) = 1.2.9
05d305
Provides: bundled(npm(commander)) = 2.11.0
91b47b
Provides: bundled(npm(common-tags)) = 1.8.0
91b47b
Provides: bundled(npm(copy-to-clipboard)) = 3.3.1
05d305
Provides: bundled(npm(copy-webpack-plugin)) = 9.0.1
05d305
Provides: bundled(npm(core-js)) = 2.6.12
05d305
Provides: bundled(npm(css-loader)) = 3.6.0
05d305
Provides: bundled(npm(css-minimizer-webpack-plugin)) = 3.4.1
05d305
Provides: bundled(npm(csstype)) = 2.6.18
05d305
Provides: bundled(npm(cypress)) = 9.5.1
05d305
Provides: bundled(npm(cypress-file-upload)) = 5.0.8
3d91f6
Provides: bundled(npm(d3)) = 5.15.0
3d91f6
Provides: bundled(npm(d3-force)) = 1.2.1
05d305
Provides: bundled(npm(d3-interpolate)) = 1.4.0
3d91f6
Provides: bundled(npm(d3-scale-chromatic)) = 1.5.0
05d305
Provides: bundled(npm(dangerously-set-html-content)) = 1.0.9
05d305
Provides: bundled(npm(date-fns)) = 2.25.0
3d91f6
Provides: bundled(npm(debounce-promise)) = 3.1.2
91b47b
Provides: bundled(npm(deep-freeze)) = 0.0.1
05d305
Provides: bundled(npm(devtools-protocol)) = 0.0.927104
91b47b
Provides: bundled(npm(emotion)) = 10.0.27
3d91f6
Provides: bundled(npm(enzyme)) = 3.11.0
05d305
Provides: bundled(npm(enzyme-to-json)) = 3.6.2
05d305
Provides: bundled(npm(eslint)) = 8.11.0
05d305
Provides: bundled(npm(eslint-config-prettier)) = 8.5.0
05d305
Provides: bundled(npm(eslint-plugin-import)) = 2.26.0
05d305
Provides: bundled(npm(eslint-plugin-jest)) = 26.2.2
05d305
Provides: bundled(npm(eslint-plugin-jsdoc)) = 38.0.6
05d305
Provides: bundled(npm(eslint-plugin-lodash)) = 7.4.0
05d305
Provides: bundled(npm(eslint-plugin-react)) = 7.29.4
05d305
Provides: bundled(npm(eslint-plugin-react-hooks)) = 4.3.0
05d305
Provides: bundled(npm(eslint-webpack-plugin)) = 3.1.1
05d305
Provides: bundled(npm(eventemitter3)) = 4.0.7
05d305
Provides: bundled(npm(execa)) = 1.0.0
05d305
Provides: bundled(npm(expose-loader)) = 4.0.0
05d305
Provides: bundled(npm(fast-deep-equal)) = 3.1.3
05d305
Provides: bundled(npm(fast-json-patch)) = 3.1.1
05d305
Provides: bundled(npm(file-loader)) = 6.2.0
05d305
Provides: bundled(npm(file-saver)) = 2.0.5
05d305
Provides: bundled(npm(fork-ts-checker-webpack-plugin)) = 4.1.6
91b47b
Provides: bundled(npm(fs-extra)) = 0.30.0
91b47b
Provides: bundled(npm(fuzzy)) = 0.1.3
05d305
Provides: bundled(npm(glob)) = 7.2.0
05d305
Provides: bundled(npm(globby)) = 9.2.0
05d305
Provides: bundled(npm(history)) = 4.10.1
05d305
Provides: bundled(npm(hoist-non-react-statics)) = 3.3.2
05d305
Provides: bundled(npm(html-loader)) = 3.1.0
05d305
Provides: bundled(npm(html-webpack-plugin)) = 4.5.2
05d305
Provides: bundled(npm(http-server)) = 14.1.0
05d305
Provides: bundled(npm(husky)) = 8.0.1
05d305
Provides: bundled(npm(iconscout-unicons-tarball)) = 1.0.0
05d305
Provides: bundled(npm(immer)) = 9.0.7
91b47b
Provides: bundled(npm(immutable)) = 3.8.2
05d305
Provides: bundled(npm(inquirer)) = 7.3.3
3d91f6
Provides: bundled(npm(is-hotkey)) = 0.1.4
05d305
Provides: bundled(npm(jest)) = 27.5.1
05d305
Provides: bundled(npm(jest-canvas-mock)) = 2.3.1
91b47b
Provides: bundled(npm(jest-coverage-badges)) = 1.1.2
3d91f6
Provides: bundled(npm(jest-date-mock)) = 1.0.8
05d305
Provides: bundled(npm(jest-fail-on-console)) = 2.4.1
05d305
Provides: bundled(npm(jest-junit)) = 13.1.0
05d305
Provides: bundled(npm(jest-matcher-utils)) = 27.5.1
05d305
Provides: bundled(npm(jest-mock-console)) = 1.2.3
91b47b
Provides: bundled(npm(jquery)) = 3.5.1
05d305
Provides: bundled(npm(js-yaml)) = 3.13.1
91b47b
Provides: bundled(npm(json-markup)) = 1.1.3
05d305
Provides: bundled(npm(json-source-map)) = 0.6.1
3d91f6
Provides: bundled(npm(jsurl)) = 0.1.5
05d305
Provides: bundled(npm(kbar)) = 0.1.0b34
05d305
Provides: bundled(npm(lerna)) = 4.0.0
05d305
Provides: bundled(npm(less)) = 4.1.2
05d305
Provides: bundled(npm(less-loader)) = 10.2.0
05d305
Provides: bundled(npm(lezer-promql)) = 0.22.0
05d305
Provides: bundled(npm(lint-staged)) = 12.4.1
91b47b
Provides: bundled(npm(lodash)) = 4.17.21
05d305
Provides: bundled(npm(logfmt)) = 1.3.2
05d305
Provides: bundled(npm(lru-cache)) = 5.1.1
91b47b
Provides: bundled(npm(lru-memoize)) = 1.1.0
05d305
Provides: bundled(npm(marked)) = 4.0.16
05d305
Provides: bundled(npm(md5-file)) = 5.0.0
05d305
Provides: bundled(npm(memoize-one)) = 4.0.3
05d305
Provides: bundled(npm(mini-css-extract-plugin)) = 2.6.0
05d305
Provides: bundled(npm(mocha)) = 10.0.0
91b47b
Provides: bundled(npm(mock-raf)) = 1.0.1
05d305
Provides: bundled(npm(moment)) = 2.29.4
05d305
Provides: bundled(npm(moment-timezone)) = 0.5.34
05d305
Provides: bundled(npm(monaco-editor)) = 0.31.1
05d305
Provides: bundled(npm(monaco-promql)) = 1.7.4
3d91f6
Provides: bundled(npm(mousetrap)) = 1.6.5
3d91f6
Provides: bundled(npm(mousetrap-global-bind)) = 1.1.0
05d305
Provides: bundled(npm(moveable)) = 0.29.8
05d305
Provides: bundled(npm(mutationobserver-shim)) = 0.3.7
05d305
Provides: bundled(npm(ngtemplate-loader)) = 2.1.0
05d305
Provides: bundled(npm(node-notifier)) = 10.0.1
05d305
Provides: bundled(npm(nodemon)) = 2.0.16
05d305
Provides: bundled(npm(ol)) = 6.14.1
05d305
Provides: bundled(npm(ora)) = 5.4.1
05d305
Provides: bundled(npm(papaparse)) = 5.3.1
05d305
Provides: bundled(npm(pixelmatch)) = 5.2.1
05d305
Provides: bundled(npm(pluralize)) = 8.0.0
91b47b
Provides: bundled(npm(pngjs)) = 2.3.1
05d305
Provides: bundled(npm(postcss)) = 7.0.39
05d305
Provides: bundled(npm(postcss-flexbugs-fixes)) = 4.2.1
05d305
Provides: bundled(npm(postcss-loader)) = 4.3.0
05d305
Provides: bundled(npm(postcss-preset-env)) = 7.4.3
05d305
Provides: bundled(npm(postcss-reporter)) = 7.0.5
05d305
Provides: bundled(npm(postcss-scss)) = 4.0.2
05d305
Provides: bundled(npm(prettier)) = 2.3.0
05d305
Provides: bundled(npm(prismjs)) = 1.27.0
05d305
Provides: bundled(npm(process)) = 0.11.10
3d91f6
Provides: bundled(npm(prop-types)) = 15.7.2
05d305
Provides: bundled(npm(raw-loader)) = 4.0.2
05d305
Provides: bundled(npm(rc-cascader)) = 3.5.0
05d305
Provides: bundled(npm(rc-drawer)) = 4.4.3
05d305
Provides: bundled(npm(rc-slider)) = 9.7.5
91b47b
Provides: bundled(npm(rc-time-picker)) = 3.7.3
05d305
Provides: bundled(npm(re-resizable)) = 6.9.9
05d305
Provides: bundled(npm(react)) = 17.0.1
05d305
Provides: bundled(npm(react-beautiful-dnd)) = 13.1.0
05d305
Provides: bundled(npm(react-calendar)) = 3.7.0
05d305
Provides: bundled(npm(react-colorful)) = 5.5.1
05d305
Provides: bundled(npm(react-custom-scrollbars-2)) = 4.4.0
05d305
Provides: bundled(npm(react-dev-utils)) = 12.0.0
05d305
Provides: bundled(npm(react-diff-viewer)) = 3.1.1
91b47b
Provides: bundled(npm(react-docgen-typescript-loader)) = 3.7.2
91b47b
Provides: bundled(npm(react-dom)) = 17.0.1
05d305
Provides: bundled(npm(react-draggable)) = 4.4.4
05d305
Provides: bundled(npm(react-dropzone)) = 12.0.4
05d305
Provides: bundled(npm(react-grid-layout)) = 1.3.4
05d305
Provides: bundled(npm(react-highlight-words)) = 0.18.0
05d305
Provides: bundled(npm(react-hook-form)) = 7.5.3
91b47b
Provides: bundled(npm(react-icons)) = 2.2.7
05d305
Provides: bundled(npm(react-inlinesvg)) = 2.3.0
3d91f6
Provides: bundled(npm(react-loadable)) = 5.5.0
05d305
Provides: bundled(npm(react-moveable)) = 0.32.7
05d305
Provides: bundled(npm(react-popper)) = 2.2.5
05d305
Provides: bundled(npm(react-popper-tooltip)) = 3.1.1
05d305
Provides: bundled(npm(react-redux)) = 7.2.6
05d305
Provides: bundled(npm(react-refresh)) = 0.11.0
05d305
Provides: bundled(npm(react-resizable)) = 3.0.4
05d305
Provides: bundled(npm(react-reverse-portal)) = 2.1.0
05d305
Provides: bundled(npm(react-router-dom)) = 5.3.0
05d305
Provides: bundled(npm(react-select)) = 3.2.0
05d305
Provides: bundled(npm(react-select-event)) = 5.3.0
05d305
Provides: bundled(npm(react-split-pane)) = 0.1.92
05d305
Provides: bundled(npm(react-table)) = 7.8.0
05d305
Provides: bundled(npm(react-test-renderer)) = 17.0.2
05d305
Provides: bundled(npm(react-transition-group)) = 4.4.2
05d305
Provides: bundled(npm(react-use)) = 17.3.2
05d305
Provides: bundled(npm(react-virtualized-auto-sizer)) = 1.0.6
05d305
Provides: bundled(npm(react-window)) = 1.8.7
05d305
Provides: bundled(npm(react-window-infinite-loader)) = 1.0.7
05d305
Provides: bundled(npm(redux)) = 4.1.1
3d91f6
Provides: bundled(npm(redux-mock-store)) = 1.5.4
05d305
Provides: bundled(npm(redux-thunk)) = 2.4.1
3d91f6
Provides: bundled(npm(regenerator-runtime)) = 0.11.1
91b47b
Provides: bundled(npm(replace-in-file-webpack-plugin)) = 1.0.6
05d305
Provides: bundled(npm(reselect)) = 4.1.0
91b47b
Provides: bundled(npm(resolve-as-bin)) = 2.1.0
05d305
Provides: bundled(npm(rimraf)) = 2.7.1
05d305
Provides: bundled(npm(rollup)) = 2.74.1
05d305
Provides: bundled(npm(rollup-plugin-copy)) = 3.4.0
91b47b
Provides: bundled(npm(rollup-plugin-sourcemaps)) = 0.6.3
05d305
Provides: bundled(npm(rollup-plugin-svg-import)) = 1.6.0
91b47b
Provides: bundled(npm(rollup-plugin-terser)) = 7.0.2
3d91f6
Provides: bundled(npm(rst2html)) = 1.0.4
05d305
Provides: bundled(npm(rxjs)) = 6.6.7
05d305
Provides: bundled(npm(sass)) = 1.50.1
05d305
Provides: bundled(npm(sass-loader)) = 12.6.0
05d305
Provides: bundled(npm(search-query-parser)) = 1.6.0
05d305
Provides: bundled(npm(selecto)) = 1.16.2
91b47b
Provides: bundled(npm(semver)) = 5.7.1
05d305
Provides: bundled(npm(simple-git)) = 3.7.1
05d305
Provides: bundled(npm(sinon)) = 14.0.0
05d305
Provides: bundled(npm(slate)) = 0.47.9
05d305
Provides: bundled(npm(slate-plain-serializer)) = 0.7.11
05d305
Provides: bundled(npm(slate-react)) = 0.22.10
05d305
Provides: bundled(npm(storybook-dark-mode)) = 1.1.0
05d305
Provides: bundled(npm(style-loader)) = 1.3.0
05d305
Provides: bundled(npm(stylelint)) = 14.8.2
05d305
Provides: bundled(npm(stylelint-config-prettier)) = 9.0.3
05d305
Provides: bundled(npm(stylelint-config-sass-guidelines)) = 9.0.1
05d305
Provides: bundled(npm(symbol-observable)) = 4.0.0
91b47b
Provides: bundled(npm(systemjs)) = 0.20.19
3d91f6
Provides: bundled(npm(terser-webpack-plugin)) = 1.4.5
05d305
Provides: bundled(npm(test)) = 0.0.0-use.local
05d305
Provides: bundled(npm(testing-library-selector)) = 0.2.1
3d91f6
Provides: bundled(npm(tether-drop)) = 1.5.0
05d305
Provides: bundled(npm(tinycolor2)) = 1.4.2
05d305
Provides: bundled(npm(tracelib)) = 1.0.1
05d305
Provides: bundled(npm(ts-jest)) = 27.1.3
91b47b
Provides: bundled(npm(ts-loader)) = 6.2.1
05d305
Provides: bundled(npm(ts-node)) = 9.1.1
05d305
Provides: bundled(npm(tslib)) = 1.14.1
91b47b
Provides: bundled(npm(tween-functions)) = 1.2.0
05d305
Provides: bundled(npm(typescript)) = 4.5.5
05d305
Provides: bundled(npm(uplot)) = 1.6.22
05d305
Provides: bundled(npm(url-loader)) = 4.1.1
05d305
Provides: bundled(npm(uuid)) = 3.4.0
05d305
Provides: bundled(npm(vendor)) = 0.0.0-use.local
3d91f6
Provides: bundled(npm(visjs-network)) = 4.25.0
05d305
Provides: bundled(npm(wait-on)) = 6.0.1
05d305
Provides: bundled(npm(webpack)) = 4.46.0
05d305
Provides: bundled(npm(webpack-bundle-analyzer)) = 4.5.0
05d305
Provides: bundled(npm(webpack-cli)) = 4.9.2
05d305
Provides: bundled(npm(webpack-dev-server)) = 4.9.0
91b47b
Provides: bundled(npm(webpack-filter-warnings-plugin)) = 1.2.1
05d305
Provides: bundled(npm(webpack-merge)) = 5.8.0
05d305
Provides: bundled(npm(whatwg-fetch)) = 3.6.2
05d305
Provides: bundled(npm(xss)) = 1.0.11
05d305
Provides: bundled(npm(yaml)) = 1.10.2
3d91f6
3d91f6
3d91f6
%description
3d91f6
Grafana is an open source, feature rich metrics dashboard and graph editor for
3d91f6
Graphite, InfluxDB & OpenTSDB.
3d91f6
3d91f6
3d91f6
%prep
3d91f6
%setup -q -T -D -b 0
3d91f6
%setup -q -T -D -b 1
3d91f6
%if %{compile_frontend} == 0
3d91f6
# remove bundled plugins source, otherwise they'll get merged
3d91f6
# with the compiled bundled plugins when extracting the webpack
3d91f6
rm -r plugins-bundled
3d91f6
%setup -q -T -D -b 2
3d91f6
%endif
3d91f6
3d91f6
%patch1 -p1
3d91f6
%patch2 -p1
3d91f6
%patch3 -p1
3d91f6
%patch4 -p1
3d91f6
%patch5 -p1
05d305
%if 0%{?fedora} || 0%{?rhel} > 8
3d91f6
%patch6 -p1
05d305
%endif
05d305
%patch7 -p1
3d91f6
%patch8 -p1
3d91f6
%patch9 -p1
3d91f6
%patch10 -p1
05d305
05d305
%patch1001 -p1
05d305
%if %{enable_fips_mode}
05d305
%patch1002 -p1
3d91f6
%endif
05d305
%ifarch s390x i686 armv7hl
05d305
%patch1003 -p1
91b47b
%endif
3d91f6
3d91f6
3d91f6
%build
3d91f6
# Build the frontend
3d91f6
%if %{compile_frontend}
3d91f6
%{SOURCE5}
3d91f6
%endif
3d91f6
3d91f6
# Build the backend
3d91f6
05d305
# required since RHEL 8.8 to fix the following error:
05d305
# "imports crypto/boring: build constraints exclude all Go files in /usr/lib/golang/src/crypto/boring"
05d305
# can be removed in a future Go release
05d305
export GOEXPERIMENT=boringcrypto
05d305
# see grafana-X.Y.Z/pkg/build/cmd.go
3d91f6
export LDFLAGS="-X main.version=%{version} -X main.buildstamp=${SOURCE_DATE_EPOCH}"
3d91f6
for cmd in grafana-cli grafana-server; do
3d91f6
    %gobuild -o %{_builddir}/bin/${cmd} ./pkg/cmd/${cmd}
3d91f6
done
3d91f6
3d91f6
3d91f6
%install
3d91f6
# dirs, shared files, public html, webpack
3d91f6
install -d %{buildroot}%{_sbindir}
3d91f6
install -d %{buildroot}%{_datadir}/%{name}
3d91f6
install -d %{buildroot}%{_libexecdir}/%{name}
3d91f6
cp -a conf public plugins-bundled %{buildroot}%{_datadir}/%{name}
05d305
rm %{buildroot}%{_datadir}/%{name}/public/img/icons/.gitignore
05d305
rm %{buildroot}%{_datadir}/%{name}/public/lib/.gitignore
3d91f6
3d91f6
# wrappers
3d91f6
install -p -m 755 packaging/wrappers/grafana-cli %{buildroot}%{_sbindir}/%{name}-cli
3d91f6
3d91f6
# binaries
3d91f6
install -p -m 755 %{_builddir}/bin/%{name}-server %{buildroot}%{_sbindir}
3d91f6
install -p -m 755 %{_builddir}/bin/%{name}-cli %{buildroot}%{_libexecdir}/%{name}
3d91f6
3d91f6
# man pages
3d91f6
install -d %{buildroot}%{_mandir}/man1
3d91f6
install -p -m 644 docs/man/man1/* %{buildroot}%{_mandir}/man1
3d91f6
3d91f6
# config dirs
3d91f6
install -d %{buildroot}%{_sysconfdir}/%{name}
3d91f6
install -d %{buildroot}%{_sysconfdir}/%{name}/provisioning
05d305
install -d %{buildroot}%{_sysconfdir}/%{name}/provisioning/access-control
3d91f6
install -d %{buildroot}%{_sysconfdir}/%{name}/provisioning/dashboards
3d91f6
install -d %{buildroot}%{_sysconfdir}/%{name}/provisioning/datasources
3d91f6
install -d %{buildroot}%{_sysconfdir}/%{name}/provisioning/notifiers
3d91f6
install -d %{buildroot}%{_sysconfdir}/%{name}/provisioning/plugins
3d91f6
install -d %{buildroot}%{_sysconfdir}/sysconfig
3d91f6
3d91f6
# config defaults
05d305
install -p -m 640 conf/sample.ini %{buildroot}%{_sysconfdir}/%{name}/grafana.ini
3d91f6
install -p -m 640 conf/ldap.toml %{buildroot}%{_sysconfdir}/%{name}/ldap.toml
05d305
install -p -m 644 conf/defaults.ini %{buildroot}%{_datadir}/%{name}/conf/defaults.ini
05d305
install -p -m 644 conf/sample.ini %{buildroot}%{_datadir}/%{name}/conf/sample.ini
3d91f6
install -p -m 644 packaging/rpm/sysconfig/grafana-server \
3d91f6
    %{buildroot}%{_sysconfdir}/sysconfig/grafana-server
3d91f6
3d91f6
# config database directory and plugins
3d91f6
install -d -m 750 %{buildroot}%{_sharedstatedir}/%{name}
3d91f6
install -d -m 755 %{buildroot}%{_sharedstatedir}/%{name}/plugins
3d91f6
3d91f6
# log directory
3d91f6
install -d %{buildroot}%{_localstatedir}/log/%{name}
3d91f6
3d91f6
# systemd service files
3d91f6
install -d %{buildroot}%{_unitdir} # only needed for manual rpmbuilds
3d91f6
install -p -m 644 packaging/rpm/systemd/grafana-server.service \
3d91f6
    %{buildroot}%{_unitdir}
3d91f6
3d91f6
# daemon run pid file config for using tmpfs
3d91f6
install -d %{buildroot}%{_tmpfilesdir}
3d91f6
echo "d %{_rundir}/%{name} 0755 %{GRAFANA_USER} %{GRAFANA_GROUP} -" \
3d91f6
    > %{buildroot}%{_tmpfilesdir}/%{name}.conf
3d91f6
05d305
# systemd-sysusers configuration
05d305
install -p -m 644 -D %{SOURCE3} %{buildroot}%{_sysusersdir}/%{name}.conf
05d305
3d91f6
%pre
05d305
%sysusers_create_compat %{SOURCE3}
3d91f6
3d91f6
%preun
3d91f6
%systemd_preun grafana-server.service
3d91f6
3d91f6
%post
3d91f6
%systemd_post grafana-server.service
3d91f6
# create grafana.db with secure permissions on new installations
3d91f6
# otherwise grafana-server is creating grafana.db on first start
3d91f6
# with world-readable permissions, which may leak encrypted datasource
3d91f6
# passwords to all users (if the secret_key in grafana.ini was not changed)
3d91f6
3d91f6
# https://bugzilla.redhat.com/show_bug.cgi?id=1805472
3d91f6
if [ "$1" = 1 ] && [ ! -f %{_sharedstatedir}/%{name}/grafana.db ]; then
3d91f6
    touch %{_sharedstatedir}/%{name}/grafana.db
3d91f6
fi
3d91f6
3d91f6
# apply secure permissions to grafana.db if it exists
3d91f6
# (may not exist on upgrades, because users can choose between sqlite/mysql/postgres)
3d91f6
if [ -f %{_sharedstatedir}/%{name}/grafana.db ]; then
3d91f6
    chown %{GRAFANA_USER}:%{GRAFANA_GROUP} %{_sharedstatedir}/%{name}/grafana.db
3d91f6
    chmod 640 %{_sharedstatedir}/%{name}/grafana.db
3d91f6
fi
3d91f6
3d91f6
# required for upgrades
3d91f6
chmod 640 %{_sysconfdir}/%{name}/grafana.ini
3d91f6
chmod 640 %{_sysconfdir}/%{name}/ldap.toml
3d91f6
3d91f6
%postun
3d91f6
%systemd_postun_with_restart grafana-server.service
3d91f6
3d91f6
3d91f6
%check
3d91f6
# Test frontend
3d91f6
%if %{compile_frontend}
05d305
yarn run jest
3d91f6
%endif
3d91f6
3d91f6
# Test backend
3d91f6
3d91f6
# in setting_test.go there is a unit test which checks if 10 days are 240 hours
05d305
# which is usually true except if the daylight saving time change falls into the last 10 days, then it's either 239 or 241 hours...
3d91f6
# let's set the time zone to a time zone without daylight saving time
3d91f6
export TZ=GMT
3d91f6
05d305
# required since RHEL 8.8 to fix the following error:
05d305
# "imports crypto/boring: build constraints exclude all Go files in /usr/lib/golang/src/crypto/boring"
05d305
# can be removed in a future Go release
05d305
export GOEXPERIMENT=boringcrypto
3d91f6
%gotest ./pkg/...
3d91f6
3d91f6
%if %{enable_fips_mode}
b83884
OPENSSL_FORCE_FIPS_MODE=1 GOLANG_FIPS=1 go test -v ./pkg/util -run TestEncryption
3d91f6
%endif
3d91f6
3d91f6
%files
3d91f6
# binaries and wrappers
3d91f6
%{_sbindir}/%{name}-server
3d91f6
%{_sbindir}/%{name}-cli
3d91f6
%{_libexecdir}/%{name}
3d91f6
3d91f6
# config files
3d91f6
%config(noreplace) %{_sysconfdir}/sysconfig/grafana-server
3d91f6
%dir %{_sysconfdir}/%{name}
3d91f6
%attr(0755, root, %{GRAFANA_GROUP}) %dir %{_sysconfdir}/%{name}/provisioning
05d305
%attr(0755, root, %{GRAFANA_GROUP}) %dir %{_sysconfdir}/%{name}/provisioning/access-control
3d91f6
%attr(0755, root, %{GRAFANA_GROUP}) %dir %{_sysconfdir}/%{name}/provisioning/dashboards
3d91f6
%attr(0750, root, %{GRAFANA_GROUP}) %dir %{_sysconfdir}/%{name}/provisioning/datasources
3d91f6
%attr(0755, root, %{GRAFANA_GROUP}) %dir %{_sysconfdir}/%{name}/provisioning/notifiers
3d91f6
%attr(0755, root, %{GRAFANA_GROUP}) %dir %{_sysconfdir}/%{name}/provisioning/plugins
3d91f6
%attr(0640, root, %{GRAFANA_GROUP}) %config(noreplace) %{_sysconfdir}/%{name}/grafana.ini
3d91f6
%attr(0640, root, %{GRAFANA_GROUP}) %config(noreplace) %{_sysconfdir}/%{name}/ldap.toml
3d91f6
3d91f6
# config database directory and plugins
3d91f6
%attr(0750, %{GRAFANA_USER}, %{GRAFANA_GROUP}) %dir %{_sharedstatedir}/%{name}
3d91f6
%attr(-,    %{GRAFANA_USER}, %{GRAFANA_GROUP}) %dir %{_sharedstatedir}/%{name}/plugins
3d91f6
3d91f6
# shared directory and all files therein
3d91f6
%{_datadir}/%{name}
3d91f6
3d91f6
# systemd service file
3d91f6
%{_unitdir}/grafana-server.service
3d91f6
3d91f6
# Grafana configuration to dynamically create /run/grafana/grafana.pid on tmpfs
3d91f6
%{_tmpfilesdir}/%{name}.conf
3d91f6
05d305
# systemd-sysusers configuration file
05d305
%{_sysusersdir}/%{name}.conf
05d305
3d91f6
# log directory - grafana.log is created by grafana-server, and it does it's own log rotation
3d91f6
%attr(0755, %{GRAFANA_USER}, %{GRAFANA_GROUP}) %dir %{_localstatedir}/log/%{name}
3d91f6
3d91f6
# man pages for grafana binaries
3d91f6
%{_mandir}/man1/%{name}-server.1*
3d91f6
%{_mandir}/man1/%{name}-cli.1*
3d91f6
3d91f6
# other docs and license
05d305
%license LICENSE LICENSING.md NOTICE.md
05d305
%doc CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md GOVERNANCE.md HALL_OF_FAME.md ISSUE_TRIAGE.md MAINTAINERS.md
3d91f6
%doc PLUGIN_DEV.md README.md ROADMAP.md SECURITY.md SUPPORT.md UPGRADING_DEPENDENCIES.md WORKFLOW.md
3d91f6
3d91f6
3d91f6
%changelog
05d305
* Tue Nov 01 2022 Stan Cox <scox@redhat.com> 9.0.9-2
05d305
- resolve CVE-2022-39229 grafana: Using email as a username can prevent other users from signing in
05d305
- resolve CVE-2022-2880 CVE-2022-41715 grafana: various flaws
05d305
05d305
* Wed Sep 21 2022 Andreas Gerstmayr <agerstmayr@redhat.com> 9.0.9-1
05d305
- update to 9.0.9 tagged upstream community sources, see CHANGELOG
05d305
- resolve CVE-2022-35957 grafana: Escalation from admin to server admin when auth proxy is used (rhbz#2125530)
05d305
05d305
* Tue Sep 20 2022 Andreas Gerstmayr <agerstmayr@redhat.com> 9.0.8-2
05d305
- bump NVR
05d305
05d305
* Thu Sep 15 2022 Andreas Gerstmayr <agerstmayr@redhat.com> 9.0.8-1
05d305
- update to 9.0.8 tagged upstream community sources, see CHANGELOG
05d305
- do not list /usr/share/grafana/conf twice
05d305
- drop makefile in favor of create_bundles.sh script
05d305
- sync provides/obsoletes with CentOS versions
05d305
- drop husky patch
05d305
91b47b
* Thu Aug 11 2022 Andreas Gerstmayr <agerstmayr@redhat.com> 7.5.15-3
91b47b
- resolve CVE-2022-1962 golang: go/parser: stack exhaustion in all Parse* functions
91b47b
- resolve CVE-2022-1705 golang: net/http: improper sanitization of Transfer-Encoding header
91b47b
- resolve CVE-2022-32148 golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working
91b47b
- resolve CVE-2022-30631 golang: compress/gzip: stack exhaustion in Reader.Read
91b47b
- resolve CVE-2022-30630 golang: io/fs: stack exhaustion in Glob
91b47b
- resolve CVE-2022-30632 golang: path/filepath: stack exhaustion in Glob
91b47b
- resolve CVE-2022-30635 golang: encoding/gob: stack exhaustion in Decoder.Decode
91b47b
- resolve CVE-2022-28131 golang: encoding/xml: stack exhaustion in Decoder.Skip
91b47b
- resolve CVE-2022-30633 golang: encoding/xml: stack exhaustion in Unmarshal
91b47b
91b47b
* Tue Jul 26 2022 Andreas Gerstmayr <agerstmayr@redhat.com> 7.5.15-2
91b47b
- resolve CVE-2022-31107 grafana: OAuth account takeover
91b47b
91b47b
* Fri Apr 22 2022 Andreas Gerstmayr <agerstmayr@redhat.com> 7.5.15-1
91b47b
- update to 7.5.15 tagged upstream community sources, see CHANGELOG
91b47b
- resolve CVE-2022-21673 grafana: Forward OAuth Identity Token can allow users to access some data sources
91b47b
- resolve CVE-2022-21702 grafana: XSS vulnerability in data source handling
91b47b
- resolve CVE-2022-21703 grafana: CSRF vulnerability can lead to privilege escalation
91b47b
- resolve CVE-2022-21713 grafana: IDOR vulnerability can lead to information disclosure
91b47b
- resolve CVE-2021-23648 sanitize-url: XSS
91b47b
- resolve CVE-2022-21698 prometheus/client_golang: Denial of service using InstrumentHandlerCounter
91b47b
- declare Node.js dependencies of subpackages
91b47b
- make vendor and webpack tarballs reproducible
dbe6d3
b83884
* Tue Jan 18 2022 Andreas Gerstmayr <agerstmayr@redhat.com> 7.5.11-3
b83884
- use HMAC-SHA-256 instead of SHA-1 to generate password reset tokens
b83884
- update FIPS tests in check phase
b83884
b83884
* Thu Dec 16 2021 Andreas Gerstmayr <agerstmayr@redhat.com> 7.5.11-2
b83884
- resolve CVE-2021-44716 golang: net/http: limit growth of header canonicalization cache
b83884
- resolve CVE-2021-43813 grafana: directory traversal vulnerability for *.md files
b83884
1bc528
* Mon Oct 11 2021 Andreas Gerstmayr <agerstmayr@redhat.com> 7.5.11-1
1bc528
- update to 7.5.11 tagged upstream community sources, see CHANGELOG
1bc528
- resolve CVE-2021-39226
1bc528
1bc528
* Thu Sep 30 2021 Andreas Gerstmayr <agerstmayr@redhat.com> 7.5.10-1
1bc528
- update to 7.5.10 tagged upstream community sources, see CHANGELOG
1bc528
3d91f6
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 7.5.9-3
3d91f6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
3d91f6
  Related: rhbz#1991688
3d91f6
3d91f6
* Thu Jul 08 2021 Andreas Gerstmayr <agerstmayr@redhat.com> 7.5.9-2
3d91f6
- remove unused dependency property-information
3d91f6
- always include FIPS patch in SRPM
3d91f6
3d91f6
* Fri Jun 25 2021 Andreas Gerstmayr <agerstmayr@redhat.com> 7.5.9-1
3d91f6
- update to 7.5.9 tagged upstream community sources, see CHANGELOG
3d91f6
3d91f6
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 7.5.8-2
3d91f6
- Rebuilt for RHEL 9 BETA for openssl 3.0
3d91f6
  Related: rhbz#1971065
3d91f6
3d91f6
* Mon Jun 21 2021 Andreas Gerstmayr <agerstmayr@redhat.com> 7.5.8-1
3d91f6
- update to 7.5.8 tagged upstream community sources, see CHANGELOG
3d91f6
- remove unused dependencies selfsigned, http-signature and gofpdf
3d91f6
3d91f6
* Fri Jun 11 2021 Andreas Gerstmayr <agerstmayr@redhat.com> 7.5.7-2
3d91f6
- remove unused cryptographic implementations
3d91f6
- use cryptographic functions from OpenSSL if FIPS mode is enabled
3d91f6
3d91f6
* Tue May 25 2021 Andreas Gerstmayr <agerstmayr@redhat.com> 7.5.7-1
3d91f6
- update to 7.5.7 tagged upstream community sources, see CHANGELOG
3d91f6
3d91f6
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 7.3.6-4
3d91f6
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
3d91f6
3d91f6
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.6-3
3d91f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3d91f6
3d91f6
* Fri Jan 22 2021 Andreas Gerstmayr <agerstmayr@redhat.com> 7.3.6-2
3d91f6
- change working dir to $GRAFANA_HOME in grafana-cli wrapper (fixes Red Hat BZ #1916083)
3d91f6
- add pcp-redis-datasource to allow_loading_unsigned_plugins config option
3d91f6
3d91f6
* Mon Dec 21 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 7.3.6-1
3d91f6
- update to 7.3.6 tagged upstream community sources, see CHANGELOG
3d91f6
- remove dependency on SAML (not supported in the open source version of Grafana)
3d91f6
3d91f6
* Wed Nov 25 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 7.3.4-1
3d91f6
- update to 7.3.4 tagged upstream community sources, see CHANGELOG
3d91f6
3d91f6
* Tue Nov 10 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 7.3.1-1
3d91f6
- update to 7.3.1 tagged upstream community sources, see CHANGELOG
3d91f6
- optionally bundle node.js dependencies and build and test frontend as part of the specfile
3d91f6
- change default provisioning path to /etc/grafana/provisioning (changed in version 7.1.1-1)
3d91f6
- resolve https://bugzilla.redhat.com/show_bug.cgi?id=1843170
3d91f6
3d91f6
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.1-2
3d91f6
- Second attempt - Rebuilt for
3d91f6
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
3d91f6
3d91f6
* Thu Jul 30 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 7.1.1-1
3d91f6
- update to 7.1.1 tagged upstream community sources, see CHANGELOG
3d91f6
- merge all datasources into main grafana package
3d91f6
- bundle golang dependencies
3d91f6
3d91f6
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.7.4-2
3d91f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
3d91f6
3d91f6
* Fri Jun 05 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 6.7.4-1
3d91f6
- update to 6.7.4 tagged upstream community sources, see CHANGELOG
3d91f6
- security fix for CVE-2020-13379
3d91f6
3d91f6
* Tue Apr 28 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 6.7.3-1
3d91f6
- update to 6.7.3 tagged upstream community sources, see CHANGELOG
3d91f6
- add scripts to list Go dependencies and bundled npmjs dependencies
3d91f6
- set Grafana version in Grafana UI and grafana-cli --version
3d91f6
- declare README.md as documentation of datasource plugins
3d91f6
- create grafana.db on first installation (fixes RH BZ #1805472)
3d91f6
- change permissions of /var/lib/grafana to 750 (CVE-2020-12458)
3d91f6
- change permissions of /var/lib/grafana/grafana.db to 640 and
3d91f6
  user/group grafana:grafana (CVE-2020-12458)
3d91f6
- change permissions of grafana.ini and ldap.toml to 640 (CVE-2020-12459)
3d91f6
3d91f6
* Wed Feb 26 2020 Mark Goodwin <mgoodwin@redhat.com> 6.6.2-1
3d91f6
- added patch0 to set the version string correctly
3d91f6
- removed patch 004-xerrors.patch, it's now upstream
3d91f6
- added several patches for golang vendored vrs build dep differences
3d91f6
- added patch to move grafana-cli binary to libexec dir
3d91f6
- update to 6.6.2 tagged upstream community sources, see CHANGELOG
3d91f6
3d91f6
* Wed Nov 20 2019 Mark Goodwin <mgoodwin@redhat.com> 6.3.6-1
3d91f6
- add weak depenency on grafana-pcp
3d91f6
- add patch to mute shellcheck SC1090 for grafana-cli
3d91f6
- update to 6.3.6 upstream community sources, see CHANGELOG
3d91f6
3d91f6
* Thu Sep 05 2019 Mark Goodwin <mgoodwin@redhat.com> 6.3.5-1
3d91f6
- drop uaparser patch now it's upstream
3d91f6
- add xerrors patch, see https://github.com/golang/go/issues/32246
3d91f6
- use vendor sources on rawhide until modules are fully supported
3d91f6
- update to latest upstream community sources, see CHANGELOG
3d91f6
3d91f6
* Fri Aug 30 2019 Mark Goodwin <mgoodwin@redhat.com> 6.3.4-1
3d91f6
- include fix for CVE-2019-15043
3d91f6
- add patch for uaparser on 32bit systems
3d91f6
- update to latest upstream community sources, see CHANGELOG
3d91f6
3d91f6
* Wed Jul 31 2019 Mark Goodwin <mgoodwin@redhat.com> 6.2.5-1
3d91f6
- update to latest upstream community sources, see CHANGELOG
3d91f6
3d91f6
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.2.2-2
3d91f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
3d91f6
3d91f6
* Fri Jun 07 2019 Mark Goodwin <mgoodwin@redhat.com> 6.2.2-1
3d91f6
- split out some datasource plugins to sub-packages
3d91f6
- update to latest upstream community sources, see CHANGELOG
3d91f6
3d91f6
* Wed Jun 05 2019 Mark Goodwin <mgoodwin@redhat.com> 6.2.1-1
3d91f6
- update to latest upstream community sources, see CHANGELOG
3d91f6
3d91f6
* Fri May 24 2019 Mark Goodwin <mgoodwin@redhat.com> 6.2.0-1
3d91f6
- update to latest upstream community sources
3d91f6
- drop a couple of patches
3d91f6
3d91f6
* Wed May 08 2019 Mark Goodwin <mgoodwin@redhat.com> 6.1.6-2
3d91f6
- add conditional unbundle_vendor_sources macro
3d91f6
3d91f6
* Tue Apr 30 2019 Mark Goodwin <mgoodwin@redhat.com> 6.1.6-1
3d91f6
- update to latest upstream stable release 6.1.6, see CHANGELOG
3d91f6
- includes jQuery 3.4.0 security update
3d91f6
3d91f6
* Wed Apr 24 2019 Mark Goodwin <mgoodwin@redhat.com> 6.1.4-1
3d91f6
- update to latest upstream stable release 6.1.4, see CHANGELOG
3d91f6
- use gobuild and gochecks macros, eliminate arch symlinks
3d91f6
- re-enable grafana-debugsource package
3d91f6
- fix GRAFANA_GROUP typo
3d91f6
- fix more modes for brp-mangle-shebangs
3d91f6
- vendor source unbundling now done in prep after patches
3d91f6
- remove all rhel and fedora conditional guff
3d91f6
3d91f6
* Tue Apr 16 2019 Mark Goodwin <mgoodwin@redhat.com> 6.1.3-1
3d91f6
- update to latest upstream stable release 6.1.3, see CHANGELOG
3d91f6
- unbundle all vendor sources, replace with BuildRequires, see
3d91f6
  the long list of blocker BZs linked to BZ#1670656
3d91f6
- BuildRequires go-plugin >= v1.0.0 for grpc_broker (thanks eclipseo)
3d91f6
- tweak make_webpack to no longer use grunt, switch to prod build
3d91f6
- add ExclusiveArch lua script (thanks quantum.analyst)
3d91f6
- move db directory and plugins to /var/lib/grafana
3d91f6
- split out into 6 patches, ready for upstream PRs
3d91f6
- add check to run go tests for gating checks
3d91f6
3d91f6
* Thu Apr 04 2019 Mark Goodwin <mgoodwin@redhat.com> 6.1.0-1
3d91f6
- update to latest upstream stable release 6.1.0, see CHANGELOG
3d91f6
3d91f6
* Thu Mar 21 2019 Mark Goodwin <mgoodwin@redhat.com> 6.0.2-1
3d91f6
- bump to latest upstream stable release 6.0.2-1
3d91f6
- unbundle almost all remaining vendor code, see linked blockers in BZ#1670656
3d91f6
3d91f6
* Fri Mar 15 2019 Mark Goodwin <mgoodwin@redhat.com> 6.0.1-3
3d91f6
- bump to latest upstream stable release 6.0.1-1
3d91f6
3d91f6
* Thu Mar 14 2019 Mark Goodwin <mgoodwin@redhat.com> 6.0.1-2
3d91f6
- unbundle and add BuildRequires for golang-github-rainycape-unidecode-devel
3d91f6
3d91f6
* Thu Mar 07 2019 Mark Goodwin <mgoodwin@redhat.com> 6.0.1-1
3d91f6
- update to v6.0.1 upstream sources, tweak distro config, re-do patch
3d91f6
- simplify make_webpack.sh script (Elliott Sales de Andrade)
3d91f6
- vendor/github.com/go-ldap is now gone, so don't unbundle it
3d91f6
3d91f6
* Thu Mar 07 2019 Mark Goodwin <mgoodwin@redhat.com> 5.4.3-11
3d91f6
- tweak after latest feedback, bump to 5.4.3-11 (BZ 1670656)
3d91f6
- build debuginfo package again
3d91f6
- unbundle BuildRequires for golang-github-hashicorp-version-devel
3d91f6
- remove some unneeded development files
3d91f6
- remove macros from changelog and other rpmlint tweaks
3d91f6
3d91f6
* Fri Feb 22 2019 Mark Goodwin <mgoodwin@redhat.com> 5.4.3-10
3d91f6
- tweak spec for available and unavailable (bundled) golang packages
3d91f6
3d91f6
* Wed Feb 20 2019 Xavier Bachelot <xavier@bachelot.org> 5.4.3-9
3d91f6
- Remove extraneous slash (cosmetic)
3d91f6
- Create directories just before moving stuff in them
3d91f6
- Truncate long lines
3d91f6
- Group all golang stuff
3d91f6
- Simplify BuildRequires/bundled Provides
3d91f6
- Sort BuildRequires/bundled Provides
3d91f6
- Fix bundled go packages Provides
3d91f6
3d91f6
* Fri Feb 15 2019 Mark Goodwin <mgoodwin@redhat.com> 5.4.3-8
3d91f6
- add BuildRequires (and unbundle) vendor sources available in Fedora
3d91f6
- declare Provides for remaining (bundled) vendor go sources
3d91f6
- do not attempt to unbundle anything on RHEL < 7 or Fedora < 28
3d91f6
3d91f6
* Thu Feb 07 2019 Mark Goodwin <mgoodwin@redhat.com> 5.4.3-7
3d91f6
- further refinement for spec doc section from Xavier Bachelot
3d91f6
- disable debug_package to avoid empty debugsourcefiles.list
3d91f6
3d91f6
* Wed Feb 06 2019 Mark Goodwin <mgoodwin@redhat.com> 5.4.3-6
3d91f6
- further refinement following review by Xavier Bachelot
3d91f6
3d91f6
* Tue Feb 05 2019 Mark Goodwin <mgoodwin@redhat.com> 5.4.3-5
3d91f6
- further refinement following review by Xavier Bachelot
3d91f6
3d91f6
* Fri Feb 01 2019 Mark Goodwin <mgoodwin@redhat.com> 5.4.3-4
3d91f6
- further spec updates after packaging review
3d91f6
- reworked post-install scriplets
3d91f6
3d91f6
* Thu Jan 31 2019 Mark Goodwin <mgoodwin@redhat.com> 5.4.3-3
3d91f6
- tweak FHS patch, update spec after packaging review
3d91f6
3d91f6
* Wed Jan 30 2019 Mark Goodwin <mgoodwin@redhat.com> 5.4.3-2
3d91f6
- add patch to be standard FHS compliant, remove phantomjs
3d91f6
- update to v5.4.3 upstream community sources
3d91f6
3d91f6
* Wed Jan 09 2019 Mark Goodwin <mgoodwin@redhat.com> 5.4.2-1
3d91f6
- update to v5.4.2 upstream community sources
3d91f6
3d91f6
* Thu Oct 18 2018 Mark Goodwin <mgoodwin@redhat.com> 5.3.1-1
3d91f6
- update to v5.3.1 upstream community sources
3d91f6
3d91f6
* Tue Oct 02 2018 Mark Goodwin <mgoodwin@redhat.com> 5.2.5-1
3d91f6
- native RPM spec build with current tagged v5.2.5 sources