Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package collectd for openSUSE:Factory 
checked in at 2025-01-29 16:17:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/collectd (Old)
 and      /work/SRC/openSUSE:Factory/.collectd.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "collectd"

Wed Jan 29 16:17:23 2025 rev:48 rq:1241074 version:5.12.0.348.g93f9bdcb

Changes:
--------
--- /work/SRC/openSUSE:Factory/collectd/collectd.changes        2025-01-14 
16:24:28.514545846 +0100
+++ /work/SRC/openSUSE:Factory/.collectd.new.2316/collectd.changes      
2025-01-29 16:17:54.406202354 +0100
@@ -6,0 +7,5 @@
+Tue Dec 17 08:38:10 UTC 2024 - Matwey Kornilov <matwey.korni...@gmail.com>
+
+- Add epics plugin
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ collectd.spec ++++++
--- /var/tmp/diff_new_pack.r1azza/_old  2025-01-29 16:17:55.414244157 +0100
+++ /var/tmp/diff_new_pack.r1azza/_new  2025-01-29 16:17:55.414244157 +0100
@@ -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:  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 @@
 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 @@
 %{_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

Reply via email to