]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: ceph-fuse requires fuse package 17120/head
authorKen Dreyer <kdreyer@redhat.com>
Mon, 21 Aug 2017 19:02:44 +0000 (13:02 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 21 Aug 2017 19:03:38 +0000 (13:03 -0600)
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>
ceph.spec.in

index caaab5945ae4d9a695a854d265130754ccb2a12c..4b3de498a51b1cd3fb226957c6ae32a2eb1aa668 100644 (file)
@@ -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