- Disable apache2-mod_proxy_uwsgi on Leap 15 since upstream Apache includes
the module now OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=67
This commit is contained in:
parent
df3c1a7f84
commit
297f41ef5b
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 16 23:48:42 UTC 2018 - jfunk@funktronics.ca
|
||||||
|
|
||||||
|
- Disable apache2-mod_proxy_uwsgi on Leap 15 since upstream Apache includes
|
||||||
|
the module now
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 16 13:42:59 UTC 2018 - jfunk@funktronics.ca
|
Mon Apr 16 13:42:59 UTC 2018 - jfunk@funktronics.ca
|
||||||
|
|
||||||
|
@ -154,6 +154,7 @@ Different plugins can be used in order to add compatibility with
|
|||||||
different technology on top of the same core.
|
different technology on top of the same core.
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{suse_version} < 1500
|
||||||
%package -n apache2-mod_proxy_uwsgi
|
%package -n apache2-mod_proxy_uwsgi
|
||||||
Summary: uWSGI Proxy Module for Apache 2.0
|
Summary: uWSGI Proxy Module for Apache 2.0
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
@ -163,7 +164,7 @@ Requires: %{name} = %{version}
|
|||||||
uWSGI is a self-healing application container server coded in pure C.
|
uWSGI is a self-healing application container server coded in pure C.
|
||||||
|
|
||||||
This package contains an Apache 2.0 proxy module for uWSGI.
|
This package contains an Apache 2.0 proxy module for uWSGI.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package -n apache2-mod_uwsgi
|
%package -n apache2-mod_uwsgi
|
||||||
Summary: uWSGI Module for Apache 2.0
|
Summary: uWSGI Module for Apache 2.0
|
||||||
@ -525,7 +526,9 @@ python uwsgiconfig.py --build opensuse
|
|||||||
python3 uwsgiconfig.py --plugin plugins/python opensuse python3
|
python3 uwsgiconfig.py --plugin plugins/python opensuse python3
|
||||||
|
|
||||||
# Build Apache modules
|
# Build Apache modules
|
||||||
|
%if 0%{suse_version} < 1500
|
||||||
%{apxs} -c apache2/mod_proxy_uwsgi.c
|
%{apxs} -c apache2/mod_proxy_uwsgi.c
|
||||||
|
%endif
|
||||||
%{apxs} -c apache2/mod_uwsgi.c
|
%{apxs} -c apache2/mod_uwsgi.c
|
||||||
|
|
||||||
# Build php7 plugin
|
# Build php7 plugin
|
||||||
@ -656,9 +659,11 @@ ln -sf /usr/sbin/service %{buildroot}%{_sbindir}/rcuwsgi
|
|||||||
%{_libdir}/uwsgi/zabbix_plugin.so
|
%{_libdir}/uwsgi/zabbix_plugin.so
|
||||||
%{_libdir}/uwsgi/zergpool_plugin.so
|
%{_libdir}/uwsgi/zergpool_plugin.so
|
||||||
|
|
||||||
|
%if 0%{suse_version} < 1500
|
||||||
%files -n apache2-mod_proxy_uwsgi
|
%files -n apache2-mod_proxy_uwsgi
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{apache_libexecdir}/mod_proxy_uwsgi.so
|
%{apache_libexecdir}/mod_proxy_uwsgi.so
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n apache2-mod_uwsgi
|
%files -n apache2-mod_uwsgi
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user