From 820cb43a0ea2fcc4b42992de9bb6fd488c57c0e2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:29:20 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 4.9.4-2mamba;Mon Apr 24 2023] --- apache-mod_wsgi.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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