- Update to version 3.25:
* nbd-server now implements structured replies with a compliant client. * nbd-server now works as expected when compiled against glib >= 2.76. * various minor bug fixes * nbd-server and nbd-client now no longer have compile-time support for the SDP protocol. Support for this was old and probably not functional; the protocol in itself is also deprecated. OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=84
This commit is contained in:
parent
8bd7d4da12
commit
a2d073ecc1
BIN
nbd-3.24.tar.xz
(Stored with Git LFS)
BIN
nbd-3.24.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
nbd-3.25.tar.xz
Normal file
3
nbd-3.25.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f5c8fd0fcb57b1c926594d0e57f356432ee08678bef1d40d088f0830f0cbdd0a
|
||||||
|
size 566360
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 20 08:27:42 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.25:
|
||||||
|
* nbd-server now implements structured replies with a compliant client.
|
||||||
|
* nbd-server now works as expected when compiled against glib >= 2.76.
|
||||||
|
* various minor bug fixes
|
||||||
|
* nbd-server and nbd-client now no longer have compile-time support for the SDP protocol. Support for this was old and probably not functional; the protocol in itself is also deprecated.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 10 14:45:08 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sun Apr 10 14:45:08 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
13
nbd.spec
13
nbd.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nbd
|
# spec file for package nbd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,17 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if ! %{defined _fillupdir}
|
|
||||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
|
||||||
%endif
|
|
||||||
Name: nbd
|
Name: nbd
|
||||||
Version: 3.24
|
Version: 3.25
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Network Block Device Server and Client Utilities
|
Summary: Network Block Device Server and Client Utilities
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/Other
|
|
||||||
URL: https://nbd.sourceforge.io/
|
URL: https://nbd.sourceforge.io/
|
||||||
Source0: https://sourceforge.net/projects/nbd/files/nbd/%{version}/nbd-%{version}.tar.xz
|
Source0: https://github.com/NetworkBlockDevice/nbd/releases/download/nbd-%{version}/nbd-%{version}.tar.xz
|
||||||
Source1: %{name}-server.service
|
Source1: %{name}-server.service
|
||||||
Source3: config.example
|
Source3: config.example
|
||||||
Source4: nbd-server.sysconfig
|
Source4: nbd-server.sysconfig
|
||||||
@ -61,8 +57,7 @@ The package also contains the nbd-client tools, which you need to
|
|||||||
configure the nbd devices on the client side.
|
configure the nbd devices on the client side.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Loading…
Reference in New Issue
Block a user