From a58a3a3f05c723152027dfa065a28a559ab5f104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 21 Jul 2021 23:39:34 +0200 Subject: [PATCH] Disable PDF building on Rawhide (#1984687) Just temporary workaround to failing pdf build. --- bind.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index 820b53d..d4ffeed 100644 --- a/bind.spec +++ b/bind.spec @@ -19,7 +19,8 @@ %bcond_without DNSTAP %bcond_without LMDB %bcond_without DOC -%if 0%{?fedora} +%if 0%{?fedora} && 0%{?fedora} < 35 +# FIXME: broken again on f35 (bug #1984687) # Because of issues with PDF rebuild, include only HTML pages # RHEL and ELN do not have all required packages %bcond_without DOCPDF @@ -1130,6 +1131,7 @@ fi; %changelog * Wed Jul 21 2021 Petr Menšík - 32:9.16.19-1 - Update to 9.16.19 (#1984627) +- Disable PDF rebuild on Rawhide (#1984687) * Wed Jul 21 2021 Fedora Release Engineering - 32:9.16.18-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild