forked from pool/fuse-overlayfs
e4bc651237
- Update to v0.7.4 - fix fallocate for deleted files. - ignore O_DIRECT. It causes issues with libfuse not using an aligned buffer, causing write(2) to fail with EINVAL. - on copyup, do not copy the opaque xattr. - fix a wrong lookup for whiteout files, that could happen on a double unlink. OBS-URL: https://build.opensuse.org/request/show/765199 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=11
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.4</param>
|
|
<param name="revision">v0.7.4</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>
|