Accepting request 785986 from home:sgrunert

- Update to v0.7.8
  - report correctly the number of links for a directory also for
    subsequent stat calls
  - stop looking up the ino in the lower layers if the file could
    not be opened

OBS-URL: https://build.opensuse.org/request/show/785986
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=20
This commit is contained in:
Sascha Grunert 2020-03-17 16:06:58 +00:00 committed by Git OBS Bridge
parent 66a5758cb1
commit 34c18bd4d1
5 changed files with 15 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">0.7.7</param>
<param name="revision">v0.7.7</param>
<param name="versionformat">0.7.8</param>
<param name="revision">v0.7.8</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:766b333673132079ef5f7da3bfe71a23da0f0c68428de58a7b8729d0a75a21b5
size 79932

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Mar 17 16:04:37 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
- Update to v0.7.8
- report correctly the number of links for a directory also for
subsequent stat calls
- stop looking up the ino in the lower layers if the file could
not be opened
-------------------------------------------------------------------
Wed Mar 4 10:58:45 UTC 2020 - Sascha Grunert <sgrunert@suse.com>

View File

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