forked from pool/fuse-overlayfs
Accepting request 874540 from filesystems
OBS-URL: https://build.opensuse.org/request/show/874540 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=15
This commit is contained in:
commit
2da9bf709f
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 22 09:02:36 UTC 2021 - Ismail Dönmez <idonmez@suse.com>
|
||||
|
||||
- Update to version 1.4.0
|
||||
* add squash_to_uid and squash_to_gid
|
||||
* add squash_to_root mount option.
|
||||
* honor option "volatile".
|
||||
* when writing mode to xattr, create files with mode 0755.
|
||||
* support ID mapping when using xattr permissions.
|
||||
* allow opening not accessible but still referenced files.
|
||||
* invalidate directory cache on create/rename.
|
||||
* fix segfault if no mountpoint specified
|
||||
* fix file_exists_at musl compatibility
|
||||
* introduce extended attribute to override gid/uid/mode.
|
||||
* support writing uid/gid/mode to an extended attribute.
|
||||
* fix a memory leak, where inodes are maintained in memory
|
||||
even if not needed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 16 15:05:34 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fuse-overlayfs
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fuse-overlayfs
|
||||
Version: 1.1.2
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: FUSE implementation for overlayfs
|
||||
License: GPL-3.0-only
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c0fa67f806c44d5c51f4bce02fdcb546137a2688a8de76d93d07b79defc9cac
|
||||
size 98055
|
3
v1.4.0.tar.gz
Normal file
3
v1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e5666aef4f2047e6a5202d6438b08c2d314dba5b40e431014e7dbb8168d9018
|
||||
size 102363
|
Loading…
Reference in New Issue
Block a user