Adding -alarm-xmpp
This commit is contained in:
parent
2c45522e89
commit
8559a2dd86
13
uwsgi.spec
13
uwsgi.spec
@ -85,14 +85,24 @@ This package contains the most common plugins used with uWSGI. The
|
||||
plugins included in this package are: cache, CGI, RPC, uGreen
|
||||
|
||||
# Alarms
|
||||
|
||||
%package -n %{name}-alarm-curl
|
||||
Summary: uWSGI - Curl alarm plugin
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name}-plugin-common, libcurl
|
||||
|
||||
|
||||
%description -n %{name}-alarm-curl
|
||||
This package contains the alarm_curl alarm plugin for uWSGI
|
||||
|
||||
%package -n %{name}-alarm-xmpp
|
||||
Summary: uWSGI - Curl alarm plugin
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name}-plugin-common, gloox
|
||||
|
||||
%description -n %{name}-alarm-xmpp
|
||||
This package contains the alarm_xmpp alarm plugin for uWSGI
|
||||
|
||||
# Loggers
|
||||
|
||||
%package -n %{name}-logger-crypto
|
||||
@ -633,6 +643,9 @@ exit 0
|
||||
%files -n %{name}-alarm-curl
|
||||
%{_libdir}/%{name}/alarm_curl_plugin.so
|
||||
|
||||
%files -n %{name}-alarm-xmpp
|
||||
%{_libdir}/%{name}/alarm_xmpp_plugin.so
|
||||
|
||||
# Loggers
|
||||
|
||||
%files -n %{name}-logger-crypto
|
||||
|
Loading…
Reference in New Issue
Block a user