Compare commits

1 Commits
main ... 1.1

4 changed files with 7 additions and 34 deletions

View File

@@ -1,30 +1,3 @@
-------------------------------------------------------------------
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>
- update to 1.13:
* fix a performance issue when dealing with big directories.
-------------------------------------------------------------------
Sun Jun 11 20:34:45 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package fuse-overlayfs
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2023 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.15
Version: 1.12
Release: 0
Summary: FUSE implementation for overlayfs
License: GPL-2.0-or-later
@@ -33,7 +33,7 @@ BuildRequires: gcc
An implementation of overlay+shiftfs in FUSE for rootless containers.
%prep
%autosetup -p1
%setup -q
%build
env NOCONFIGURE=1 ./autogen.sh
@@ -49,6 +49,6 @@ env NOCONFIGURE=1 ./autogen.sh
%{_bindir}/fuse-overlayfs
%doc README.md
%license COPYING
%{_mandir}/man1/%{name}.1%{?ext_man}
%doc %{_mandir}/man1/%{name}.1.gz
%changelog

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

Binary file not shown.

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

Binary file not shown.