From 631914237dbfb3e9f768ccc151cf20354648a791 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Sat, 29 May 2021 17:27:00 +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 8c065c3..9bc6014 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 -- Gitee