1
0

4 Commits

Author SHA256 Message Date
8ca8463e9b Accepting request 1281868 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1281868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=21
2025-06-04 18:27:31 +00:00
79a9dcdf85 fuse-overlayfs 0.15
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=41
2025-06-02 10:22:49 +00:00
a1aa857185 Accepting request 1266721 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1266721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=20
2025-04-04 15:28:30 +00:00
David Sterba
b70e05bc07 - 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.

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=39
2025-04-02 23:53:47 +00:00
4 changed files with 28 additions and 7 deletions

View File

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

View File

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

Binary file not shown.

BIN
v1.15.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.