-plugin-http doesn't exist, is in -plugin-common

This commit is contained in:
Jorge Gallegos 2014-09-18 07:43:46 -07:00
parent 9d487b9f02
commit c2bc6e5113
1 changed files with 11 additions and 11 deletions

View File

@ -92,35 +92,35 @@ plugins included in this package are: cache, CGI, RPC, uGreen
%package -n %{name}-stats-pusher-file %package -n %{name}-stats-pusher-file
Summary: uWSGI - File Stats Pusher for uWSGI Summary: uWSGI - File Stats Pusher for uWSGI
Requires: %{name}-plugins-common Requires: %{name}-plugin-common
%description -n %{name}-stats-pusher-file %description -n %{name}-stats-pusher-file
This package contains the stats_pusher_file plugin for uWSGI This package contains the stats_pusher_file plugin for uWSGI
%package -n %{name}-stats-pusher-mongodb %package -n %{name}-stats-pusher-mongodb
Summary: uWSGI - MongoDB Stats Pusher for uWSGI Summary: uWSGI - MongoDB Stats Pusher for uWSGI
Requires: %{name}-plugins-common Requires: %{name}-plugin-common
%description -n %{name}-stats-pusher-mongodb %description -n %{name}-stats-pusher-mongodb
This package contains the stats_pusher_mongodb plugin for uWSGI This package contains the stats_pusher_mongodb plugin for uWSGI
%package -n %{name}-stats-pusher-socket %package -n %{name}-stats-pusher-socket
Summary: uWSGI - Socket Stats Pusher for uWSGI Summary: uWSGI - Socket Stats Pusher for uWSGI
Requires: %{name}-plugins-common Requires: %{name}-plugin-common
%description -n %{name}-stats-pusher-socket %description -n %{name}-stats-pusher-socket
This package contains the stats_pusher_socket plugin for uWSGI This package contains the stats_pusher_socket plugin for uWSGI
%package -n %{name}-stats-pusher-statsd %package -n %{name}-stats-pusher-statsd
Summary: uWSGI - StatsD Stats Pusher for uWSGI Summary: uWSGI - StatsD Stats Pusher for uWSGI
Requires: %{name}-plugins-common Requires: %{name}-plugin-common
%description -n %{name}-stats-pusher-statsd %description -n %{name}-stats-pusher-statsd
This package contains the stats_pusher_statsd plugin for uWSGI This package contains the stats_pusher_statsd plugin for uWSGI
%package -n %{name}-stats-pusher-zabbix %package -n %{name}-stats-pusher-zabbix
Summary: uWSGI - Zabbix Stats Pusher for uWSGI Summary: uWSGI - Zabbix Stats Pusher for uWSGI
Requires: %{name}-plugins-common Requires: %{name}-plugin-common
%description -n %{name}-stats-pusher-zabbix %description -n %{name}-stats-pusher-zabbix
This package contains the zabbix plugin for uWSGI This package contains the zabbix plugin for uWSGI
@ -148,7 +148,7 @@ This package contains the alarm_xmpp alarm plugin for uWSGI
%package -n %{name}-transformation-chunked %package -n %{name}-transformation-chunked
Summary: uWSGI - Chunked Transformation plugin Summary: uWSGI - Chunked Transformation plugin
Group: System Environment/Daemons Group: System Environment/Daemons
Requires: %{name}-plugin-common, %{name}-plugin-http, %{name}-router-uwsgi Requires: %{name}-plugin-common, %{name}-router-uwsgi
%description -n %{name}-transformation-chunked %description -n %{name}-transformation-chunked
This package contains the transformation_chunked plugin for uWSGI This package contains the transformation_chunked plugin for uWSGI
@ -156,7 +156,7 @@ This package contains the transformation_chunked plugin for uWSGI
%package -n %{name}-transformation-gzip %package -n %{name}-transformation-gzip
Summary: uWSGI - GZip Transformation plugin Summary: uWSGI - GZip Transformation plugin
Group: System Environment/Daemons Group: System Environment/Daemons
Requires: %{name}-plugin-common, %{name}-plugin-http, %{name}-router-uwsgi Requires: %{name}-plugin-common, %{name}-router-uwsgi
%description -n %{name}-transformation-gzip %description -n %{name}-transformation-gzip
This package contains the transformation_gzip plugin for uWSGI This package contains the transformation_gzip plugin for uWSGI
@ -164,7 +164,7 @@ This package contains the transformation_gzip plugin for uWSGI
%package -n %{name}-transformation-offload %package -n %{name}-transformation-offload
Summary: uWSGI - Off-Load Transformation plugin Summary: uWSGI - Off-Load Transformation plugin
Group: System Environment/Daemons Group: System Environment/Daemons
Requires: %{name}-plugin-common, %{name}-plugin-http, %{name}-router-uwsgi Requires: %{name}-plugin-common, %{name}-router-uwsgi
%description -n %{name}-transformation-offload %description -n %{name}-transformation-offload
This package contains the transformation_offload plugin for uWSGI This package contains the transformation_offload plugin for uWSGI
@ -172,7 +172,7 @@ This package contains the transformation_offload plugin for uWSGI
%package -n %{name}-transformation-template %package -n %{name}-transformation-template
Summary: uWSGI - Template Transformation plugin Summary: uWSGI - Template Transformation plugin
Group: System Environment/Daemons Group: System Environment/Daemons
Requires: %{name}-plugin-common, %{name}-plugin-http, %{name}-router-uwsgi Requires: %{name}-plugin-common, %{name}-router-uwsgi
%description -n %{name}-transformation-template %description -n %{name}-transformation-template
This package contains the transformation_template plugin for uWSGI This package contains the transformation_template plugin for uWSGI
@ -180,7 +180,7 @@ This package contains the transformation_template plugin for uWSGI
%package -n %{name}-transformation-tofile %package -n %{name}-transformation-tofile
Summary: uWSGI - ToFile Transformation plugin Summary: uWSGI - ToFile Transformation plugin
Group: System Environment/Daemons Group: System Environment/Daemons
Requires: %{name}-plugin-common, %{name}-plugin-http, %{name}-router-uwsgi Requires: %{name}-plugin-common, %{name}-router-uwsgi
%description -n %{name}-transformation-tofile %description -n %{name}-transformation-tofile
This package contains the transformation_tofile plugin for uWSGI This package contains the transformation_tofile plugin for uWSGI
@ -188,7 +188,7 @@ This package contains the transformation_tofile plugin for uWSGI
%package -n %{name}-transformation-toupper %package -n %{name}-transformation-toupper
Summary: uWSGI - ToUpper Transformation plugin Summary: uWSGI - ToUpper Transformation plugin
Group: System Environment/Daemons Group: System Environment/Daemons
Requires: %{name}-plugin-common, %{name}-plugin-http Requires: %{name}-plugin-common
%description -n %{name}-transformation-toupper %description -n %{name}-transformation-toupper
This package contains the transformation_toupper plugin for uWSGI This package contains the transformation_toupper plugin for uWSGI