From 022f5a264ec1971ece905dd5c2ddc0bffa193e7c Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Sat, 29 May 2021 17:27:48 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success --- python-osprofiler.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-osprofiler.spec b/python-osprofiler.spec index 0c0fff7..df039e3 100644 --- a/python-osprofiler.spec +++ b/python-osprofiler.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-osprofiler Version: 1.11.0 -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-webob @@ -176,5 +177,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 -- Gitee