diff options
author | Ernesto Puerta <37327689+epuertat@users.noreply.github.com> | 2021-08-11 18:11:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 18:11:59 +0200 |
commit | afadfede0d3cef78cf91e710f05c9d78fd40c301 (patch) | |
tree | e7a6a28f41dfca6ecb36f06b9107fa668a6acfe2 /ceph.spec.in | |
parent | Merge PR #42252 into master (diff) | |
parent | mgr/dashboard: monitoring: replace Grafana JSON with Grafonnet based Code (diff) | |
download | ceph-afadfede0d3cef78cf91e710f05c9d78fd40c301.tar.xz ceph-afadfede0d3cef78cf91e710f05c9d78fd40c301.zip |
Merge pull request #42194 from rhcs-dashboard/add-grafonnet-grafana
mgr/dashboard: monitoring: replace Grafana JSON with Grafonnet based code
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index a417ffd981c..8b00f5f0767 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -350,6 +350,7 @@ BuildRequires: lz4-devel >= 1.7 %if 0%{with make_check} %if 0%{?fedora} || 0%{?rhel} BuildRequires: golang-github-prometheus +BuildRequires: golang-github-google-jsonnet BuildRequires: libtool-ltdl-devel BuildRequires: ninja-build BuildRequires: xmlsec1 @@ -368,6 +369,7 @@ BuildRequires: python%{python3_pkgversion}-pyOpenSSL %endif %if 0%{?suse_version} BuildRequires: golang-github-prometheus-prometheus +BuildRequires: jsonnet BuildRequires: libxmlsec1-1 BuildRequires: libxmlsec1-nss1 BuildRequires: libxmlsec1-openssl1 |