1
0
forked from pool/erofs-utils

Accepting request 1079936 from home:amanzini:branches:filesystems

- 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
This commit is contained in:
2023-04-19 20:49:52 +00:00
committed by Git OBS Bridge
parent d81d2dd395
commit 3e55631565
5 changed files with 22 additions and 8 deletions

View File

@@ -2,9 +2,9 @@
<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.5</param>
<param name="parent-tag">v1.5</param>
<param name="versionformat">1.5</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>