From b213c3a7b0b6cbe52e9ce239100fdd504e30de1b4dc48e468f107bb7fb69e370 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 4 Feb 2021 11:39:27 +0000 Subject: [PATCH] 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 --- nbd-3.20.tar.xz | 3 --- nbd-3.21.tar.xz | 3 +++ nbd.changes | 11 +++++++++++ nbd.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 nbd-3.20.tar.xz create mode 100644 nbd-3.21.tar.xz diff --git a/nbd-3.20.tar.xz b/nbd-3.20.tar.xz deleted file mode 100644 index 20e3f0a..0000000 --- a/nbd-3.20.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0e1b3538ab7ae5accf56180afd1a9887d415b98d21223b8ad42592b4af7d6cd -size 535136 diff --git a/nbd-3.21.tar.xz b/nbd-3.21.tar.xz new file mode 100644 index 0000000..42fe96e --- /dev/null +++ b/nbd-3.21.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7688af39d91733bbcd2db08062c44fe503d004e51528740139c44aff6a6bef9 +size 523472 diff --git a/nbd.changes b/nbd.changes index 67fa66e..59c646f 100644 --- a/nbd.changes +++ b/nbd.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 4 11:16:57 UTC 2021 - Dirk Müller + +- 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 diff --git a/nbd.spec b/nbd.spec index 068ed38..2490f66 100644 --- a/nbd.spec +++ b/nbd.spec @@ -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