diff --git a/apache-mod_wsgi.spec b/apache-mod_wsgi.spec index 69e7b16..94f5d21 100644 --- a/apache-mod_wsgi.spec +++ b/apache-mod_wsgi.spec @@ -1,6 +1,6 @@ Name: apache-mod_wsgi Version: 4.9.4 -Release: 2mamba +Release: 3mamba Summary: an Apache module that implements a WSGI compliant interface for hosting Python based web applications Group: System/Libraries Vendor: openmamba @@ -14,7 +14,9 @@ License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba BuildRequires: libpython3-devel >= 3.7.4 BuildRequires: apache >= 2.4 @@ -86,6 +88,9 @@ fi %doc LICENSE %changelog +* Tue Sep 26 2023 Automatic Build System 4.9.4-3mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Mon Apr 24 2023 Silvan Calarco 4.9.4-2mamba - rebuilt with python 3.10