Splitting off -logger-logfile
This commit is contained in:
parent
3ba9cc81ce
commit
1682bf6bf6
@ -8,5 +8,5 @@ pcre = auto
|
|||||||
routing = auto
|
routing = auto
|
||||||
ssl = auto
|
ssl = auto
|
||||||
malloc_implementation = libc
|
malloc_implementation = libc
|
||||||
embedded_plugins = corerouter, echo, http, logfile, logsocket, mongodblog, ping, redislog, rsyslog, syslog
|
embedded_plugins = corerouter, echo, http, logsocket, mongodblog, ping, redislog, rsyslog, syslog
|
||||||
plugins = cache, carbon, cgi, fastrouter, greenlet, jvm, logcrypto, logpipe, logzmq, lua, nagios, pam, php, psgi, python, rack, rawrouter, 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, ruby19, sslrouter, systemd_logger, ugreen, zergpool
|
plugins = cache, carbon, cgi, fastrouter, greenlet, jvm, logcrypto, logfile, logpipe, logzmq, lua, nagios, pam, php, psgi, python, rack, rawrouter, 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, ruby19, sslrouter, systemd_logger, ugreen, zergpool
|
||||||
|
26
uwsgi.spec
26
uwsgi.spec
@ -39,7 +39,6 @@ Obsoletes: %{name}-plugin-rsyslog <= 1.9.8-1
|
|||||||
Obsoletes: %{name}-plugin-syslog <= 1.9.8-1
|
Obsoletes: %{name}-plugin-syslog <= 1.9.8-1
|
||||||
Obsoletes: %{name}-plugin-erlang <= 1.9.20-1
|
Obsoletes: %{name}-plugin-erlang <= 1.9.20-1
|
||||||
Obsoletes: %{name}-plugin-admin <= 2.0.6
|
Obsoletes: %{name}-plugin-admin <= 2.0.6
|
||||||
Provides: %{name}-loggers = %{version}-%{release}
|
|
||||||
|
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
@ -80,20 +79,30 @@ plugins included in this package are: cache, CGI, RPC, uGreen
|
|||||||
|
|
||||||
# Loggers
|
# Loggers
|
||||||
|
|
||||||
%package -n %{name}-logger-crypto
|
%package -n %{name}-logger-logcrypto
|
||||||
Summary: uWSGI - logcrypto logger plugin
|
Summary: uWSGI - logcrypto logger plugin
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Requires: %{name}-plugin-common
|
Requires: %{name}-plugin-common
|
||||||
|
|
||||||
%description -n %{name}-logger-crypto
|
%description -n %{name}-logger-logcrypto
|
||||||
This package contains the logcrypto logger plugin for uWSGI
|
This package contains the logcrypto logger plugin for uWSGI
|
||||||
|
|
||||||
%package -n %{name}-logger-pipe
|
%package -n %{name}-logger-logfile
|
||||||
|
Summary: uWSGI - logfile logger plugin
|
||||||
|
Group: System Environment/Daemons
|
||||||
|
Requires: %{name}-plugin-common
|
||||||
|
Obsoletes: %{name}-loggers <= 1.9.8-1
|
||||||
|
Provides: %{name}-loggers = %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n %{name}-logger-logfile
|
||||||
|
This package contains the logfile logger plugin for uWSGI
|
||||||
|
|
||||||
|
%package -n %{name}-logger-logpipe
|
||||||
Summary: uWSGI - logpipe logger plugin
|
Summary: uWSGI - logpipe logger plugin
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Requires: %{name}-plugin-common
|
Requires: %{name}-plugin-common
|
||||||
|
|
||||||
%description -n %{name}-logger-pipe
|
%description -n %{name}-logger-logpipe
|
||||||
This package contains the logcrypto logger plugin for uWSGI
|
This package contains the logcrypto logger plugin for uWSGI
|
||||||
|
|
||||||
%package -n %{name}-logger-systemd
|
%package -n %{name}-logger-systemd
|
||||||
@ -374,10 +383,13 @@ exit 0
|
|||||||
|
|
||||||
# Loggers
|
# Loggers
|
||||||
|
|
||||||
%files -n %{name}-logger-crypto
|
%files -n %{name}-logger-logcrypto
|
||||||
%{_libdir}/%{name}/logcrypto_plugin.so
|
%{_libdir}/%{name}/logcrypto_plugin.so
|
||||||
|
|
||||||
%files -n %{name}-logger-pipe
|
%files -n %{name}-logger-logfile
|
||||||
|
%{_libdir}/%{name}/logfile_plugin.so
|
||||||
|
|
||||||
|
%files -n %{name}-logger-logpipe
|
||||||
%{_libdir}/%{name}/logpipe_plugin.so
|
%{_libdir}/%{name}/logpipe_plugin.so
|
||||||
|
|
||||||
%files -n %{name}-logger-systemd
|
%files -n %{name}-logger-systemd
|
||||||
|
Loading…
Reference in New Issue
Block a user