forked from pool/fuse-overlayfs
Accepting request 713215 from filesystems
OBS-URL: https://build.opensuse.org/request/show/713215 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=2
This commit is contained in:
commit
e34cbc5700
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.3</param>
|
||||
<param name="revision">v0.3</param>
|
||||
<param name="versionformat">0.4.1</param>
|
||||
<param name="revision">v0.4.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:39049147da08ae38e0612835282067e9d12d642015da1c241089137facb93df0
|
||||
size 65868
|
3
fuse-overlayfs-0.4.1.tar.xz
Normal file
3
fuse-overlayfs-0.4.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b1986f75b43a65454871bce4816452eae5b74d109b031623d377a2db6eaa9d2
|
||||
size 69244
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 06:43:31 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
- Update to v0.4.1:
|
||||
- create_directory: do not redeclare variable buf
|
||||
- fuse-overlayfs: accept option "dev"
|
||||
- fuse-overlayfs: add check to readdir for the node parent
|
||||
- fuse-overlayfs: add cleanup for layers
|
||||
- fuse-overlayfs: drop usage of static arrays for paths
|
||||
- fuse-overlayfs: refactor some xattrs common code
|
||||
- fuse-overlayfs: start using GCC autocleanup
|
||||
- fuse-overlayfs: use cleanup function for initializing node
|
||||
- fuse-overlays: fix interaction of unlink(2) with readdir(2)
|
||||
- main: add missing debug messages
|
||||
- main: do the unlink only after we created the temporary file
|
||||
- main: fix a fd leak
|
||||
- main: ignore EINVAL when copying xattrs
|
||||
- setattr: use fd from fi->fh for ftruncate() whenever possible
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 20:38:29 UTC 2019 - Flavio Castelli <fcastelli@suse.com>
|
||||
|
||||
|
@ -12,12 +12,12 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: fuse-overlayfs
|
||||
Version: 0.3
|
||||
Version: 0.4.1
|
||||
Release: 0
|
||||
Summary: FUSE implementation for overlayfs
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user