From 7bf037ce78ef0b4a2d525db878790f8f1f0a09d4 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 10 Sep 2021 07:00:18 +0000 Subject: [PATCH] Adds python2-pbr as BuildRequires --- python-etcd3gw.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python-etcd3gw.spec b/python-etcd3gw.spec index ee10f1e..8a19902 100644 --- a/python-etcd3gw.spec +++ b/python-etcd3gw.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-etcd3gw Version: 0.2.4 -Release: 1 +Release: 2 Summary: A python client for etcd3 grpc-gateway v3 API License: Apache-2.0 URL: https://github.com/dims/etcd3-gateway @@ -26,6 +26,7 @@ Summary: A python client for etcd3 grpc-gateway v3 API Provides: python2-etcd3gw BuildRequires: python2-devel BuildRequires: python2-setuptools +BuildRequires: python2-pbr Requires: python2-pbr Requires: python2-urllib3 Requires: python2-requests @@ -59,9 +60,6 @@ Provides: python2-etcd3gw-doc A python client for etcd3 grpc-gateway v3alpha API - - - %prep %autosetup -n etcd3gw-0.2.4 @@ -103,5 +101,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Sep 10 2021 huangtianhua +- Adds python2-pbr as BuildRequires + * Tue May 11 2021 OpenStack_SIG - Package Spec generated -- Gitee