Adding -plugin-ring
This commit is contained in:
parent
dd8695b191
commit
86e3ed1276
@ -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, fiber, forkptyrouter, gccgo, geoip, gevent, glusterfs, graylog2, greenlet, gridfs, http, jvm, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, mongrel2, mono, msgpack, nagios, pam, php, psgi, pty, python, rack, rawrouter, rbthreads, 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, gccgo, geoip, gevent, glusterfs, graylog2, greenlet, gridfs, http, jvm, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, mongrel2, mono, msgpack, nagios, pam, php, psgi, pty, python, rack, rawrouter, rbthreads, redislog, ring, 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
@ -434,6 +434,14 @@ Requires: %{name}-plugin-common, ruby
|
||||
%description -n %{name}-plugin-rbthreads
|
||||
This package contains the rbthreads plugin for uWSGI
|
||||
|
||||
%package -n %{name}-plugin-ring
|
||||
Summary: uWSGI - Clojure/Ring request handler support plugin
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name}-plugin-common, %{name}-plugin-jvm, clojure
|
||||
|
||||
%description -n %{name}-plugin-ring
|
||||
This package contains the ring plugin for uWSGI
|
||||
|
||||
%package -n %{name}-plugin-rpc
|
||||
Summary: uWSGI - Plugin for RPC support
|
||||
Group: System Environment/Daemons
|
||||
@ -905,6 +913,9 @@ exit 0
|
||||
%files -n %{name}-plugin-rbthreads
|
||||
%{_libdir}/%{name}/rbthreads_plugin.so
|
||||
|
||||
%files -n %{name}-plugin-ring
|
||||
%{_libdir}/%{name}/ring_plugin.so
|
||||
|
||||
%files -n %{name}-plugin-rrdtool
|
||||
%{_libdir}/%{name}/rrdtool_plugin.so
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user