diff --git a/python-heatclient.spec b/python-heatclient.spec index f5041263faa0e9a7e9e496a410e12b9c174ecaf2..262bd19d4bcb9e65e2178d3076c72148747f6047 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-heatclient Version: 1.14.0 -Release: 1 +Release: 2 Summary: OpenStack Orchestration API Client Library License: Apache-2.0 URL: http://docs.openstack.org/developer/python-heatclient/ @@ -14,6 +14,7 @@ OpenStack Orchestration API Client Library %package -n python2-heatclient Summary: OpenStack Orchestration API Client Library Provides: python2-heatclient +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-babel @@ -82,5 +83,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Sep 10 2021 huangtianhua - 1.14.0-2 +- Adds python2-pbr as BuildRequires + * Wed May 12 2021 openstack-sig - Package Spec generated