From 113ef2a069e262083330bf0c210b4f3dd72a3295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 25 Aug 2021 16:34:25 +0200 Subject: [PATCH] Ensure return codes make it into generated dig manual It seems patched version were not catched by build dependencies. Change include modification to propagate it. --- bind.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bind.spec b/bind.spec index 5a86ee0..ec2280a 100644 --- a/bind.spec +++ b/bind.spec @@ -92,6 +92,7 @@ Patch72: bind-9.5-dlz-64bit.patch Patch106:bind93-rh490837.patch Patch112:bind97-rh645544.patch Patch130:bind-9.9.1-P2-dlz-libdb.patch +# https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/2688 Patch133:bind99-rh640538.patch # Make PKCS11 used only for pkcs11 parts Patch135:bind-9.14-config-pkcs11.patch @@ -415,6 +416,7 @@ cp -r lib/ns{,-pkcs11} %endif %patch133 -p1 -b .rh640538 +touch doc/man/dig.rst # Sparc and s390 arches need to use -fPIE %ifarch sparcv9 sparc64 s390 s390x @@ -1130,6 +1132,7 @@ fi; * Wed Aug 25 2021 Petr Menšík - 32:9.16.20-3 - Increase map format version, lower memory consuption a bit (#1997504) - Remove unneeded test variants changes +- Include documentation of dig return codes * Thu Aug 19 2021 Petr Menšík - 32:9.16.20-2 - Fix map file format regression