From a2d073ecc1de54b5b551868fad1c4307448ffe92f7cc26420a49bdc8d0822d6c Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 20 Jun 2023 08:28:39 +0000 Subject: [PATCH] - 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 --- nbd-3.24.tar.xz | 3 --- nbd-3.25.tar.xz | 3 +++ nbd.changes | 9 +++++++++ nbd.spec | 13 ++++--------- 4 files changed, 16 insertions(+), 12 deletions(-) delete mode 100644 nbd-3.24.tar.xz create mode 100644 nbd-3.25.tar.xz diff --git a/nbd-3.24.tar.xz b/nbd-3.24.tar.xz deleted file mode 100644 index d39d4aa..0000000 --- a/nbd-3.24.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6877156d23a7b33f75eee89d2f5c2c91c542afc3cdcb636dea5a88539a58d10c -size 556928 diff --git a/nbd-3.25.tar.xz b/nbd-3.25.tar.xz new file mode 100644 index 0000000..783caf4 --- /dev/null +++ b/nbd-3.25.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c8fd0fcb57b1c926594d0e57f356432ee08678bef1d40d088f0830f0cbdd0a +size 566360 diff --git a/nbd.changes b/nbd.changes index 15513a6..73aaca0 100644 --- a/nbd.changes +++ b/nbd.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jun 20 08:27:42 UTC 2023 - Martin Pluskal + +- 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 diff --git a/nbd.spec b/nbd.spec index 4786a1c..97507c1 100644 --- a/nbd.spec +++ b/nbd.spec @@ -1,7 +1,7 @@ # # 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 # 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 -Version: 3.24 +Version: 3.25 Release: 0 Summary: Network Block Device Server and Client Utilities License: GPL-2.0-or-later -Group: Productivity/Networking/Other 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 Source3: config.example 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. %prep -%setup -q -%patch1 -p1 +%autosetup -p1 %build %configure