forked from pool/fuse-overlayfs
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
8ca8463e9b | |||
79a9dcdf85 | |||
a1aa857185 | |||
|
b70e05bc07 |
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 17 13:50:47 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 0.15:
|
||||||
|
* main: lookup upperdir only for created directories
|
||||||
|
* main: allow escaped colons in directory paths
|
||||||
|
* main: use extended override xattr to support devices
|
||||||
|
* remove unsupported option "lazytime"
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 10 14:48:19 UTC 2025 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 1.14
|
||||||
|
* isolate security xattrs for STAT_OVERRIDE_CONTAINERS. Prefix all security xattrs with XATTR_CONTAINERS_OVERRIDE_PREFIX.
|
||||||
|
* prefer user.containers.override_stat over user.fuseoverlayfs.
|
||||||
|
* do not force -1 for owner overriding extended attributes. Otherwise the value is written to the override extended attribute.
|
||||||
|
* fix file owner retrieval for chmod.
|
||||||
|
* honor umask with xattr_permissions.
|
||||||
|
* honor mode for devices with xattr_permissions.
|
||||||
|
* propagate extended attributes permissions with copyup.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 21 16:09:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Tue Nov 21 16:09:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fuse-overlayfs
|
# spec file for package fuse-overlayfs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fuse-overlayfs
|
Name: fuse-overlayfs
|
||||||
Version: 1.13
|
Version: 1.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: FUSE implementation for overlayfs
|
Summary: FUSE implementation for overlayfs
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@@ -33,7 +33,7 @@ BuildRequires: gcc
|
|||||||
An implementation of overlay+shiftfs in FUSE for rootless containers.
|
An implementation of overlay+shiftfs in FUSE for rootless containers.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
env NOCONFIGURE=1 ./autogen.sh
|
env NOCONFIGURE=1 ./autogen.sh
|
||||||
@@ -49,6 +49,6 @@ env NOCONFIGURE=1 ./autogen.sh
|
|||||||
%{_bindir}/fuse-overlayfs
|
%{_bindir}/fuse-overlayfs
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc %{_mandir}/man1/%{name}.1.gz
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
BIN
v1.13.tar.gz
(Stored with Git LFS)
BIN
v1.13.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
v1.15.tar.gz
(Stored with Git LFS)
Normal file
BIN
v1.15.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user