From 47c581a03cae02a7f4c6ad20632754265b49c7fe Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Sat, 29 May 2021 17:10:03 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success --- python-cliff.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cliff.spec b/python-cliff.spec index 5b377f3..976fc6f 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-cliff Version: 2.11.0 -Release: 2 +Release: 3 Summary: Command Line Interface Formulation Framework License: Apache-2.0 URL: https://docs.openstack.org/cliff/latest/ @@ -38,6 +38,7 @@ other extensions. %package -n python2-cliff Summary: Command Line Interface Formulation Framework Provides: python2-cliff +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -148,6 +149,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat May 29 2021 huangtianhua +- Adds BuildRequires python2-pbr to make obs success * Thu May 27 2021 OpenStack_SIG - Fix Requires * Mon May 17 2021 OpenStack_SIG -- Gitee