diff --git a/python-cliff.spec b/python-cliff.spec index 31e98c8a7fbdb4755e18a3114f51670e4fbb2995..bf2a73d82e673744041ee4de7799785ee5364e92 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