Accepting request 1241074 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1241074 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=48
This commit is contained in:
@@ -3,6 +3,11 @@ Wed Dec 18 10:28:48 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Normalize jar mtimes for reproducible builds (boo#1134568)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 17 08:38:10 UTC 2024 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||
|
||||
- Add epics plugin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 14 13:55:55 UTC 2024 - matwey.kornilov@gmail.com
|
||||
|
||||
|
@@ -58,6 +58,7 @@
|
||||
%else
|
||||
%bcond_with nut
|
||||
%endif
|
||||
%bcond_with epics
|
||||
Name: collectd
|
||||
Version: 5.12.0.348.g93f9bdcb
|
||||
Release: 0
|
||||
@@ -171,6 +172,9 @@ BuildRequires: pkgconfig(libnutclient)
|
||||
BuildRequires: sensors
|
||||
Requires: sensors
|
||||
%endif
|
||||
%if %{with epics}
|
||||
BuildRequires: epics-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
collectd is a daemon (written in C) that reads various system
|
||||
@@ -227,6 +231,17 @@ The AMQP plugin transmits or receives values collected by collectd via the
|
||||
Advanced Message Queuing Protocol (AMQP).
|
||||
%endif
|
||||
|
||||
%if %{with epics}
|
||||
%package plugin-epics
|
||||
Summary: EPICS CA Plugin for %{name}
|
||||
Group: System/Monitoring
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Recommends: epics-caRepeater
|
||||
|
||||
%description plugin-epics
|
||||
EPICS CA for %{name} allow you to receive variables updates from the bus.
|
||||
%endif
|
||||
|
||||
%package plugin-notify-desktop
|
||||
Summary: Desktop Notification Plugin for %{name}
|
||||
Group: System/Monitoring
|
||||
@@ -830,6 +845,12 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
||||
%{_libdir}/collectd/amqp.la
|
||||
%endif
|
||||
|
||||
%if %{with epics}
|
||||
%files plugin-epics
|
||||
%{_libdir}/collectd/epics.so
|
||||
%{_libdir}/collectd/epics.la
|
||||
%endif
|
||||
|
||||
%files plugin-notify-desktop
|
||||
%{_libdir}/collectd/notify_desktop.so
|
||||
%{_libdir}/collectd/notify_desktop.la
|
||||
|
Reference in New Issue
Block a user