* Version 1.46.2. * sparse-random: Parse runlength parameter using nbdkit_parse_size * vram: Link to blkdiscard(8) * tests/functions.sh.in: Remove obsolete comment * common/utils/utils.h: Add C++ boilerplate * map: Fix documentation about changing the size of the disk * configure.ac: Remove use of "which" command * vddk: Test with VDDK 9.0.1.0 * qcow2dec: Don't pass flags from .extents through to .pread * file: Change calculations of block size hints for block devices * todo: Add note about problems with file plugin block_size * file: Don't advertise minimum_io_size > 64K (the max supported by NBD) * blocksize-policy: Fix assertion failure on unaligned block status * python: Sort documentation for module functions in order * python: Link to C man pages for module functions OBS-URL: https://build.opensuse.org/package/show/Virtualization/nbdkit?expand=0&rev=59
19 lines
713 B
Plaintext
19 lines
713 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="filename">nbdkit</param>
|
|
<param name="revision">v1.46.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>
|