diff --git a/python-openstackclient.spec b/python-openstackclient.spec index 8612e34fd736c2d1f748efc007780b59f4a72e72..bf60badc57136b85c3b4c5b8af249d7834994151 100644 --- a/python-openstackclient.spec +++ b/python-openstackclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-openstackclient Version: 3.14.1 -Release: 1 +Release: 2 Summary: OpenStack Command-line Client License: Apache-2.0 URL: https://docs.openstack.org/python-openstackclient/latest/ @@ -20,6 +20,7 @@ APIs together in a single shell with a uniform command structure. %package -n python2-openstackclient Summary: OpenStack Command-line Client Provides: python2-openstackclient +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -99,5 +100,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Sep 10 2021 huangtianhua - 3.14.1-2 +- Adds python2-pbr as BuildRequires + * Sat May 15 2021 openstack-sig - Package Spec generated