diff --git a/bind.spec b/bind.spec
index 91df24e..b3a15fb 100644
--- a/bind.spec
+++ b/bind.spec
@@ -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