From 4469610e3706867f26306414f846511cc1593011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=A6=E5=93=88=E5=93=9F?= Date: Sat, 29 May 2021 14:31:39 +0800 Subject: [PATCH] Provide python2-oslo-sphinx --- python-oslosphinx.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-oslosphinx.spec b/python-oslosphinx.spec index 07eca0e..44b064a 100644 --- a/python-oslosphinx.spec +++ b/python-oslosphinx.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-oslosphinx Version: 4.18.0 -Release: 1 +Release: 2 Summary: OpenStack Sphinx Extensions and Theme License: Apache-2.0 URL: http://docs.openstack.org/developer/oslosphinx @@ -19,7 +19,7 @@ questions, please email openstack-dev@lists. %package -n python2-oslosphinx Summary: OpenStack Sphinx Extensions and Theme -Provides: python2-oslosphinx +Provides: python2-oslosphinx, python2-oslo-sphinx BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -89,5 +89,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat May 29 2021 OpenStack_SIG +- Provide python2-oslo-sphinx * Tue May 11 2021 OpenStack_SIG - Package Spec generated -- Gitee