From 11642cbf8f74f85cee2fc11e4ee0dc0f02791ecc Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Thu, 26 Aug 2021 02:42:24 +0000 Subject: [PATCH] Add python2-pbr as BuildRequires (cherry picked from commit 65272dc66b9de055421e3b3963e0ea5b582213f3) --- python-bandit.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-bandit.spec b/python-bandit.spec index 214a99c..0788c3a 100644 --- a/python-bandit.spec +++ b/python-bandit.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-bandit Version: 1.6.2 -Release: 1 +Release: 2 Summary: Security oriented static analyser for python code. License: Apache-2.0 URL: https://bandit.readthedocs.io/en/latest/ @@ -16,6 +16,7 @@ scanning all the files it generates a report. %package -n python2-bandit Summary: Security oriented static analyser for python code. Provides: python2-bandit +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools %description -n python2-bandit @@ -74,5 +75,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 26 2021 huangtianhua +- Add python2-pbr as BuildRequires + * Tue May 11 2021 OpenStack_SIG - Package Spec generated -- Gitee