Dominique Leuenberger 2020-07-15 09:30:01 +00:00 committed by Git OBS Bridge
commit 11a8ba70f1
5 changed files with 18 additions and 6 deletions

View File

@ -3,8 +3,8 @@
<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.0.0</param>
<param name="revision">v1.0.0</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>

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jun 24 13:10:52 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
- Update to v1.1.0
- use openat2(2) when available.
- accept "ro" as mount option.
- fix set mtime for a symlink.
- fix some issues reported by static analysis.
- fix potential infinite loop on a short read.
- fix creating a directory if the destination already exists
in the upper layer.
-------------------------------------------------------------------
Mon Apr 20 06:43:34 UTC 2020 - Sascha Grunert <sgrunert@suse.com>

View File

@ -17,7 +17,7 @@
Name: fuse-overlayfs
Version: 1.0.0
Version: 1.1.0
Release: 0
Summary: FUSE implementation for overlayfs
License: GPL-3.0-only