mount.fuse.ceph: Fix ambiguous shebang

The ambiguous shebang now produces an error in rawhide and halts the
build. In f29 this was a warning. Add python3 as a dependency for
ceph-fuse.

Fixes: http://tracker.ceph.com/issues/37787

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
This commit is contained in:
Brad Hubbard 2019-01-03 16:45:50 +10:00
parent b02f198fd8
commit 885a37ac02
3 changed files with 3 additions and 1 deletions

View File

@ -463,6 +463,7 @@ Summary: Ceph fuse-based client
Group: System/Filesystems
%endif
Requires: fuse
Requires: python%{python3_pkgversion}
%description fuse
FUSE based client for Ceph distributed network file system

1
debian/control vendored
View File

@ -278,6 +278,7 @@ Package: ceph-fuse
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends},
${python3:Depends},
fuse,
Description: FUSE-based client for the Ceph distributed file system
Ceph is a massively scalable, open-source, distributed

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python3
'''
Helper to mount ceph-fuse from /etc/fstab. To use, add an entry
like: