From 4a78e284a6eda590f82e5e71594bbb4d4a3ba47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Wed, 9 Feb 2022 08:40:29 +0000 Subject: [PATCH] Remove useless BuildRequire sphinx --- python-sphinxcontrib-htmlhelp.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-sphinxcontrib-htmlhelp.spec b/python-sphinxcontrib-htmlhelp.spec index 13d8cd4..da0fa8a 100644 --- a/python-sphinxcontrib-htmlhelp.spec +++ b/python-sphinxcontrib-htmlhelp.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 1.0.3 -Release: 2 +Release: 3 Summary: Sphinx extension for HTML help files License: BSD URL: http://sphinx-doc.org/ @@ -17,7 +17,6 @@ BuildRequires: python3-setuptools %if %{with check} BuildRequires: python3-pytest -BuildRequires: python3-sphinx BuildRequires: python3-html5lib %endif @@ -79,7 +78,10 @@ popd %changelog -* Sat Aug 1 2020 shixuantong - 1.03-2 +* weD Feb 09 2022 wangxiyuan - 1.0.3-3 +- Remove useless BuildRequire sphinx + +* Sat Aug 1 2020 shixuantong - 1.0.3-2 - Modify Source0 and remove %{?dist} in release tag * Fri Jul 31 2020 tianwei - 1.0.3-1 -- Gitee