Skip to content

Commit

Permalink
ceph.spec.in: tweak ceph-common for SUSE/openSUSE
Browse files Browse the repository at this point in the history
ceph-common needs python-argparse in SUSE/openSUSE and
needs redhat-lsb-core only in RHEL/CentOS/Fedora.

http://tracker.ceph.com/issues/11638 Fixes: #11638

Signed-off-by: Nathan Cutler <ncutler@suse.cz>
(cherry picked from commit 363d957)
  • Loading branch information
smithfarm committed Jun 7, 2015
1 parent d967cec commit fdb43eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ceph.spec.in
Expand Up @@ -121,7 +121,12 @@ Requires: python-rados = %{epoch}:%{version}-%{release}
Requires: python-rbd = %{epoch}:%{version}-%{release}
Requires: python-cephfs = %{epoch}:%{version}-%{release}
Requires: python-requests
Requires: redhat-lsb-core
%if 0%{defined suse_version}
Requires: python-argparse
%endif
%if 0%{?rhel} || 0%{?fedora}
Requires: redhat-lsb-core
%endif
%description -n ceph-common
Common utilities to mount and interact with a ceph storage cluster.

Expand Down

0 comments on commit fdb43eb

Please sign in to comment.