From 7efcbce36a30b250f95c35c580cffecc880b6442 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 31 May 2021 17:35:28 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr and fix provides --- python-cliff.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cliff.spec b/python-cliff.spec index 31e98c8..bf2a73d 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-cliff Version: 2.13.0 -Release: 1 +Release: 2 Summary: Command Line Interface Formulation Framework License: Apache-2.0 URL: https://docs.openstack.org/cliff/latest/ @@ -23,7 +23,8 @@ Requires: python2-cmd2 %package -n python2-cliff Summary: Command Line Interface Formulation Framework -Provides: python-cliff +Provides: python2-cliff +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools %description -n python2-cliff @@ -76,5 +77,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 31 2021 huangtianhua +- Adds BuildRequires python2-pbr and fix provides * Fri May 07 2021 Python_Bot - Package Spec generated -- Gitee