forked from pool/fuse-overlayfs
da9046315b
- 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
17 lines
577 B
Plaintext
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>
|