SHA256
1
0
forked from pool/nbdkit
Files
nbdkit/_service
James Fehlig d23f7fe3e5 - Update to version 1.40.2:
* Version 1.40.2.
  * tests/dummy-vddk.c: Stop the background thread in dummy _Exit function
  * vddk: Check create-size is aligned to VIXDISKLIB_SECTOR_SIZE
  * vddk: Detect possible VDDK crash and warn
  * docs: Refresh nbdkit-service(1) page
- Enable bzip2 filter

OBS-URL: https://build.opensuse.org/package/show/Virtualization/nbdkit?expand=0&rev=28
2024-09-03 22:04:51 +00:00

19 lines
713 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="filename">nbdkit</param>
<param name="revision">v1.40.2</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://gitlab.com/nbdkit/nbdkit.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual"/>
</services>