Adding -plugin-dumbloop

This commit is contained in:
Jorge Gallegos 2014-08-29 17:13:42 -07:00
parent 472e588562
commit f1c00c06d8
2 changed files with 12 additions and 1 deletions

View File

@ -9,4 +9,4 @@ routing = auto
ssl = auto
malloc_implementation = libc
embedded_plugins = corerouter, echo, ping
plugins = alarm_curl, alarm_xmpp, airbrake, cache, carbon, cgi, coroae, cplusplus, curl_cron, fastrouter, forkptyrouter, greenlet, http, jvm, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, nagios, pam, php, psgi, python, rack, rawrouter, redislog, router_access, router_basicauth, router_cache, router_expires, router_hash, router_http, router_memcached, router_metrics, router_radius, router_redirect, router_redis, router_rewrite, router_spnego, router_static, router_uwsgi, router_xmldir, rpc, rrdtool, rsyslog, ruby19, sslrouter, syslog, systemd_logger, ugreen, zergpool
plugins = alarm_curl, alarm_xmpp, airbrake, cache, carbon, cgi, coroae, cplusplus, curl_cron, dumbloop, fastrouter, forkptyrouter, greenlet, http, jvm, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, nagios, pam, php, psgi, python, rack, rawrouter, redislog, router_access, router_basicauth, router_cache, router_expires, router_hash, router_http, router_memcached, router_metrics, router_radius, router_redirect, router_redis, router_rewrite, router_spnego, router_static, router_uwsgi, router_xmldir, rpc, rrdtool, rsyslog, ruby19, sslrouter, syslog, systemd_logger, ugreen, zergpool

View File

@ -248,6 +248,14 @@ Requires: %{name}-plugin-common, libcurl
%description -n %{name}-plugin-curl-cron
This package contains the curl_cron plugin for uWSGI
%package -n %{name}-plugin-dumbloop
Summary: uWSGI - Plugin for Dumb Loop support
Group: System Environment/Daemons
Requires: %{name}-plugin-common
%description -n %{name}-plugin-dumbloop
This package contains the dumbloop plugin for uWSGI
%package -n %{name}-plugin-greenlet
Summary: uWSGI - Plugin for Python Greenlet support
Group: System Environment/Daemons
@ -723,6 +731,9 @@ exit 0
%files -n %{name}-plugin-curl-cron
%{_libdir}/%{name}/curl_cron_plugin.so
%files -n %{name}-plugin-dumbloop
%{_libdir}/%{name}/dumbloop_plugin.so
%files -n %{name}-plugin-greenlet
%{_libdir}/%{name}/greenlet_plugin.so