Accepting request 724680 from home:sgrunert

Update to latest version

OBS-URL: https://build.opensuse.org/request/show/724680
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=5
This commit is contained in:
David Sterba 2019-08-20 12:32:56 +00:00 committed by Git OBS Bridge
parent 45b6422728
commit 1843b6bf18
5 changed files with 22 additions and 6 deletions

View File

@ -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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b1986f75b43a65454871bce4816452eae5b74d109b031623d377a2db6eaa9d2
size 69244

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c4b1772ba77a10e59f666ec617745c2c37addec381d0c45ae1567ea97c805098
size 73040

View File

@ -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>

View File

@ -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