Accepting request 903565 from home:jfehlig:branches:Virtualization
- Update to version 1.9.1: * Version 1.9.1. * ci: Update build files * ci: Also perform `brew upgrade` on MacOS * ci: Only run `make check` on Linux * ci: Skip some broken tests/distro combinations * ci: Rename build_script.sh to just build.sh * ci: Add support for test skipping * ci: Some build script fixes * ci: Fix run commands in README * ci: Add support for FreeBSD-13.0 * ci: Remove debian-10-clang build * ci: Remove cross-compilation targets * ci: Change docker driver and archive logs * tests: Rename version to get-version * tests: Do not use magic parameter for some nbdkit plugins * tests: Require cap_sys_admin where root is required * tests: Fix port randomisation * tests: Enhance fuse probing * tests: Clean up qemu-nbd detection * tests: Fix hexdump probing * interop: Do not test against broken qemu-storage-daemon * fuse: Only support defined fallocate modes * Include sys/vsock.h if linux/vm_sockets.h is not available * info: Avoid ambiguous 'allocated' terminology in --map * run: Unset DEBUGINFOD_URLS * ci/cirrus: Update system before doing anything else OBS-URL: https://build.opensuse.org/request/show/903565 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libnbd?expand=0&rev=9
This commit is contained in:
parent
9255784ef4
commit
b2c5e43354
2
_service
2
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="filename">libnbd</param>
|
<param name="filename">libnbd</param>
|
||||||
<param name="revision">v1.8.0</param>
|
<param name="revision">v1.9.1</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="submodules">disable</param>
|
<param name="submodules">disable</param>
|
||||||
<param name="url">https://gitlab.com/nbdkit/libnbd.git</param>
|
<param name="url">https://gitlab.com/nbdkit/libnbd.git</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:281b7d4ee5879d9ef4a71f834da307beafa51bbf23deb01654e3b30bd19e4651
|
|
||||||
size 269802
|
|
3
libnbd-1.9.1.tar.bz2
Normal file
3
libnbd-1.9.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:05667a22232752bf920079f076c7093ce4a8c9e3842a1eed30c20312dd315c3e
|
||||||
|
size 269089
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 01 14:37:03 UTC 2021 - jfehlig@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.9.1:
|
||||||
|
* Version 1.9.1.
|
||||||
|
* ci: Update build files
|
||||||
|
* ci: Also perform `brew upgrade` on MacOS
|
||||||
|
* ci: Only run `make check` on Linux
|
||||||
|
* ci: Skip some broken tests/distro combinations
|
||||||
|
* ci: Rename build_script.sh to just build.sh
|
||||||
|
* ci: Add support for test skipping
|
||||||
|
* ci: Some build script fixes
|
||||||
|
* ci: Fix run commands in README
|
||||||
|
* ci: Add support for FreeBSD-13.0
|
||||||
|
* ci: Remove debian-10-clang build
|
||||||
|
* ci: Remove cross-compilation targets
|
||||||
|
* ci: Change docker driver and archive logs
|
||||||
|
* tests: Rename version to get-version
|
||||||
|
* tests: Do not use magic parameter for some nbdkit plugins
|
||||||
|
* tests: Require cap_sys_admin where root is required
|
||||||
|
* tests: Fix port randomisation
|
||||||
|
* tests: Enhance fuse probing
|
||||||
|
* tests: Clean up qemu-nbd detection
|
||||||
|
* tests: Fix hexdump probing
|
||||||
|
* interop: Do not test against broken qemu-storage-daemon
|
||||||
|
* fuse: Only support defined fallocate modes
|
||||||
|
* Include sys/vsock.h if linux/vm_sockets.h is not available
|
||||||
|
* info: Avoid ambiguous 'allocated' terminology in --map
|
||||||
|
* run: Unset DEBUGINFOD_URLS
|
||||||
|
* ci/cirrus: Update system before doing anything else
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 09 19:50:28 UTC 2021 - jfehlig@suse.com
|
Wed Jun 09 19:50:28 UTC 2021 - jfehlig@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define sover 0
|
%define sover 0
|
||||||
|
|
||||||
Name: libnbd
|
Name: libnbd
|
||||||
Version: 1.8.0
|
Version: 1.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: NBD client library in userspace
|
Summary: NBD client library in userspace
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user