From 0ddea22e71bf8460665f25d05ffb30a4daff6939 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 10 Sep 2021 07:30:44 +0000 Subject: [PATCH] Adds python2-pbr as BuildRequires --- python-glanceclient.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-glanceclient.spec b/python-glanceclient.spec index a331142..1c490c7 100644 --- a/python-glanceclient.spec +++ b/python-glanceclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-glanceclient Version: 2.10.0 -Release: 1 +Release: 2 Summary: OpenStack Image API Client Library License: Apache-2.0 URL: https://docs.openstack.org/python-glanceclient/latest/ @@ -14,6 +14,7 @@ OpenStack Image API Client Library %package -n python2-glanceclient Summary: OpenStack Image API Client Library Provides: python2-glanceclient +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -78,5 +79,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Sep 10 2021 huangtianhua - 2.10.0-2 +- Adds python2-pbr as BuildRequires + * Wed May 12 2021 openstack-sig - Package Spec generated -- Gitee