From 8d91e669174bf8c42b48beed9acbd08b0b44f78c Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 2 Jun 2021 09:32:07 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success --- python-futurist.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-futurist.spec b/python-futurist.spec index 92e2706..0b369aa 100644 --- a/python-futurist.spec +++ b/python-futurist.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-futurist Version: 1.6.0 -Release: 2 +Release: 3 Summary: Useful additions to futures, from the future. License: Apache-2.0 URL: https://docs.openstack.org/futurist/latest/ @@ -14,6 +14,7 @@ Useful additions to futures, from the future. %package -n python2-futurist Summary: Useful additions to futures, from the future. Provides: python2-futurist +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -74,6 +75,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 * Wed May 12 2021 openstack-sig -- Gitee