From 601afe3a00ad4317e60983988220dca3a456404c Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 31 May 2021 16:04:21 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success and fix provides error --- python-keystoneauth1.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-keystoneauth1.spec b/python-keystoneauth1.spec index e49d5b3..1ef6eaa 100644 --- a/python-keystoneauth1.spec +++ b/python-keystoneauth1.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-keystoneauth1 Version: 3.10.1 -Release: 1 +Release: 2 Summary: Authentication Library for OpenStack Identity License: Apache-2.0 URL: https://docs.openstack.org/keystoneauth/latest/ @@ -47,7 +47,8 @@ Requires: python2-oauthlib %package -n python2-keystoneauth1 Summary: Authentication Library for OpenStack Identity -Provides: python-keystoneauth1 +Provides: python2-keystoneauth1 +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools %description -n python2-keystoneauth1 @@ -100,5 +101,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 31 2021 huangtianhua +- Adds BuildRequires python2-pbr to make obs success and fix provides error * Thu May 27 2021 Python_Bot - Package Spec generated -- Gitee