From 1009c33d5cf177b1c2853c0102cca8cb8c836469b2ff620af1328c0e42feec04 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Thu, 9 Jan 2020 11:20:58 +0000 Subject: [PATCH] Accepting request 762136 from home:sgrunert - Update to v0.7.3 - fix build with -fno-common - fix possible segmentation fault in direct_fsync() - use the data store to create missing whiteouts - after a rename, force a directory reload OBS-URL: https://build.opensuse.org/request/show/762136 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=9 --- _service | 4 ++-- fuse-overlayfs-0.7.2.tar.xz | 3 --- fuse-overlayfs-0.7.3.tar.xz | 3 +++ fuse-overlayfs.changes | 9 +++++++++ fuse-overlayfs.spec | 4 ++-- 5 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 fuse-overlayfs-0.7.2.tar.xz create mode 100644 fuse-overlayfs-0.7.3.tar.xz diff --git a/_service b/_service index 42edbe5..4a38d59 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/containers/fuse-overlayfs.git git fuse-overlayfs - 0.7.2 - v0.7.2 + 0.7.3 + v0.7.3 fuse-overlayfs diff --git a/fuse-overlayfs-0.7.2.tar.xz b/fuse-overlayfs-0.7.2.tar.xz deleted file mode 100644 index 10c96b4..0000000 --- a/fuse-overlayfs-0.7.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d6d91cd24f7c3ccd1ab1c11251ba08094645e2be818d803ee3c9e1eb9481a4e -size 79148 diff --git a/fuse-overlayfs-0.7.3.tar.xz b/fuse-overlayfs-0.7.3.tar.xz new file mode 100644 index 0000000..d4e75f4 --- /dev/null +++ b/fuse-overlayfs-0.7.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804229b9938f6ada60821985dd38afb4f592d890d875a410e70572eef57751a6 +size 79292 diff --git a/fuse-overlayfs.changes b/fuse-overlayfs.changes index cc4095d..eb36b7c 100644 --- a/fuse-overlayfs.changes +++ b/fuse-overlayfs.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jan 9 11:18:57 UTC 2020 - Sascha Grunert + +- Update to v0.7.3 + - fix build with -fno-common + - fix possible segmentation fault in direct_fsync() + - use the data store to create missing whiteouts + - after a rename, force a directory reload + ------------------------------------------------------------------- Tue Dec 17 14:06:08 UTC 2019 - Sascha Grunert diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index 63a6bf3..b71e760 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -1,7 +1,7 @@ # # spec file for package fuse-overlayfs # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 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: 0.7.2 +Version: 0.7.3 Release: 0 Summary: FUSE implementation for overlayfs License: GPL-3.0-only