diff --git a/apache-mod_wsgi.spec b/apache-mod_wsgi.spec index 3257f04..69e7b16 100644 --- a/apache-mod_wsgi.spec +++ b/apache-mod_wsgi.spec @@ -1,6 +1,6 @@ Name: apache-mod_wsgi Version: 4.9.4 -Release: 1mamba +Release: 2mamba Summary: an Apache module that implements a WSGI compliant interface for hosting Python based web applications Group: System/Libraries Vendor: openmamba @@ -16,15 +16,14 @@ BuildRequires: glibc-devel BuildRequires: libpython3-devel ## AUTOBUILDREQ-END BuildRequires: libpython3-devel >= 3.7.4 -BuildRequires: libpython-devel BuildRequires: apache >= 2.4 -Requires: apache >= 2.4 -Requires: python >= %python_version %description The mod_wsgi package provides an Apache module that implements a WSGI compliant interface for hosting Python based web applications on top of the Apache web server. %if 0%{?with_pyver} +%define py_requires_append \ +Requires: apache >= 2.4 %pyver_package %endif @@ -87,6 +86,9 @@ fi %doc LICENSE %changelog +* Mon Apr 24 2023 Silvan Calarco 4.9.4-2mamba +- rebuilt with python 3.10 + * Thu Sep 15 2022 Automatic Build System 4.9.4-1mamba - automatic version update by autodist