1
0
forked from pool/erofs-utils
erofs-utils/_service
Jan Engelhardt 7f96393ab0 Accepting request 1116971 from home:dimstar:Factory
- Update to version 1.7:
  * support arbitrary valid block sizes in addition to page size
  * (mkfs.erofs) arrange on-disk meta with Breadth-First Traversal
    instead
  * support long xattr name prefixes
  * support UUID functionality without libuuid
  * (mkfs.erofs, experimental) add DEFLATE algorithm support
  * (mkfs.erofs, experimental) support building images directly
    from tarballs
  * (dump.erofs) print more superblock fields
  * (mkfs.erofs, experimental) introduce preliminary rebuild mode
  * various bugfixes and cleanups (CVE-2023-33551, CVE-2023-33552)
- Switch service to mode=manual, as 'disabled' is deprecated.
- Pass spec file through spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/1116971
OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=22
2023-10-11 13:05:26 +00:00

15 lines
500 B
Plaintext

<services>
<service mode="manual" 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.7</param>
<param name="parent-tag">v1.7</param>
<param name="versionformat">1.7</param>
</service>
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="manual" name="set_version"/>
</services>