fuse-overlayfs/_service
Sascha Grunert 34c18bd4d1 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
2020-03-17 16:06:58 +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.8</param>
<param name="revision">v0.7.8</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>