From 6fba9cc3f910442d3d09b41f01f454a39bfdbc48 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 --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index caaab5945ae4d..4b3de498a51b1 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 -- 2.39.5