* 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
f8d7d3dbf1
+ nbd-forgotten-sh.tmpl.patch
OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=86
14 lines
252 B
Diff
14 lines
252 B
Diff
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
|
|
+
|