Accepting request 827054 from filesystems

- 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/request/show/827054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-overlayfs?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2020-08-19 16:46:57 +00:00 committed by Git OBS Bridge
commit ecd1c6b8ae
5 changed files with 13 additions and 21 deletions

View File

@ -1,16 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/containers/fuse-overlayfs.git</param>
<param name="scm">git</param>
<param name="filename">fuse-overlayfs</param>
<param name="versionformat">1.1.0</param>
<param name="revision">v1.1.0</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">fuse-overlayfs</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4615fb63d28b40f57f37f5b6127702560b00fd0e87bef0a2421e6a3f498732dd
size 80748

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Aug 16 15:05:34 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- 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 <rhafer@suse.com>

View File

@ -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

3
v1.1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c0fa67f806c44d5c51f4bce02fdcb546137a2688a8de76d93d07b79defc9cac
size 98055