From 44afc53b751745d881834b8472e21bd035f8a28e Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Mon, 1 Feb 2021 09:45:11 +0800 Subject: [PATCH] add buildrequires python3-pbr --- python-stevedore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-stevedore.spec b/python-stevedore.spec index 035e5f0..df0be4c 100755 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-stevedore Version: 3.3.0 -Release: 2 +Release: 3 Summary: Manage dynamic plugins for Python applications License: Apache-2.0 URL: https://opendev.org/openstack/stevedore @@ -21,6 +21,7 @@ Provides: python-stevedore BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip +BuildRequires: python3-pbr %description -n python3-stevedore Manage dynamic plugins for Python applications @@ -73,6 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Feb 1 2021 zhangy1317 +- Add BuildRequires python3-pbr * Wed Jan 20 2021 zhangy1317 - Add BuildRequires python3-pip * Fri Jan 08 2021 Python_Bot -- Gitee