forked from pool/erofs-utils
Jan Engelhardt
3e55631565
- Update to release 1.6 * support fragments by using `-Efragments` * support compressed data deduplication by using `-Ededupe` * (erofsfuse) support extended attributes * (mkfs.erofs) support multiple algorithms in a single image * (mkfs.erofs) support chunk-based sparse files * (mkfs.erofs) add volume-label setting support * (mkfs.erofs) add uid/gid offsetting support * (mkfs.erofs) pack files entirely by using `-Eall-fragments` * various bugfixes and cleanups; OBS-URL: https://build.opensuse.org/request/show/1079936 OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=20
15 lines
506 B
Plaintext
15 lines
506 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v1.6</param>
|
|
<param name="parent-tag">v1.6</param>
|
|
<param name="versionformat">1.6</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|