Disable docs in RHEL builds
RHEL does not include all the doc build dependencies.
This commit is contained in:
parent
70b1e7fa69
commit
e860ec921c
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
# https://bugzilla.redhat.com/show_bug.cgi?id=2006555 for discussion.
|
||||
#
|
||||
# We can generate PDF documentation as a substitute.
|
||||
%bcond_without doc_pdf
|
||||
# RHEL does not include all the doc dependencies
|
||||
%bcond doc_pdf %{undefined rhel}
|
||||
|
||||
Name: python-chardet
|
||||
Version: 5.1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue