File System in Userspace (FUSE) v3 utilities
Go to file
Richard W.M. Jones 11caa83e9f Update to 3.14.0
This contains a fix for <fuse_config.h> which pollutes the namespace
with various internal configure symbols, like:

  #define HAVE_COPY_FILE_RANGE
  #define HAVE_FALLOCATE
  #define PACKAGE_VERSION "3.13.1"

(and many more).  This prevents some programs like libnbd from being
compiled.

The upstream fix is:
d7560cc991
fixing:
https://github.com/libfuse/libfuse/issues/729

Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
2023-02-28 15:08:22 +00:00
.gitignore Update to 3.14.0 2023-02-28 15:08:22 +00:00
fuse3-gcc11.patch Add missing #include for gcc-11 2020-10-14 08:04:27 -06:00
fuse3.spec Update to 3.14.0 2023-02-28 15:08:22 +00:00
fuse.conf initial checkin after separation from fuse package 2019-04-08 13:14:30 -05:00
README.md Added the README 2019-04-07 11:58:28 +00:00
sources Update to 3.14.0 2023-02-28 15:08:22 +00:00

fuse3

File System in Userspace (FUSE) v3 utilities