From 00f75532b8ff248a02171630025ca1c6807018a2 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Sat, 29 May 2021 17:00:49 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success --- python-os-testr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-os-testr.spec b/python-os-testr.spec index 6f8f0e2..43b643c 100644 --- a/python-os-testr.spec +++ b/python-os-testr.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-os-testr Version: 1.0.0 -Release: 1 +Release: 2 Summary: A testr wrapper to provide functionality for OpenStack projects License: Apache-2.0 URL: http://docs.openstack.org/developer/os-testr/ @@ -28,6 +28,7 @@ Summary: A testr wrapper to provide functionality for OpenStack projects Provides: python2-os-testr BuildRequires: python2-devel BuildRequires: python2-setuptools +BuildRequires python2-pbr Requires: python2-pbr Requires: python2-subunit Requires: python2-stestr @@ -108,5 +109,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat May 29 2021 huangtianhua +- Adds BuildRequires python2-pbr to make obs success * Mon May 10 2021 OpenStack_SIG - Package Spec generated -- Gitee