From 09041e09fb57925421878826494575939af78eb9 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 10 Sep 2021 08:01:35 +0000 Subject: [PATCH] Adds python2-pbr as BuildRequires (cherry picked from commit f0ee214311ba1c18990be26e836da615d7a464b9) --- python-cinderclient.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-cinderclient.spec b/python-cinderclient.spec index 37683a6..3b4f639 100755 --- a/python-cinderclient.spec +++ b/python-cinderclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-cinderclient Version: 3.5.0 -Release: 1 +Release: 2 Summary: OpenStack Block Storage API Client Library License: Apache-2.0 URL: https://docs.openstack.org/python-cinderclient/latest/ @@ -14,6 +14,7 @@ OpenStack Block Storage API Client Library %package -n python2-cinderclient Summary: OpenStack Block Storage API Client Library Provides: python2-cinderclient +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -76,5 +77,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Sep 10 2021 huangtianhua - 3.5.0-2 +- Adds python2-pbr as BuildRequires + * Mon May 10 2021 openstack-sig - Package Spec generated -- Gitee