From: Ken Dreyer Date: Mon, 21 Aug 2017 19:02:44 +0000 (-0600) Subject: rpm: ceph-fuse requires fuse package X-Git-Tag: v13.0.0~47^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F17120%2Fhead;p=ceph.git rpm: ceph-fuse requires fuse package The ceph-fuse(8) man page describes using the "fusermount" tool to mount CephFS. This utility is in the "fuse" package. Prior to this change, the ceph-fuse RPM only depends on "fuse-libs", not "fuse". The Debian packaging has always depended on the full "fuse" (previously "fuse-utils") package, so we should make the RPM packaging do the same. Fixes: http://tracker.ceph.com/issues/21057 Signed-off-by: Ken Dreyer --- diff --git a/ceph.spec.in b/ceph.spec.in index caaab5945ae4..4b3de498a51b 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -342,6 +342,7 @@ Summary: Ceph fuse-based client %if 0%{?suse_version} Group: System/Filesystems %endif +Requires: fuse %description fuse FUSE based client for Ceph distributed network file system