- Update to version 1.9.3: * Version 1.9.3. * maint: Modernize configure.ac to silence autoreconf warnings * maint: Update to latest ax_pthread.m4 * copy: Avoid potential divide by zero when source size is zero * copy: Test corner case of copying from zero-sized source * copy: Fix progress bar * Update CI files once more * ci: Allow failure when building fedora rawhide container * ci: Consolidate refresh scripts * macOS: Simple cloexec/nonblock fix * info: Require can_cache for info-can.sh * CI: Add testing on Alpine * Update CI files * macOS: Do not use --version_script * One more VSOCK include fix * m4: Remove *~ on make clean * ci: Rework the build script to run check-valgrind properly * fuse: move check-valgrind out from condition * qemu-storage-daemon 5.2.0 is still broken * Version 1.9.2. * python: Add missing test file to EXTRA_DIST * build: Warn about large stack frames * configure: Add a macro to test if compiler -W warning flags work * lib/uri.c: nbd_get_uri: Do not translate port name into service * python: Implement nbd.aio_connect for AF_UNIX * bash: Generate completion files during build * info: Add percentage after field in --map --totals * info: Add --can|--is options to test for NBD flags * info: Add --map --totals sub-mode to display summary of map OBS-URL: https://build.opensuse.org/request/show/914303 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libnbd?expand=0&rev=10
19 lines
719 B
Plaintext
19 lines
719 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="filename">libnbd</param>
|
|
<param name="revision">v1.9.3</param>
|
|
<param name="scm">git</param>
|
|
<param name="submodules">disable</param>
|
|
<param name="url">https://gitlab.com/nbdkit/libnbd.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="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|