From bfb56710e3b57d7d3f5c2e4f768a3416edaa2b34 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 17 Jan 2024 16:23:14 +0100 Subject: [PATCH] rebuilt with python3 == 3.11 [release 2.0.19-2mamba;Wed Jan 17 2024] --- flawfinder.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/flawfinder.spec b/flawfinder.spec index a0bf4a0..37ff3d8 100644 --- a/flawfinder.spec +++ b/flawfinder.spec @@ -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 2.0.19-2mamba +- rebuilt with python3 == 3.11 + * Mon Dec 27 2021 Automatic Build System 2.0.19-1mamba - automatic version update by autodist