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
|
Name: flawfinder
|
||||||
Version: 2.0.19
|
Version: 2.0.19
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A program that examines source code looking for security weaknesses
|
Summary: A program that examines source code looking for security weaknesses
|
||||||
Group: Applications/Security
|
Group: Applications/Security
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,8 +10,8 @@ URL: https://dwheeler.com/
|
|||||||
Source: https://dwheeler.com/flawfinder/flawfinder-%{version}.tar.gz
|
Source: https://dwheeler.com/flawfinder/flawfinder-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.7dist(setuptools)
|
BuildRequires: python3.11dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,13 +38,16 @@ gzip -c flawfinder.1 > flawfinder.1.gz
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/flawfinder
|
%{_bindir}/flawfinder
|
||||||
%{python3_sitearch}/__pycache__/flawfinder.cpython-37.pyc
|
%{python3_sitearch}/__pycache__/flawfinder.cpython-*.pyc
|
||||||
%{python3_sitearch}/flawfinder.py
|
%{python3_sitearch}/flawfinder.py
|
||||||
%{python3_sitearch}/flawfinder-*-py*.egg-info
|
%{python3_sitearch}/flawfinder-*-py*.egg-info
|
||||||
%{_mandir}/man1/flawfinder.1*
|
%{_mandir}/man1/flawfinder.1*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 27 2021 Automatic Build System <autodist@mambasoft.it> 2.0.19-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user