From 7d4bbe8053048938ae0dafc3462c471327b2f18d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Mon, 6 Dec 2021 13:18:43 +0100 Subject: [PATCH] Do not fail build on EPEL Not all PDF building dependencies are present on EPEL. Build at least HTML documentation, avoid PDF related failures. --- bind9-next.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bind9-next.spec b/bind9-next.spec index 53ee3a9..f601600 100644 --- a/bind9-next.spec +++ b/bind9-next.spec @@ -22,7 +22,10 @@ %bcond_without DOC # Because of issues with PDF rebuild, include only HTML pages # Current error: unable top find isc-logo.pdf +%if 0%{?fedora} +# RHEL and ELN do not have all required packages %bcond_without DOCPDF +%endif %bcond_with TSAN %{?!bind_uid: %global bind_uid 25}