From 7e6819bd3a0754dc7df91f82c7f75d527b5ef4a0 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 10 Sep 2021 07:24:40 +0000 Subject: [PATCH] Adds python2-pbr as BuildRequires --- python-swiftclient.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-swiftclient.spec b/python-swiftclient.spec index cdb022e..a0322b5 100644 --- a/python-swiftclient.spec +++ b/python-swiftclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-swiftclient Version: 3.5.0 -Release: 1 +Release: 2 Summary: OpenStack Object Storage API Client Library License: Apache-2.0 URL: https://docs.openstack.org/python-swiftclient/latest/ @@ -17,6 +17,7 @@ This is a python client for the Swift API. There's a Python API (the %package -n python2-swiftclient Summary: OpenStack Object Storage API Client Library Provides: python2-swiftclient +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-requests @@ -81,5 +82,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Sep 10 2021 huangtianhua - 3.5.0-2 +- Adds python2-pbr as BuildRequires + * Sun May 16 2021 openstack-sig - Package Spec generated -- Gitee