Adding -plugin-fiber

This commit is contained in:
Jorge Gallegos 2014-08-29 17:23:41 -07:00
parent f1c00c06d8
commit 4e3fad0ee2
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, 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
plugins = alarm_curl, alarm_xmpp, airbrake, cache, carbon, cgi, coroae, cplusplus, curl_cron, dumbloop, fastrouter, fiber, 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

@ -256,6 +256,14 @@ Requires: %{name}-plugin-common
%description -n %{name}-plugin-dumbloop
This package contains the dumbloop plugin for uWSGI
%package -n %{name}-plugin-fiber
Summary: uWSGI - Plugin for Ruby Fiber support
Group: System Environment/Daemons
Requires: %{name}-plugin-common, %{name}-plugin-rack
%description -n %{name}-plugin-fiber
This package contains the fiber plugin for uWSGI
%package -n %{name}-plugin-greenlet
Summary: uWSGI - Plugin for Python Greenlet support
Group: System Environment/Daemons
@ -734,6 +742,9 @@ exit 0
%files -n %{name}-plugin-dumbloop
%{_libdir}/%{name}/dumbloop_plugin.so
%files -n %{name}-plugin-fiber
%{_libdir}/%{name}/fiber_plugin.so
%files -n %{name}-plugin-greenlet
%{_libdir}/%{name}/greenlet_plugin.so