From b2579336757089ec8ec78792d884e8e9bb9a4ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Sat, 10 Jul 2021 14:47:31 +0200 Subject: [PATCH] Disable PDF build on ELN texlive-xindy is not available on ELN branch, therefore PDF building would always fail. Skip PDF there. --- bind.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index 616da37..47527e0 100644 --- a/bind.spec +++ b/bind.spec @@ -23,8 +23,11 @@ %bcond_without DNSTAP %bcond_without LMDB %bcond_without DOC +%if 0%{?fedora} # Because of issues with PDF rebuild, include only HTML pages +# RHEL and ELN do not have all required packages %bcond_without DOCPDF +%endif %bcond_with TSAN %{?!bind_uid: %global bind_uid 25} @@ -55,7 +58,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: MPLv2.0 Version: 9.16.18 -Release: 3%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} +Release: 4%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} Epoch: 32 Url: https://www.isc.org/downloads/bind/ # @@ -1129,6 +1132,9 @@ fi; %endif %changelog +* Sat Jul 10 2021 Petr Menšík - 32:9.16.18-4 +- Disable PDF building on ELN + * Sat Jul 10 2021 Björn Esser - 32:9.16.18-3 - Rebuild for versioned symbols in json-c