[uwsgi/f21] Adding -plugin-rbthreads

Jorge A Gallegos kad at fedoraproject.org
Tue Sep 2 22:52:01 UTC 2014


commit dd8695b1918ab6773f1d5d028689c5a1ef272d41
Author: Jorge Gallegos <kad at fedoraproject.org>
Date:   Tue Sep 2 15:40:31 2014 -0700

    Adding -plugin-rbthreads

 fedora.ini |    2 +-
 uwsgi.spec |   11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/fedora.ini b/fedora.ini
index ff6d6eb..130a9b3 100644
--- a/fedora.ini
+++ b/fedora.ini
@@ -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, 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, 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
diff --git a/uwsgi.spec b/uwsgi.spec
index 0ff1047..4463a65 100644
--- a/uwsgi.spec
+++ b/uwsgi.spec
@@ -426,6 +426,14 @@ Requires: rubygem-rack, %{name}-plugin-common
 %description -n %{name}-plugin-rack
 This package contains the rack plugin for uWSGI
 
+%package -n %{name}-plugin-rbthreads
+Summary:  uWSGI - Ruby native threads support plugin
+Group:    System Environment/Daemons
+Requires: %{name}-plugin-common, ruby
+
+%description -n %{name}-plugin-rbthreads
+This package contains the rbthreads plugin for uWSGI
+
 %package -n %{name}-plugin-rpc
 Summary:  uWSGI - Plugin for RPC support
 Group:    System Environment/Daemons
@@ -894,6 +902,9 @@ exit 0
 %files -n %{name}-plugin-rack
 %{_libdir}/%{name}/rack_plugin.so
 
+%files -n %{name}-plugin-rbthreads
+%{_libdir}/%{name}/rbthreads_plugin.so
+
 %files -n %{name}-plugin-rrdtool
 %{_libdir}/%{name}/rrdtool_plugin.so
 


More information about the scm-commits mailing list