Compare commits
No commits in common. "00bf6bde1bb1a3156f3f245967abf32da04aee06" and "675d937adb993cc81de21855bf16e86c8e8e3ddd" have entirely different histories.
00bf6bde1b
...
675d937adb
BIN
4.9.1.tar.gz
Normal file
BIN
4.9.1.tar.gz
Normal file
Binary file not shown.
BIN
5.0.0.tar.gz
BIN
5.0.0.tar.gz
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: 5.0.0
|
||||
Version: 4.9.1
|
||||
Release: 1
|
||||
Summary: A WSGI interface for Python web applications in Apache
|
||||
License: Apache-2.0
|
||||
License: ASL 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 chrpath
|
||||
BuildRequires: httpd-devel gcc perl
|
||||
%{?filter_provides_in: %filter_provides_in %{_httpd_moddir}/.*\.so$}
|
||||
%{?filter_setup}
|
||||
%description
|
||||
@ -64,8 +64,6 @@ 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
|
||||
@ -76,21 +74,6 @@ chrpath -d %{buildroot}%{python3_sitearch}/mod_wsgi/server/mod_wsgi-py3*.cpython
|
||||
%{_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