From 718d9c51b26b9ee819110602aaa48590544e7ccc1ff925647c07490145de0853 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Tue, 4 Feb 2020 09:15:09 +0000 Subject: [PATCH] Accepting request 769896 from home:sgrunert - Update to v0.7.6 - do not look in lower layers for the ino if there is no origin xattr set - attempt to use the file path if the operation on the fd fails with ENXIO OBS-URL: https://build.opensuse.org/request/show/769896 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=14 --- _service | 4 ++-- fuse-overlayfs-0.7.5.tar.xz | 3 --- fuse-overlayfs-0.7.6.tar.xz | 3 +++ fuse-overlayfs.changes | 9 +++++++++ fuse-overlayfs.spec | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 fuse-overlayfs-0.7.5.tar.xz create mode 100644 fuse-overlayfs-0.7.6.tar.xz diff --git a/_service b/_service index c38fb3c..4f0d5a9 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/containers/fuse-overlayfs.git git fuse-overlayfs - 0.7.5 - v0.7.5 + 0.7.6 + v0.7.6 fuse-overlayfs diff --git a/fuse-overlayfs-0.7.5.tar.xz b/fuse-overlayfs-0.7.5.tar.xz deleted file mode 100644 index 17ccb66..0000000 --- a/fuse-overlayfs-0.7.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa1457b9eef7b9935235ad26a2cda78ef8b1bb517e56c44c2a049ff675e2b162 -size 79556 diff --git a/fuse-overlayfs-0.7.6.tar.xz b/fuse-overlayfs-0.7.6.tar.xz new file mode 100644 index 0000000..452e9b4 --- /dev/null +++ b/fuse-overlayfs-0.7.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e5e4fadb4bb28d41844cf8ff45fc08c1a910e58155e43643053d867082f4db +size 79748 diff --git a/fuse-overlayfs.changes b/fuse-overlayfs.changes index f712957..4e8b6cb 100644 --- a/fuse-overlayfs.changes +++ b/fuse-overlayfs.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 4 08:12:04 UTC 2020 - Sascha Grunert + +- Update to v0.7.6 + - do not look in lower layers for the ino if there is no origin + xattr set + - attempt to use the file path if the operation on the fd fails + with ENXIO + ------------------------------------------------------------------- Mon Jan 20 08:46:43 UTC 2020 - Sascha Grunert diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index c86c2b6..2030231 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -17,7 +17,7 @@ Name: fuse-overlayfs -Version: 0.7.5 +Version: 0.7.6 Release: 0 Summary: FUSE implementation for overlayfs License: GPL-3.0-only