Accepting request 769896 from home:sgrunert

- Update to v0.7.6
  - do not look in lower layers for the ino if there is no origin
    xattr set
  - attempt to use the file path if the operation on the fd fails
    with ENXIO

OBS-URL: https://build.opensuse.org/request/show/769896
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=14
This commit is contained in:
Sascha Grunert 2020-02-04 09:15:09 +00:00 committed by Git OBS Bridge
parent 9ca635bd40
commit 8748ebadeb
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.5</param>
<param name="revision">v0.7.5</param>
<param name="versionformat">0.7.6</param>
<param name="revision">v0.7.6</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:aa1457b9eef7b9935235ad26a2cda78ef8b1bb517e56c44c2a049ff675e2b162
size 79556

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 4 08:12:04 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
- Update to v0.7.6
- do not look in lower layers for the ino if there is no origin
xattr set
- attempt to use the file path if the operation on the fd fails
with ENXIO
-------------------------------------------------------------------
Mon Jan 20 08:46:43 UTC 2020 - Sascha Grunert <sgrunert@suse.com>

View File

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