From 18442e15854f7973c1b478befaff42f08b549505 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 21 Aug 2017 13:02:44 -0600 Subject: [PATCH] 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 (cherry picked from commit 6fba9cc3f910442d3d09b41f01f454a39bfdbc48) --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index 4749bc7179bb..358b57153d78 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -341,6 +341,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 -- 2.47.3