forked from pool/fuse-overlayfs
Accepting request 765715 from filesystems
OBS-URL: https://build.opensuse.org/request/show/765715 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=6
This commit is contained in:
commit
585cc32ed6
4
_service
4
_service
@ -3,8 +3,8 @@
|
|||||||
<param name="url">https://github.com/containers/fuse-overlayfs.git</param>
|
<param name="url">https://github.com/containers/fuse-overlayfs.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">fuse-overlayfs</param>
|
<param name="filename">fuse-overlayfs</param>
|
||||||
<param name="versionformat">0.7.3</param>
|
<param name="versionformat">0.7.5</param>
|
||||||
<param name="revision">v0.7.3</param>
|
<param name="revision">v0.7.5</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled">
|
<service name="set_version" mode="disabled">
|
||||||
<param name="basename">fuse-overlayfs</param>
|
<param name="basename">fuse-overlayfs</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:804229b9938f6ada60821985dd38afb4f592d890d875a410e70572eef57751a6
|
|
||||||
size 79292
|
|
3
fuse-overlayfs-0.7.5.tar.xz
Normal file
3
fuse-overlayfs-0.7.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa1457b9eef7b9935235ad26a2cda78ef8b1bb517e56c44c2a049ff675e2b162
|
||||||
|
size 79556
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 20 08:46:43 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
- Update to v0.7.5
|
||||||
|
- do not expose internal xattrs through listxattr and getxattr
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 17 10:38:18 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
- Update to v0.7.4
|
||||||
|
- fix fallocate for deleted files.
|
||||||
|
- ignore O_DIRECT. It causes issues with libfuse not using an
|
||||||
|
aligned buffer, causing write(2) to fail with EINVAL.
|
||||||
|
- on copyup, do not copy the opaque xattr.
|
||||||
|
- fix a wrong lookup for whiteout files, that could happen on a
|
||||||
|
double unlink.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 9 11:18:57 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
Thu Jan 9 11:18:57 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fuse-overlayfs
|
Name: fuse-overlayfs
|
||||||
Version: 0.7.3
|
Version: 0.7.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: FUSE implementation for overlayfs
|
Summary: FUSE implementation for overlayfs
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user