From: Boris Ranto Date: Thu, 11 Jul 2019 15:21:53 +0000 (+0200) Subject: rpm: Require ceph-grafana-dashboards X-Git-Tag: v14.2.3~27^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3fa99198a3cbede0816c637732e8bbf0fb3f8f46;p=ceph.git 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 --- diff --git a/ceph.spec.in b/ceph.spec.in index aef231013061f..734542815756d 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -463,6 +463,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}-jwt