diff --git a/python-bandit.spec b/python-bandit.spec index 214a99cff18c7b942c0ccc4bbc36c83b8b9cc003..0788c3aed298f57b12535750867dd74fe7a92835 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