Do not fail build on EPEL

Not all PDF building dependencies are present on EPEL. Build at least
HTML documentation, avoid PDF related failures.
This commit is contained in:
Petr Menšík 2021-12-06 13:18:43 +01:00
parent 1cd0a879cb
commit 7d4bbe8053

View File

@ -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}