Adding -plugin-coroae
This commit is contained in:
parent
a897e3a105
commit
47b9711ade
@ -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, 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, 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
|
||||
|
11
uwsgi.spec
11
uwsgi.spec
@ -224,6 +224,14 @@ Requires: %{name}-plugin-common
|
||||
%description -n %{name}-plugin-carbon
|
||||
This package contains the Carbon plugin for uWSGI (to use in graphite)
|
||||
|
||||
%package -n %{name}-plugin-coroae
|
||||
Summary: uWSGI - Plugin for PERL Coro support
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name}-plugin-common, perl-Coro
|
||||
|
||||
%description -n %{name}-plugin-carbon
|
||||
This package contains the coroae plugin for uWSGI (to use in graphite)
|
||||
|
||||
%package -n %{name}-plugin-greenlet
|
||||
Summary: uWSGI - Plugin for Python Greenlet support
|
||||
Group: System Environment/Daemons
|
||||
@ -690,6 +698,9 @@ exit 0
|
||||
%files -n %{name}-plugin-carbon
|
||||
%{_libdir}/%{name}/carbon_plugin.so
|
||||
|
||||
%files -n %{name}-plugin-coroae
|
||||
%{_libdir}/%{name}/coroae_plugin.so
|
||||
|
||||
%files -n %{name}-plugin-greenlet
|
||||
%{_libdir}/%{name}/greenlet_plugin.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user