From f528648a6d6b479c368bfbb1d9a9a41b667e4150 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 1 Jun 2021 17:12:53 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success --- python-debtcollector.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-debtcollector.spec b/python-debtcollector.spec index 12256b2..5e94da3 100644 --- a/python-debtcollector.spec +++ b/python-debtcollector.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-debtcollector Version: 1.19.0 -Release: 2 +Release: 3 Summary: A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. License: Apache-2.0 URL: https://docs.openstack.org/debtcollector/latest @@ -15,6 +15,7 @@ collect your technical debt in a non-destructive manner. %package -n python2-debtcollector Summary: A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. Provides: python2-debtcollector +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -75,6 +76,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 1 2021 huangtianhua +- Adds BuildRequires python2-pbr to make obs success * Thu May 20 2021 openstack-sig - Fix provides * Mon May 10 2021 openstack-sig -- Gitee