From 7b3a01cdfb41d1b7369a900af068a6551a05ade5 Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Thu, 11 Jul 2019 17:21:53 +0200 Subject: [PATCH] rpm: Require ceph-grafana-dashboards The recently introduced 'dashboard grafana dashboards update' command requires the grafana dashboards for it to work properly. Adding the dependency. Signed-off-by: Boris Ranto --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index 3d70cebea58..27bad60e85b 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -470,6 +470,7 @@ BuildArch: noarch Group: System/Filesystems %endif Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release} +Requires: ceph-grafana-dashboards = %{_epoch_prefix}%{version}-%{release} %if 0%{?fedora} || 0%{?rhel} Requires: python%{_python_buildid}-cherrypy Requires: python%{_python_buildid}-ipaddress -- 2.39.5