Compare commits
10 Commits
675d937adb
...
00bf6bde1b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00bf6bde1b | ||
|
|
67995ff508 | ||
|
|
5869ff87d1 | ||
|
|
2312cedc7e | ||
|
|
27129870cc | ||
|
|
d8390013d6 | ||
|
|
aa514a6663 | ||
|
|
70cb600ef6 | ||
|
|
d93706a6af | ||
|
|
59bcd859ac |
BIN
4.9.1.tar.gz
BIN
4.9.1.tar.gz
Binary file not shown.
BIN
5.0.0.tar.gz
Normal file
BIN
5.0.0.tar.gz
Normal file
Binary file not shown.
@ -5,15 +5,15 @@
|
||||
%{!?_httpd_moddir: %{expand: %%global _httpd_moddir %%{_libdir}/httpd/modules}}
|
||||
%global sphinxbin %{_bindir}/sphinx-build-3
|
||||
Name: mod_wsgi
|
||||
Version: 4.9.1
|
||||
Version: 5.0.0
|
||||
Release: 1
|
||||
Summary: A WSGI interface for Python web applications in Apache
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
URL: https://modwsgi.readthedocs.io/
|
||||
Source0: https://github.com/GrahamDumpleton/mod_wsgi/archive/refs/tags/%{version}.tar.gz
|
||||
Source1: wsgi-python3.conf
|
||||
Patch1: mod_wsgi-4.5.20-exports.patch
|
||||
BuildRequires: httpd-devel gcc perl
|
||||
BuildRequires: httpd-devel gcc perl chrpath
|
||||
%{?filter_provides_in: %filter_provides_in %{_httpd_moddir}/.*\.so$}
|
||||
%{?filter_setup}
|
||||
%description
|
||||
@ -64,6 +64,8 @@ install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd_modconfdir}/10-wsgi-python3
|
||||
mv $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express{,-3}
|
||||
popd
|
||||
|
||||
chrpath -d %{buildroot}%{python3_sitearch}/mod_wsgi/server/mod_wsgi-py3*.cpython-3*-%{_arch}-linux-gnu.so
|
||||
|
||||
%files -n python3-%{name}
|
||||
%license LICENSE
|
||||
%doc CREDITS.rst README.rst
|
||||
@ -74,6 +76,21 @@ popd
|
||||
%{_bindir}/mod_wsgi-express-3
|
||||
|
||||
%changelog
|
||||
* Mon Feb 26 2024 liyanan <liyanan61@h-partners.com> - 5.0.0-1
|
||||
- Update to version 5.0.0
|
||||
|
||||
* Sun Jul 23 2023 yaoxin <yao_xin001@hoperun.com> - 4.9.4-2
|
||||
- Fix compilation failure caused by python update to 3.11.4
|
||||
|
||||
* Thu May 11 2023 Ge Wang <wang__ge@126.com> - 4.9.4-1
|
||||
- Update to version 4.9.4
|
||||
|
||||
* Fri Mar 3 2023 liyanan <liyanan32@h-partners.com> - 4.9.1-3
|
||||
- Remove rpath
|
||||
|
||||
* Mon Aug 08 2022 zhuhai95 <zhuhai@ncti-gba.cn> - 4.9.1-2
|
||||
- Fix CVE-2022-2255
|
||||
|
||||
* Tue May 17 2022 yangping <yangping69@h-partners> - 4.9.1-1
|
||||
- Update to 4.9.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user