]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/control: require fuse for ceph-fuse 23675/head
authorThomas Serlin <tserlin@redhat.com>
Tue, 21 Aug 2018 19:55:39 +0000 (15:55 -0400)
committerThomas Serlin <tserlin@redhat.com>
Tue, 21 Aug 2018 19:55:39 +0000 (15:55 -0400)
This is the Ubuntu equivalent for:

https://github.com/ceph/ceph/pull/17120
http://tracker.ceph.com/issues/21057

Installing "ceph-fuse" should pull in the "fuse" package automatically.

Signed-off-by: Thomas Serlin <tserlin@redhat.com>
debian/control

index 04f2ab3bd06934c1c8b0cdce254c0b8071ecc204..e4d0d9ad11ecef46ddb00cdc9a2d9459aaa0aa96 100644 (file)
@@ -277,7 +277,7 @@ Package: ceph-fuse
 Architecture: linux-any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-Recommends: fuse,
+         fuse,
 Description: FUSE-based client for the Ceph distributed file system
  Ceph is a massively scalable, open-source, distributed
  storage system that runs on commodity hardware and delivers object,