Adding the cheaper_busyness plugin
This commit is contained in:
parent
dff9522ddf
commit
ee4151c79e
@ -15,6 +15,7 @@ plugins = airbrake,
|
|||||||
cache,
|
cache,
|
||||||
carbon,
|
carbon,
|
||||||
cgi,
|
cgi,
|
||||||
|
cheaper_busyness,
|
||||||
cplusplus,
|
cplusplus,
|
||||||
curl_cron,
|
curl_cron,
|
||||||
dumbloop,
|
dumbloop,
|
||||||
|
11
uwsgi.spec
11
uwsgi.spec
@ -537,6 +537,14 @@ This package contains the coroae plugin for uWSGI
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%package -n %{name}-plugin-cheaper-busyness
|
||||||
|
Summary: uWSGI - Plugin for Cheaper Busyness algos
|
||||||
|
Group: System Environment/Daemons
|
||||||
|
Requires: %{name}-plugin-common = %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n %{name}-plugin-cheaper-busyness
|
||||||
|
This package contains the cheaper_busyness plugin for uWSGI
|
||||||
|
|
||||||
%package -n %{name}-plugin-cplusplus
|
%package -n %{name}-plugin-cplusplus
|
||||||
Summary: uWSGI - Plugin for C++ support
|
Summary: uWSGI - Plugin for C++ support
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -1444,6 +1452,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files -n %{name}-plugin-cheaper-busyness
|
||||||
|
%{_libdir}/%{name}/cheaper_busyness_plugin.so
|
||||||
|
|
||||||
%files -n %{name}-plugin-cplusplus
|
%files -n %{name}-plugin-cplusplus
|
||||||
%{_libdir}/%{name}/cplusplus_plugin.so
|
%{_libdir}/%{name}/cplusplus_plugin.so
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user