diff --git a/python-osprofiler.spec b/python-osprofiler.spec index 8c065c34a3f31a1a26041987cbe197d98c723ae4..9bc6014ecd66eb92562d316a64ebd62417439b74 100644 --- a/python-osprofiler.spec +++ b/python-osprofiler.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-osprofiler Version: 1.15.2 -Release: 1 +Release: 2 Summary: OpenStack Profiler Library License: Apache-2.0 URL: https://docs.openstack.org/osprofiler/latest/ @@ -47,6 +47,7 @@ reasons (for example in isolating cross-project performance issues). %package -n python2-osprofiler Summary: OpenStack Profiler Library Provides: python2-osprofiler +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-six @@ -174,5 +175,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat May 29 2021 huangtianhua +- Adds BuildRequires python2-pbr to make obs success * Fri May 07 2021 OpenStack_SIG - Package Spec generated