From a064ac6cad515776501a6bc68c91858e3f512e84 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 6 Dec 2021 14:57:04 -0500 Subject: [PATCH] Disable HTML docs in EPEL9 for now --- gn.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gn.spec b/gn.spec index 847fcdc..edac511 100644 --- a/gn.spec +++ b/gn.spec @@ -1,5 +1,6 @@ # Build HTML docs from markdown using pandoc? -%bcond_without html_docs +# Currently, neither pandoc nor parallel is available in EPEL9. +%bcond_with html_docs Name: gn # Upstream uses the number of commits in the git history as the version number.