From 006823ca6111e553eebaaa2af63fdf51da82d500 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 1 Jun 2021 16:37:12 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success (cherry picked from commit 1ac359841f11b0856003fde1571de68d3ad1f690) (cherry picked from commit d2020750c2f18b57377065d88a842b494799b821) --- python-gabbi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-gabbi.spec b/python-gabbi.spec index 072361e..69a2651 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,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 1 2021 huangtianhua - 1.42.1-2 +- Adds BuildRequires python2-pbr to make obs success + * Tue May 11 2021 OpenStack_SIG - Package Spec generated -- Gitee