]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: ceph-fuse requires fuse package 17470/head
authorKen Dreyer <kdreyer@redhat.com>
Mon, 21 Aug 2017 19:02:44 +0000 (13:02 -0600)
committerNathan Cutler <ncutler@suse.com>
Tue, 5 Sep 2017 09:24:30 +0000 (11:24 +0200)
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 <kdreyer@redhat.com>
(cherry picked from commit 6fba9cc3f910442d3d09b41f01f454a39bfdbc48)

ceph.spec.in

index 4749bc7179bb2fe61d587457d76f4a7b3d7dfc96..358b57153d78ee61441e8e7d256e55be69110eaf 100644 (file)
@@ -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