From ee4151c79ef8fb7e43a097eddc7da14838e6f7b2 Mon Sep 17 00:00:00 2001 From: Jorge Gallegos Date: Fri, 13 Jan 2017 16:46:12 -0600 Subject: [PATCH] Adding the cheaper_busyness plugin --- fedora.ini | 1 + uwsgi.spec | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/fedora.ini b/fedora.ini index 39c93ac..864ab2f 100644 --- a/fedora.ini +++ b/fedora.ini @@ -15,6 +15,7 @@ plugins = airbrake, cache, carbon, cgi, + cheaper_busyness, cplusplus, curl_cron, dumbloop, diff --git a/uwsgi.spec b/uwsgi.spec index ff5842f..889bde6 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -537,6 +537,14 @@ This package contains the coroae plugin for uWSGI %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 Summary: uWSGI - Plugin for C++ support Group: System Environment/Daemons @@ -1444,6 +1452,9 @@ fi %endif %endif +%files -n %{name}-plugin-cheaper-busyness +%{_libdir}/%{name}/cheaper_busyness_plugin.so + %files -n %{name}-plugin-cplusplus %{_libdir}/%{name}/cplusplus_plugin.so