From a2bc6f88124f683cc3d38e3bcb0b409f79f5769d Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 1 Jun 2021 16:36:35 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success --- python-gabbi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gabbi.spec b/python-gabbi.spec index 072361e..b6c81b6 100644 --- a/python-gabbi.spec +++ b/python-gabbi.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-gabbi Version: 1.42.1 -Release: 1 +Release: 2 Summary: Declarative HTTP testing library License: Apache-2.0 URL: https://github.com/cdent/gabbi @@ -17,6 +17,7 @@ bodies and evaluating responses. %package -n python2-gabbi Summary: Declarative HTTP testing library Provides: python2-gabbi +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools %description -n python2-gabbi @@ -77,5 +78,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 1 2021 huangtianhua +- Adds BuildRequires python2-pbr to make obs success * Tue May 11 2021 OpenStack_SIG - Package Spec generated -- Gitee