From dc87a90ffa687b661d4d5a73b609305fcbba510c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 7 May 2021 13:56:29 +0200 Subject: [PATCH] Build without check, no longer BuildRequires python3-html5lib Related: rhbz#1950291 --- python-sphinxcontrib-htmlhelp.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-sphinxcontrib-htmlhelp.spec b/python-sphinxcontrib-htmlhelp.spec index 3466f28..e767592 100644 --- a/python-sphinxcontrib-htmlhelp.spec +++ b/python-sphinxcontrib-htmlhelp.spec @@ -1,11 +1,11 @@ %global pypi_name sphinxcontrib-htmlhelp -# when bootstrapping sphinx, we cannot run tests yet -%bcond_without check +# to avoid unwanted dependency on html5lib, we skip the tests entirely +%bcond_with check Name: python-%{pypi_name} Version: 1.0.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Sphinx extension for HTML help files License: BSD URL: http://sphinx-doc.org/ @@ -80,6 +80,10 @@ popd %changelog +* Fri May 07 2021 Miro HronĨok - 1.0.3-5 +- Build without check +- No longer BuildRequires python3-html5lib + * Fri Apr 16 2021 Mohan Boddu - 1.0.3-4 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937