diff --git a/python-stevedore.spec b/python-stevedore.spec index 035e5f0b8d5d59f0e1e3c275d41fc9f092bd8c97..df0be4c860cc7d794505989183df493f979e3a11 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