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:
parent
1cd0a879cb
commit
7d4bbe8053
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user