Skip to content

Commit

Permalink
Merge pull request ceph#38603 from smithfarm/wip-48604
Browse files Browse the repository at this point in the history
rpm: require smartmontools on SUSE

Reviewed-by: Volker Theile <[email protected]>
  • Loading branch information
smithfarm authored Jan 4, 2021
2 parents 5fbae26 + c7e160a commit ea851e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,12 @@ Provides: ceph-test:/usr/bin/ceph-monstore-tool
Requires: ceph-base = %{_epoch_prefix}%{version}-%{release}
%if 0%{?weak_deps}
Recommends: nvme-cli
%if 0%{?suse_version}
Requires: smartmontools
%else
Recommends: smartmontools
%endif
%endif
%if 0%{with jaeger}
Requires: libjaeger = %{_epoch_prefix}%{version}-%{release}
%endif
Expand Down Expand Up @@ -741,8 +745,12 @@ Requires: libstoragemgmt
Requires: python%{python3_pkgversion}-ceph-common = %{_epoch_prefix}%{version}-%{release}
%if 0%{?weak_deps}
Recommends: nvme-cli
%if 0%{?suse_version}
Requires: smartmontools
%else
Recommends: smartmontools
%endif
%endif
%description osd
ceph-osd is the object storage daemon for the Ceph distributed file
system. It is responsible for storing objects on a local file system
Expand Down

0 comments on commit ea851e7

Please sign in to comment.