From 38d5d635153a651ecf0db9ea0ef175566f924047 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 30 Aug 2021 12:02:19 +0000 Subject: [PATCH] Adds python3-pbr as BuildRequires --- python-oslo-sphinx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-oslo-sphinx.spec b/python-oslo-sphinx.spec index 18035ec..2b504d5 100644 --- a/python-oslo-sphinx.spec +++ b/python-oslo-sphinx.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-oslo-sphinx Version: 1.1 -Release: 1 +Release: 2 Summary: OpenStack Sphinx Extensions License: ASL 2.0 URL: https://launchpad.net/oslo @@ -18,6 +18,7 @@ Summary: OpenStack Sphinx Extensions Provides: python-oslo-sphinx BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pbr %description -n python3-oslo-sphinx Theme and extension support for Sphinx documentation from the OpenStack project. @@ -70,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 30 2021 huangtianhua +- Adds python3-pbr as BuildRequires + * Wed Nov 25 2020 Python_Bot - Package Spec generated -- Gitee