Hello community,

here is the log from the commit of package nagios for openSUSE:Factory checked 
in at 2017-12-06 09:00:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nagios (Old)
 and      /work/SRC/openSUSE:Factory/.nagios.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nagios"

Wed Dec  6 09:00:42 2017 rev:5 rq:548947 version:4.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/nagios/nagios.changes    2017-12-05 
01:29:47.866258358 +0100
+++ /work/SRC/openSUSE:Factory/.nagios.new/nagios.changes       2017-12-06 
09:00:45.524220157 +0100
@@ -1,0 +2,6 @@
+Fri Dec  1 23:39:38 UTC 2017 - l...@linux-schulserver.de
+
+- update to 4.1.0 fixed boo#939829 already, mentioned here just 
+  for reference
+
+-------------------------------------------------------------------
@@ -8,0 +15,6 @@
+
+-------------------------------------------------------------------
+Thu Nov 23 13:50:57 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)

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

Other differences:
------------------
++++++ nagios.spec ++++++
--- /var/tmp/diff_new_pack.VaOXWm/_old  2017-12-06 09:00:46.756175063 +0100
+++ /var/tmp/diff_new_pack.VaOXWm/_new  2017-12-06 09:00:46.756175063 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %if 0%{?suse_version} >= 1230
 %bcond_without systemd
 %else
@@ -348,7 +353,7 @@
 touch %{buildroot}%{nslockfile}
 %endif
 # sysconfig script
-install -D -m 0644 %{SOURCE3} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+install -D -m 0644 %{SOURCE3} %{buildroot}%{_fillupdir}/sysconfig.%{name}
 # install cronjob (gzip' the logfiles)
 install -D -m 0755 %{SOURCE4} %{buildroot}%{_sysconfdir}/cron.weekly/%{name}
 # install empty htpasswd file (boo#961115)
@@ -521,7 +526,7 @@
 %attr(0755,root,root) %{_sbindir}/rc%{name}
 %attr(0755,root,root) %{_sbindir}/upgrade_nagios
 %{_mandir}/man8/upgrade_nagios.8*
-%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+%{_fillupdir}/sysconfig.%{name}
 %if %{with systemd}
 %attr(0755,root,root) %{nagios_libdir}/%{name}-exec-start-pre
 %{_unitdir}/%{name}.service


Reply via email to