diff --git a/uwsgi.spec b/uwsgi.spec index eeb7d1b..0bffe0b 100644 --- a/uwsgi.spec +++ b/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