Accepting request 869208 from home:dirkmueller:branches:network:utilities

- update to 3.21:
  - Fix --disable-manpages build
  - Fix a bug in whitespace handling regarding authorization files
  - Support client-side marking of devices as read-only
  - Support preinitialized NBD connection (i.e., skip the negotiation).
  - Fix the systemd unit file for nbd-client so it works with netlink (the
    more common situation nowadays)

OBS-URL: https://build.opensuse.org/request/show/869208
OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=76
This commit is contained in:
Martin Pluskal 2021-02-04 11:39:27 +00:00 committed by Git OBS Bridge
parent 7197432ffd
commit b213c3a7b0
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0e1b3538ab7ae5accf56180afd1a9887d415b98d21223b8ad42592b4af7d6cd
size 535136

3
nbd-3.21.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7688af39d91733bbcd2db08062c44fe503d004e51528740139c44aff6a6bef9
size 523472

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 4 11:16:57 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.21:
- Fix --disable-manpages build
- Fix a bug in whitespace handling regarding authorization files
- Support client-side marking of devices as read-only
- Support preinitialized NBD connection (i.e., skip the negotiation).
- Fix the systemd unit file for nbd-client so it works with netlink (the
more common situation nowadays)
-------------------------------------------------------------------
Fri Sep 18 08:53:47 UTC 2020 - Michał Rostecki <mrostecki@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package nbd
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: nbd
Version: 3.20
Version: 3.21
Release: 0
Summary: Network Block Device Server and Client Utilities
License: GPL-2.0-or-later