Adding -plugin-glusterfs
This commit is contained in:
parent
08ff629684
commit
8c68c2f827
@ -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, 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, gccgo, geoip, gevent, glusterfs, 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
|
||||
|
13
uwsgi.spec
13
uwsgi.spec
@ -35,7 +35,7 @@ BuildRequires: bzip2-devel, gmp-devel, systemd-units, pam-devel
|
||||
BuildRequires: java-devel, sqlite-devel, libcap-devel, systemd-devel
|
||||
BuildRequires: httpd-devel, tcp_wrappers-devel, zeromq-devel, libcurl-devel
|
||||
BuildRequires: gloox-devel, perl-Coro, libstdc++-devel, libgo-devel, gcc-go
|
||||
BuildRequires: GeoIP-devel, libevent-devel
|
||||
BuildRequires: GeoIP-devel, libevent-devel, glusterfs-devel
|
||||
Obsoletes: %{name}-loggers <= 1.9.8-1
|
||||
Obsoletes: %{name}-routers <= 2.0.6
|
||||
Obsoletes: %{name}-plugin-erlang <= 1.9.20-1
|
||||
@ -289,6 +289,14 @@ Requires: %{name}-plugin-common, libevent
|
||||
%description -n %{name}-plugin-gevent
|
||||
This package contains the gevent plugin for uWSGI
|
||||
|
||||
%package -n %{name}-plugin-glusterfs
|
||||
Summary: uWSGI - Plugin for GlusterFS support
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name}-plugin-common, glusterfs-api
|
||||
|
||||
%description -n %{name}-plugin-glusterfs
|
||||
This package contains the glusterfs plugin for uWSGI
|
||||
|
||||
%package -n %{name}-plugin-greenlet
|
||||
Summary: uWSGI - Plugin for Python Greenlet support
|
||||
Group: System Environment/Daemons
|
||||
@ -779,6 +787,9 @@ exit 0
|
||||
%files -n %{name}-plugin-gevent
|
||||
%{_libdir}/%{name}/gevent_plugin.so
|
||||
|
||||
%files -n %{name}-plugin-glusterfs
|
||||
%{_libdir}/%{name}/glusterfs_plugin.so
|
||||
|
||||
%files -n %{name}-plugin-greenlet
|
||||
%{_libdir}/%{name}/greenlet_plugin.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user