rebuilt with python 3.10 [release 4.9.4-2mamba;Mon Apr 24 2023]
This commit is contained in:
parent
a1f8d03c72
commit
820cb43a0e
@ -1,6 +1,6 @@
|
|||||||
Name: apache-mod_wsgi
|
Name: apache-mod_wsgi
|
||||||
Version: 4.9.4
|
Version: 4.9.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: an Apache module that implements a WSGI compliant interface for hosting Python based web applications
|
Summary: an Apache module that implements a WSGI compliant interface for hosting Python based web applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -16,15 +16,14 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython3-devel >= 3.7.4
|
BuildRequires: libpython3-devel >= 3.7.4
|
||||||
BuildRequires: libpython-devel
|
|
||||||
BuildRequires: apache >= 2.4
|
BuildRequires: apache >= 2.4
|
||||||
Requires: apache >= 2.4
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%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.
|
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}
|
%if 0%{?with_pyver}
|
||||||
|
%define py_requires_append \
|
||||||
|
Requires: apache >= 2.4
|
||||||
%pyver_package
|
%pyver_package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -87,6 +86,9 @@ fi
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9.4-2mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
* Thu Sep 15 2022 Automatic Build System <autodist@mambasoft.it> 4.9.4-1mamba
|
* Thu Sep 15 2022 Automatic Build System <autodist@mambasoft.it> 4.9.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user