Reenable PDF building again (#1984687)

This commit is contained in:
Petr Menšík 2021-08-03 08:11:03 +02:00
parent dc4646b7fd
commit 77857154b5
1 changed files with 5 additions and 4 deletions

View File

@ -19,9 +19,7 @@
%bcond_without DNSTAP
%bcond_without LMDB
%bcond_without DOC
%if 0%{?fedora} && 0%{?fedora} < 35
# FIXME: broken again on f35 (bug #1984687)
# Because of issues with PDF rebuild, include only HTML pages
%if 0%{?fedora}
# RHEL and ELN do not have all required packages
%bcond_without DOCPDF
%endif
@ -55,7 +53,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: MPLv2.0
Version: 9.16.19
Release: 2%{?dist}
Release: 3%{?dist}
Epoch: 32
Url: https://www.isc.org/downloads/bind/
#
@ -1132,6 +1130,9 @@ fi;
%endif
%changelog
* Tue Aug 03 2021 Petr Menšík <pemensik@redhat.com> - 32:9.16.19-3
- Reenable PDF building again (#1984687)
* Fri Jul 23 2021 Petr Menšík <pemensik@redhat.com> - 32:9.16.19-2
- Include backward compatible html symlink in doc subpackage