diff options
author | Aswin Toni <aswin.toni@cern.ch> | 2022-08-16 16:17:21 +0200 |
---|---|---|
committer | Aswin Toni <aswin.toni@cern.ch> | 2022-08-17 12:08:56 +0200 |
commit | 2e0e684fc20cbf6c2e48215b431419c8573b3863 (patch) | |
tree | 2c772e8fc0c49dc6b7db358a4228e267f11179d9 /ceph.spec.in | |
parent | prometheus: add multicluster support to alerts (diff) | |
download | ceph-2e0e684fc20cbf6c2e48215b431419c8573b3863.tar.xz ceph-2e0e684fc20cbf6c2e48215b431419c8573b3863.zip |
ceph-mixin: Remove jsonnet building
Signed-off-by: Aswin Toni <aswin.toni@cern.ch>
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 89831fdd586..b1ac5252d5c 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -367,6 +367,7 @@ BuildRequires: rdma-core-devel BuildRequires: liblz4-devel >= 1.7 # for prometheus-alerts BuildRequires: golang-github-prometheus-prometheus +BuildRequires: jsonnet %endif %if 0%{?fedora} || 0%{?rhel} Requires: systemd @@ -408,6 +409,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 |