From b9639cdb5c48fb0430b876853370c7620b70b21b Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 10 Sep 2021 07:13:46 +0000 Subject: [PATCH] Adds python2-pbr as BuildRequires (cherry picked from commit b317af03d68888bd8680a2c9e4f3d430988b65c0) --- python-os-client-config.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-os-client-config.spec b/python-os-client-config.spec index 2c6febe..ca6040f 100644 --- a/python-os-client-config.spec +++ b/python-os-client-config.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-os-client-config Version: 1.29.0 -Release: 2 +Release: 3 Summary: OpenStack Client Configuation Library License: Apache-2.0 URL: https://docs.openstack.org/os-client-config/latest @@ -21,6 +21,7 @@ defaultsSource Free software: Apache license Documentation: . %package -n python2-os-client-config Summary: OpenStack Client Configuation Library Provides: python2-os-client-config +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pyyaml @@ -93,7 +94,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Sep 10 2021 huangtianhua - 1.29.0-3 +- Adds python2-pbr as BuildRequires + * Fri Jun 04 2021 zhangfan - Fix Requires + * Wed May 12 2021 OpenStack_SIG - Package Spec generated -- Gitee