6e4fae5705
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=41
2020-11-20 11:00:11 +00:00
5edea3ad17
- Package "permission" is required in %post, not %pre.
...
- Update descriptions.
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=40
2020-11-20 10:21:53 +00:00
19a47d18d5
- Drop /sbin links; they do not seem to be used from anywhere.
...
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=39
2020-11-20 10:10:38 +00:00
9ded77792a
- Update to release 3.10.0
...
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=37
2020-10-09 10:04:15 +00:00
Ismail Dönmez
1cf02328d7
- Update to version 3.9.3
...
* Minor bugfixes, documentation updates
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=35
2020-08-09 11:59:21 +00:00
Ismail Dönmez
c804022c3c
- Update to version 3.9.2
...
* Remove obsolete workarounds in examples.
* Do not require C++ compiler for building.
* Minor bugfixes.
- Drop BR on c++_compiler
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=33
2020-06-12 16:12:23 +00:00
Ismail Dönmez
2f26f4bec0
- Update to version 3.9.1
...
* Fixed memory leak in fuse_session_new().
* Fixed an issue with the linker version script.
* Make ioctl prototype conditional on FUSE_USE_VERSION.
Define FUSE_USE_VERSION < 35 to get old ioctl prototype with
int commands; define FUSE_USE_VERSION >= 35 to get new ioctl
prototype with unsigned int commands.
* Various small bugfixes.
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=31
2020-03-20 06:17:50 +00:00
ef71528d39
Accepting request 757085 from home:namtrac:branches:filesystems
...
- Update to version 3.9.0
* Added support for FUSE_EXPLICIT_INVAL_DATA to enable onl
invalidate cached pages on explicit request.
OBS-URL: https://build.opensuse.org/request/show/757085
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=29
2019-12-14 19:53:18 +00:00
0d0fc45970
Accepting request 744979 from home:namtrac:branches:filesystems
...
- Update to version 3.8.0
* Added support for FUSE_LSEEK operation which can be used to
report holes in sparse files.
OBS-URL: https://build.opensuse.org/request/show/744979
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=27
2019-11-05 10:39:42 +00:00
Ismail Dönmez
164c835252
Accepting request 714226 from home:namtrac:branches:filesystems
...
- Update to version 3.6.2
* The init script is now installed to /etc/ rather than
/usr/local/etc by default.
* Minor bugfixes
- Drop fuse-install-fix.patch, not needed with -Duseroot=false
- Add conf-rename.patch, which is split from the above now
removed patch
OBS-URL: https://build.opensuse.org/request/show/714226
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=25
2019-07-16 10:52:00 +00:00
4815371ef0
Accepting request 711050 from home:marxin:branches:filesystems
...
- Disable LTO due to symbol versioning (boo#1138803).
OBS-URL: https://build.opensuse.org/request/show/711050
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=23
2019-06-21 18:59:51 +00:00
6ffde0463b
Accepting request 709764 from home:namtrac:branches:filesystems
...
- Update to version 3.6.1
* Fixed version number (release 3.6.0 was shipped with a declared
version of 3.0.0).
- Update to version 3.6.0
* Added a new example (passthrough_hp). The functionality is
similar to passthrough_ll, but the implementation focuses
on performance and correctness rather than simplicity.
* Added support for fuse kernel feature max_pages which allows
to increase the maximum number of pages that can be used per
request. This feature was introduced in kernel 4.20.
max_pages is set based on the value in max_write.
By default max_write will be 1MiB now for kernels that
support max_pages. If you want smaller buffers or writes
you have to set max_write manually.
OBS-URL: https://build.opensuse.org/request/show/709764
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=22
2019-06-13 17:22:33 +00:00
9002a1a97c
Accepting request 694955 from home:polslinux:branches:filesystems
...
- Update to 3.5.0:
* Changed ioctl commands to "unsigned int" in order to support
commands which do not fit into a signed int. Commands issued
by applications are still truncated to 32 bits.
* Added SMB2 to whitelist (so users can now mount FUSE
filesystems on mountpoints within SMB 2.0 filesystems).
* Added a new cache_readdir flag to fuse_file_info to enable
caching of readdir results. Supported by kernels 4.20 and newer.
* Add support and documentation for FUSE_CAP_NO_OPENDIR_SUPPORT.
OBS-URL: https://build.opensuse.org/request/show/694955
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=20
2019-04-21 09:18:53 +00:00
1a8f330acf
- Amend License: field with BSD2c, from
...
4c699e7deb (diff-3f1e2bdc537057b6ac2f74d095a431b8)
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=18
2019-03-19 14:36:26 +00:00
367d22b9bf
Accepting request 685928 from home:polslinux:branches:filesystems
...
- Update to 3.4.2
* The examples/passthrough_ll.c example filesystem has been significantly extended.
* Support for copy_file_range has been added.
* Build system updates for non-Linux systems.
* Fixed a memory leak
* Added OpenAFS and HFS+ to whitelist
* Docu updates
OBS-URL: https://build.opensuse.org/request/show/685928
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=17
2019-03-18 14:35:03 +00:00
Ismail Dönmez
2b66ab80d7
-
...
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=15
2018-12-06 13:31:03 +00:00
David Sterba
1421a27a54
Accepting request 652574 from home:jengelh:branches:filesystems
...
- Update descriptions.
- Do not make documentation mandatory.
OBS-URL: https://build.opensuse.org/request/show/652574
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=14
2018-12-06 12:51:54 +00:00
Dominique Leuenberger
4c0e42fb30
Accepting request 653560 from filesystems
...
Parallel installable to fuse, needed for v3 of fuse filesystems such as sshfs3
OBS-URL: https://build.opensuse.org/request/show/653560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse3?expand=0&rev=1
2018-12-05 08:45:28 +00:00
Ismail Dönmez
e4e9ef31f3
-
...
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=12
2018-12-03 13:54:35 +00:00
Ismail Dönmez
a55a22e890
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=11
2018-11-26 13:26:09 +00:00
Ismail Dönmez
54a608c4f3
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=10
2018-11-26 13:24:27 +00:00
Ismail Dönmez
90c99c9976
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=9
2018-11-26 13:24:23 +00:00
Ismail Dönmez
1977027c99
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=8
2018-11-26 13:24:16 +00:00
Ismail Dönmez
2a290a061f
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=7
2018-11-26 13:24:04 +00:00
Ismail Dönmez
c081d4ce52
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=6
2018-11-26 13:23:44 +00:00
Ismail Dönmez
96c0d78cd7
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=5
2018-11-26 13:23:34 +00:00
Ismail Dönmez
0683f49756
Remove rpmlintrc, new permissions package is on the way to Factory
...
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=3
2018-10-30 13:02:21 +00:00
Ismail Dönmez
8f57604a9a
-
...
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=2
2018-10-09 13:09:44 +00:00
8ef1bc68ea
Accepting request 639942 from home:namtrac:branches:filesystems
...
Introduce fuse3, please mark me as maintainer.
OBS-URL: https://build.opensuse.org/request/show/639942
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=1
2018-10-09 13:01:09 +00:00