forked from pool/fuse-overlayfs
Accepting request 724813 from filesystems
OBS-URL: https://build.opensuse.org/request/show/724813 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=3
This commit is contained in:
commit
30d2753b5a
4
_service
4
_service
@ -3,8 +3,8 @@
|
||||
<param name="url">https://github.com/containers/fuse-overlayfs.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">fuse-overlayfs</param>
|
||||
<param name="versionformat">0.4.1</param>
|
||||
<param name="revision">v0.4.1</param>
|
||||
<param name="versionformat">0.5.1</param>
|
||||
<param name="revision">v0.5.1</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
<param name="basename">fuse-overlayfs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b1986f75b43a65454871bce4816452eae5b74d109b031623d377a2db6eaa9d2
|
||||
size 69244
|
3
fuse-overlayfs-0.5.1.tar.xz
Normal file
3
fuse-overlayfs-0.5.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4b1772ba77a10e59f666ec617745c2c37addec381d0c45ae1567ea97c805098
|
||||
size 73040
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 08:04:35 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
- Update to v0.5.1
|
||||
- support fuse writeback cache and enable it by default
|
||||
- update to latest gnulib
|
||||
- add option to disable fsync
|
||||
- add option to disable xattrs
|
||||
- add option to skip ino number check in lower layers
|
||||
- fix fd validity check
|
||||
- fix memory leak
|
||||
- fix read after free
|
||||
- fix type for flistxattr return
|
||||
- fix warnings reported by lgtm.com
|
||||
- enable parallel dirops
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 06:43:31 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fuse-overlayfs
|
||||
Version: 0.4.1
|
||||
Version: 0.5.1
|
||||
Release: 0
|
||||
Summary: FUSE implementation for overlayfs
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user