diff --git a/fedora.ini b/fedora.ini index 368e66f..f7a31c8 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, jwsgi, ldap, 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, spooler, sqlite3, ssi, sslrouter, stats_pusher_file, stats_pusher_mongodb, stats_pusher_socket, stats_pusher_statsd, syslog, systemd_logger, tornado, transformation_chunked, transformation_gzip, transformation_offload, transformation_template, transformation_tofile, transformation_toupper, 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, jwsgi, ldap, 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, spooler, sqlite3, ssi, sslrouter, stats_pusher_file, stats_pusher_mongodb, stats_pusher_socket, stats_pusher_statsd, syslog, systemd_logger, tornado, transformation_chunked, transformation_gzip, transformation_offload, transformation_template, transformation_tofile, transformation_toupper, tuntap, ugreen, zergpool diff --git a/uwsgi.spec b/uwsgi.spec index 00872e9..1b397af 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -783,6 +783,14 @@ Provides: %{name}-routers = %{version}-%{release} %description -n %{name}-router-static This package contains the Static router plugin for uWSGI +%package -n %{name}-router-tuntap +Summary: uWSGI - Plugin for TUN/TAP router support +Group: System Environment/Daemons +Requires: %{name}-plugin-common + +%description -n %{name}-router-tuntap +This package contains the tuntap router plugin for uWSGI + %package -n %{name}-router-uwsgi Summary: uWSGI - Plugin for uWSGI router support Group: System Environment/Daemons @@ -1178,6 +1186,9 @@ exit 0 %files -n %{name}-router-static %{_libdir}/%{name}/router_static_plugin.so +%files -n %{name}-router-tuntap +%{_libdir}/%{name}/tuntap_plugin.so + %files -n %{name}-router-uwsgi %{_libdir}/%{name}/router_uwsgi_plugin.so