fuse-overlayfs/_service
Sascha Grunert 8748ebadeb 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
2020-02-04 09:15:09 +00:00

17 lines
577 B
Plaintext

<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">0.7.6</param>
<param name="revision">v0.7.6</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>