rebuilt with python3 == 3.11 [release 2.0.19-2mamba;Wed Jan 17 2024]
This commit is contained in:
parent
9ff4a4f615
commit
bfb56710e3
@ -1,6 +1,6 @@
|
||||
Name: flawfinder
|
||||
Version: 2.0.19
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A program that examines source code looking for security weaknesses
|
||||
Group: Applications/Security
|
||||
Vendor: openmamba
|
||||
@ -10,8 +10,8 @@ URL: https://dwheeler.com/
|
||||
Source: https://dwheeler.com/flawfinder/flawfinder-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(setuptools)
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(setuptools)
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
@ -38,13 +38,16 @@ gzip -c flawfinder.1 > flawfinder.1.gz
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/flawfinder
|
||||
%{python3_sitearch}/__pycache__/flawfinder.cpython-37.pyc
|
||||
%{python3_sitearch}/__pycache__/flawfinder.cpython-*.pyc
|
||||
%{python3_sitearch}/flawfinder.py
|
||||
%{python3_sitearch}/flawfinder-*-py*.egg-info
|
||||
%{_mandir}/man1/flawfinder.1*
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Wed Jan 17 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.19-2mamba
|
||||
- rebuilt with python3 == 3.11
|
||||
|
||||
* Mon Dec 27 2021 Automatic Build System <autodist@mambasoft.it> 2.0.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user