From 8f20e348de36ee991f0a3fecf8a032cf852461d6 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 2 Jun 2021 08:54:44 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success --- python-doc8.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-doc8.spec b/python-doc8.spec index 9c6552a..1b1b069 100644 --- a/python-doc8.spec +++ b/python-doc8.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-doc8 Version: 0.8.0 -Release: 1 +Release: 2 Summary: Style checker for Sphinx (or other) RST documentation License: Apache-2.0 URL: https://launchpad.net/doc8 @@ -19,6 +19,7 @@ line-length int] [-e extension] [-v] [--version] [path [path . %package -n python2-doc8 Summary: Style checker for Sphinx (or other) RST documentation Provides: python2-doc8 +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-chardet @@ -88,5 +89,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 2 2021 huangtianhua +- Adds BuildRequires python2-pbr to make obs success * Tue May 11 2021 OpenStack_SIG - Package Spec generated -- Gitee