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>
This commit is contained in:
parent
0c9b8a2123
commit
11caa83e9f
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/fuse-3.12.0.tar.gz
|
||||
/fuse-3.13.0.tar.gz
|
||||
/fuse-3.13.1.tar.gz
|
||||
/fuse-3.14.0.tar.gz
|
||||
|
@ -6,7 +6,7 @@
|
||||
%endif
|
||||
|
||||
Name: fuse3
|
||||
Version: 3.13.1
|
||||
Version: 3.14.0
|
||||
Release: 1%{?dist}
|
||||
Summary: File System in Userspace (FUSE) v3 utilities
|
||||
License: GPL+
|
||||
@ -172,6 +172,9 @@ rm -f %{buildroot}%{_udevrulesdir}/99-fuse3.rules
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 28 2023 Richard W.M. Jones <rjones@redhat.com> - 3.14.0-1
|
||||
- Update to 3.14.0
|
||||
|
||||
* Wed Feb 8 2023 Tom Callaway <spot@fedoraproject.org> - 3.13.1-1
|
||||
- update to 3.13.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fuse-3.13.1.tar.gz) = 6bbf8f4556d8d678918883130c37c92686ce2d2464ec9050a449b225ae1fd9fbebf9e79056019075f552ffd1a2a7d5a0904095f47e5da3f039c2ac2690684c9b
|
||||
SHA512 (fuse-3.14.0.tar.gz) = b84aaba99bd13e28495ba73bfb22f81f23b9b5c71a310e37f836cd022711f9e0811b4651d6801c52e9ede9f418f3071122783b08975a004d69930a3df0eed07c
|
||||
|
Loading…
Reference in New Issue
Block a user