Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nbd for openSUSE:Factory checked in at 2025-09-10 17:30:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nbd (Old) and /work/SRC/openSUSE:Factory/.nbd.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nbd" Wed Sep 10 17:30:22 2025 rev:61 rq:1303524 version:3.26.1 Changes: -------- --- /work/SRC/openSUSE:Factory/nbd/nbd.changes 2023-06-20 16:49:37.183816256 +0200 +++ /work/SRC/openSUSE:Factory/.nbd.new.1977/nbd.changes 2025-09-10 17:30:34.890390450 +0200 @@ -1,0 +2,16 @@ +Wed Sep 3 12:35:50 UTC 2025 - [email protected] + +- version update to 3.26.1 + * fix missing -F short-option for certfile by @panarom in #151 + * add option for gnutls priority string by @panarom in #152 + * fix port setting from nbdtab by @felixonmars in #154 + * Fix for a synchronization bug in the handling of errors in NBD_OPT_GO by @ebblake + * Various fixes for issues found by a number of static analyzers, by Ćukasz Stelmach and the Tizen team + * fix the building of man pages +- deleted patches + - 0001_fix_setgroup.patch (upstreamed) +- added patches + https://github.com/NetworkBlockDevice/nbd/commit/f8d7d3dbf1ef2ef84c92fe375ebc8674a79e25c2 + + nbd-forgotten-sh.tmpl.patch + +------------------------------------------------------------------- Old: ---- 0001_fix_setgroup.patch nbd-3.25.tar.xz New: ---- nbd-3.26.1.tar.xz nbd-forgotten-sh.tmpl.patch ----------(Old B)---------- Old:- deleted patches - 0001_fix_setgroup.patch (upstreamed) - added patches ----------(Old E)---------- ----------(New B)---------- New: https://github.com/NetworkBlockDevice/nbd/commit/f8d7d3dbf1ef2ef84c92fe375ebc8674a79e25c2 + nbd-forgotten-sh.tmpl.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nbd.spec ++++++ --- /var/tmp/diff_new_pack.yZ7tvw/_old 2025-09-10 17:30:35.730425774 +0200 +++ /var/tmp/diff_new_pack.yZ7tvw/_new 2025-09-10 17:30:35.730425774 +0200 @@ -1,7 +1,7 @@ # # spec file for package nbd # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: nbd -Version: 3.25 +Version: 3.26.1 Release: 0 Summary: Network Block Device Server and Client Utilities License: GPL-2.0-or-later @@ -27,8 +27,10 @@ Source3: config.example Source4: nbd-server.sysconfig Source5: nbd-client.service -Patch1: 0001_fix_setgroup.patch +# https://github.com/NetworkBlockDevice/nbd/commit/f8d7d3dbf1ef2ef84c92fe375ebc8674a79e25c2 +Patch0: nbd-forgotten-sh.tmpl.patch BuildRequires: bison +BuildRequires: docbook-utils-minimal BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(glib-2.0) >= 2.26.0 ++++++ nbd-3.25.tar.xz -> nbd-3.26.1.tar.xz ++++++ ++++ 8807 lines of diff (skipped) ++++++ nbd-forgotten-sh.tmpl.patch ++++++ Index: nbd-3.26.1/man/sh.tmpl =================================================================== --- /dev/null +++ nbd-3.26.1/man/sh.tmpl @@ -0,0 +1,8 @@ +#!/bin/sh + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +sysconfdir=@sysconfdir@ + +cat <<EOF +
