Hello community, here is the log from the commit of package icinga for openSUSE:Factory checked in at 2017-11-27 22:19:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icinga (Old) and /work/SRC/openSUSE:Factory/.icinga.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icinga" Mon Nov 27 22:19:04 2017 rev:56 rq:546036 version:1.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/icinga/icinga.changes 2017-02-20 13:15:08.396079328 +0100 +++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes 2017-11-27 22:19:04.561186788 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:50:48 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icinga.spec ++++++ --- /var/tmp/diff_new_pack.JPzWbt/_old 2017-11-27 22:19:05.909137865 +0100 +++ /var/tmp/diff_new_pack.JPzWbt/_new 2017-11-27 22:19:05.921137429 +0100 @@ -15,6 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +#Compat macro for new _fillupdir macro introduced in Nov 2017 +%if ! %{defined _fillupdir} + %define _fillupdir /var/adm/fillup-templates +%endif + Name: icinga Version: 1.14.0 Release: 0 @@ -417,7 +422,7 @@ install -D -m0755 %{SOURCE1} "%{buildroot}%{_initrddir}/%{name}" install -D -m0755 %{SOURCE2} "%{buildroot}%{_initrddir}/ido2db" # 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 0640 %{SOURCE4} "%{buildroot}%{_sysconfdir}/cron.weekly/%{name}" @@ -543,7 +548,7 @@ %{_sbindir}/rc%{name} %{_initrddir}/%{name} %{icinga_datadir}/p1.pl -%{_localstatedir}/adm/fillup-templates/sysconfig.%{name} +%{_fillupdir}/sysconfig.%{name} %attr(0755,root,root) %config %{_sysconfdir}/cron.weekly/%{name} %dir %{icinga_libdir} %dir %{icinga_sysconfdir}
