From bf86f9a9fb05faf17a4a98e16d5cd8d2a84521b1 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 2 Jun 2021 09:39:42 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success --- python-glance-store.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-glance-store.spec b/python-glance-store.spec index 91bf41d..cf23920 100644 --- a/python-glance-store.spec +++ b/python-glance-store.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-glance-store Version: 0.23.0 -Release: 2 +Release: 3 Summary: OpenStack Image Service Store Library License: Apache-2.0 URL: http://docs.openstack.org/developer/glance_store @@ -14,6 +14,7 @@ OpenStack Image Service Store Library %package -n python2-glance-store Summary: OpenStack Image Service Store Library Provides: python2-glance-store +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-oslo-config @@ -88,6 +89,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 2 2021 huangtianhua +- Adds BuildRequires python2-pbr to make obs success * Mon May 24 2021 openstack-sig - Fix Provides * Fri May 14 2021 openstack-sig -- Gitee