From 62aac7076a6875f68bfe5ef222123ab31e31d7e7b6c5698ab282557a4018e529 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Aug 2020 15:06:50 +0000 Subject: [PATCH] - udpate to 1.1.2 - fix build issues with libmusl. - fix memory leak when creating whiteout files. - fix lookup for overflow uid when it is different than the overflow gid. OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=26 --- _service | 16 ---------------- fuse-overlayfs-1.1.0.tar.xz | 3 --- fuse-overlayfs.changes | 8 ++++++++ fuse-overlayfs.spec | 4 ++-- v1.1.2.tar.gz | 3 +++ 5 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 _service delete mode 100644 fuse-overlayfs-1.1.0.tar.xz create mode 100644 v1.1.2.tar.gz diff --git a/_service b/_service deleted file mode 100644 index d8c8d2c..0000000 --- a/_service +++ /dev/null @@ -1,16 +0,0 @@ - - - https://github.com/containers/fuse-overlayfs.git - git - fuse-overlayfs - 1.1.0 - v1.1.0 - - - fuse-overlayfs - - - *.tar - xz - - diff --git a/fuse-overlayfs-1.1.0.tar.xz b/fuse-overlayfs-1.1.0.tar.xz deleted file mode 100644 index 8b57e8b..0000000 --- a/fuse-overlayfs-1.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4615fb63d28b40f57f37f5b6127702560b00fd0e87bef0a2421e6a3f498732dd -size 80748 diff --git a/fuse-overlayfs.changes b/fuse-overlayfs.changes index 5a6a1a5..0f168b4 100644 --- a/fuse-overlayfs.changes +++ b/fuse-overlayfs.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Aug 16 15:05:34 UTC 2020 - Dirk Mueller + +- udpate to 1.1.2 + - fix build issues with libmusl. + - fix memory leak when creating whiteout files. + - fix lookup for overflow uid when it is different than the overflow gid. + ------------------------------------------------------------------- Wed Jun 24 13:10:52 UTC 2020 - Ralf Haferkamp diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index 9b9de60..e31612f 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -17,13 +17,13 @@ Name: fuse-overlayfs -Version: 1.1.0 +Version: 1.1.2 Release: 0 Summary: FUSE implementation for overlayfs License: GPL-3.0-only Group: System/Management URL: https://github.com/containers/fuse-overlayfs -Source0: %{name}-%{version}.tar.xz +Source0: https://github.com/containers/fuse-overlayfs/archive/v%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: fuse3-devel diff --git a/v1.1.2.tar.gz b/v1.1.2.tar.gz new file mode 100644 index 0000000..9b24ec4 --- /dev/null +++ b/v1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0fa67f806c44d5c51f4bce02fdcb546137a2688a8de76d93d07b79defc9cac +size 98055