From 201641d08cfdd0a53342e8df68470374b48d5bc9 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 31 May 2021 16:05:11 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success --- python-keystoneauth1.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-keystoneauth1.spec b/python-keystoneauth1.spec index 667df2e..5992ea9 100644 --- a/python-keystoneauth1.spec +++ b/python-keystoneauth1.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-keystoneauth1 Version: 3.4.0 -Release: 1 +Release: 2 Summary: Authentication Library for OpenStack Identity License: Apache-2.0 URL: https://docs.openstack.org/keystoneauth/latest/ @@ -14,6 +14,7 @@ package contains tools for authenticating to an OpenStack-based cloud. %package -n python2-keystoneauth1 Summary: Authentication Library for OpenStack Identity Provides: python2-keystoneauth1 +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -79,5 +80,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 31 2021 huangtianhua +- Adds BuildRequires python2-pbr to make obs success * Wed May 12 2021 OpenStack_SIG - Package Spec generated -- Gitee