diff --git a/_service b/_service index b043f19..42edbe5 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/containers/fuse-overlayfs.git git fuse-overlayfs - 0.5.1 - v0.5.1 + 0.7.2 + v0.7.2 fuse-overlayfs diff --git a/fuse-overlayfs-0.5.1.tar.xz b/fuse-overlayfs-0.5.1.tar.xz deleted file mode 100644 index 5e1e071..0000000 --- a/fuse-overlayfs-0.5.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4b1772ba77a10e59f666ec617745c2c37addec381d0c45ae1567ea97c805098 -size 73040 diff --git a/fuse-overlayfs-0.7.2.tar.xz b/fuse-overlayfs-0.7.2.tar.xz new file mode 100644 index 0000000..10c96b4 --- /dev/null +++ b/fuse-overlayfs-0.7.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6d91cd24f7c3ccd1ab1c11251ba08094645e2be818d803ee3c9e1eb9481a4e +size 79148 diff --git a/fuse-overlayfs.changes b/fuse-overlayfs.changes index 38e544f..cc4095d 100644 --- a/fuse-overlayfs.changes +++ b/fuse-overlayfs.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Dec 17 14:06:08 UTC 2019 - Sascha Grunert + +- Update to v0.7.2 + - introduce inodes cache + - correctly read inode for unix sockets + - avoid hash map lookup when possible + - use st_dev for the ino key + - check whether writeback is supported + - set_attrs: don't require write to S_IFREG + - ioctl: do not reuse fi->fh for directories + - fix skip whiteout deletion optimization + - store the new mode after chmod + ------------------------------------------------------------------- Mon Aug 19 08:04:35 UTC 2019 - Sascha Grunert diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index 33fe757..63a6bf3 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -1,7 +1,7 @@ # # spec file for package fuse-overlayfs # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: fuse-overlayfs -Version: 0.5.1 +Version: 0.7.2 Release: 0 Summary: FUSE implementation for overlayfs License: GPL-3.0-only Group: System/Management -Url: https://github.com/containers/fuse-overlayfs +URL: https://github.com/containers/fuse-overlayfs Source0: %{name}-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake