Skip to content

Commit

Permalink
ceph.spec.in: Make ceph-common require libcephfs1
Browse files Browse the repository at this point in the history
We recently moved fsck/repair tools to ceph-common package. We should
also make the version/release requirements tight.

Signed-off-by: Boris Ranto <[email protected]>
  • Loading branch information
b-ranto committed Mar 16, 2016
1 parent 5f3f37f commit ff3f0f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ Summary: Ceph Common
Group: System Environment/Base
Requires: librbd1 = %{epoch}:%{version}-%{release}
Requires: librados2 = %{epoch}:%{version}-%{release}
Requires: libcephfs1 = %{epoch}:%{version}-%{release}
Requires: python-rados = %{epoch}:%{version}-%{release}
Requires: python-rbd = %{epoch}:%{version}-%{release}
Requires: python-cephfs = %{epoch}:%{version}-%{release}
Expand Down

0 comments on commit ff3f0f8

Please sign in to comment.