From 707cb20c325f9a9674fc6b1e344db777255589d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Tue, 9 Nov 2021 11:30:47 +0000 Subject: [PATCH] Add sphinx build require --- python-openstackdocstheme.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-openstackdocstheme.spec b/python-openstackdocstheme.spec index 44245b3..189a343 100644 --- a/python-openstackdocstheme.spec +++ b/python-openstackdocstheme.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-openstackdocstheme Version: 1.31.1 -Release: 1 +Release: 2 Summary: OpenStack Docs Theme License: Apache-2.0 URL: https://docs.openstack.org/openstackdocstheme/latest/ @@ -19,6 +19,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel +BuildRequires: python3-sphinx # General requires BuildRequires: python3-dulwich # General requires @@ -78,6 +79,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 09 2021 OpenStack_SIG - 1.31.1-2 +- Add sphinx build require + * Fri Oct 29 2021 OpenStack_SIG - 1.31.1-1 - Downgrade package python3-openstackdocstheme to version 1.31.1 -- Gitee