Hello community,

here is the log from the commit of package nrpe for openSUSE:Factory checked in 
at 2017-02-07 12:03:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nrpe (Old)
 and      /work/SRC/openSUSE:Factory/.nrpe.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nrpe"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nrpe/nrpe.changes        2017-02-03 
17:51:18.969215551 +0100
+++ /work/SRC/openSUSE:Factory/.nrpe.new/nrpe.changes   2017-02-07 
12:03:29.349437850 +0100
@@ -1,0 +2,10 @@
+Wed Dec  7 14:39:25 UTC 2016 - l...@linux-schulserver.de
+
+- correctly call the systemd macros for all systemd units
+
+-------------------------------------------------------------------
+Sun Oct 30 15:42:42 UTC 2016 - jeng...@inai.de
+
+- Description updates
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nrpe.spec ++++++
--- /var/tmp/diff_new_pack.WzTGPm/_old  2017-02-07 12:03:30.109330349 +0100
+++ /var/tmp/diff_new_pack.WzTGPm/_new  2017-02-07 12:03:30.113329783 +0100
@@ -120,10 +120,10 @@
 %{!?_tmpfilesdir:%global _tmpfilesdir /usr/lib/tmpfiles.d}
 
 %description
-NRPE can be used to run nagios plug-ins on a remote machine for
+NRPE can be used to run Nagios plugins on a remote machine for
 executing local checks.
 This package contains the software for NRPE server.
-It could be run by inet-daemon or as stand-alone daemon
+It could be run by an inetd, or as a standalone daemon.
 
 %package doc
 Summary:        Nagios Remote Plug-In Executor documentation
@@ -133,7 +133,7 @@
 
 %description doc
 This package contains the README files, OpenOffice and PDF
-documentation for the remote plugin executor (NRPE) for nagios.
+documentation for the remote plugin executor (NRPE) for Nagios.
 
 %package -n monitoring-plugins-nrpe
 Summary:        NRPE plugin
@@ -147,7 +147,7 @@
 Obsoletes:      nagios-plugins-nrpe < 2.15-%{release}
 
 %description -n monitoring-plugins-nrpe
-This package contains the plug-in for the host runing the Nagios
+This package contains the plugin for the host runing the Nagios
 daemon.
 
 It is used to contact the NRPE process on remote hosts. The plugin
@@ -301,13 +301,13 @@
        echo "nrpe            %nrpeport/tcp # Nagios nrpe" >> etc/services
 fi
 %if %{with systemd}
-%service_add_pre nrpe.service
+%service_add_pre nrpe.service nrpe@.service nrpe.socket
 %endif
 
 %preun
 %stop_on_removal %{name}
 %if %{with systemd}
-%service_del_preun nrpe.service
+%service_del_preun nrpe.service nrpe@.service nrpe.socket
 %endif
 
 %post
@@ -317,8 +317,8 @@
 %fillup_only %{name}
 %endif
 %if %{with systemd}
-%service_add_post nrpe.service
-%{?tmpfiles_create:%tmpfiles_create %{_tmpfilesdir}/%{name}.conf}
+%service_add_post nrpe.service nrpe@.service nrpe.socket
+%{_bindir}/systemd-tmpfiles --create %{_tmpfilesdir}/%{name}.conf
 %endif
 
 %pre -n monitoring-plugins-nrpe
@@ -367,12 +367,9 @@
 %restart_on_update nrpe
 %insserv_cleanup
 %if %{with systemd}
-%service_del_postun nrpe.service
+%service_del_postun nrpe.service nrpe@.service nrpe.socket
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %dir %{_defaultdocdir}/%{name}/


Reply via email to