Hello community, here is the log from the commit of package freeipmi for openSUSE:Factory checked in at 2017-11-25 08:42:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freeipmi (Old) and /work/SRC/openSUSE:Factory/.freeipmi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freeipmi" Sat Nov 25 08:42:55 2017 rev:36 rq:545086 version:1.5.7 Changes: -------- --- /work/SRC/openSUSE:Factory/freeipmi/freeipmi.changes 2017-10-19 19:33:25.309268903 +0200 +++ /work/SRC/openSUSE:Factory/.freeipmi.new/freeipmi.changes 2017-11-25 08:42:55.285684026 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:37:11 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freeipmi.spec ++++++ --- /var/tmp/diff_new_pack.LrflC7/_old 2017-11-25 08:42:55.929660563 +0100 +++ /var/tmp/diff_new_pack.LrflC7/_new 2017-11-25 08:42:55.929660563 +0100 @@ -17,6 +17,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} > 1140 || 0%{?fedora_version} > 14 %define has_systemd 1 %else @@ -238,8 +243,8 @@ rm -rf %{buildroot}/%{_libdir}/*.la %if 0%{?suse_version} -mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates -mv %{buildroot}%{_sysconfdir}/sysconfig/bmc-watchdog %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.bmc-watchdog +mkdir -p %{buildroot}%{_fillupdir} +mv %{buildroot}%{_sysconfdir}/sysconfig/bmc-watchdog %{buildroot}%{_fillupdir}/sysconfig.bmc-watchdog %endif %if 0%{?suse_version} > 1010 @@ -555,7 +560,7 @@ %config(noreplace) %{_initddir}/bmc-watchdog %endif %if 0%{?suse_version} -%attr(0444,root,root) %config(noreplace) %{_localstatedir}/adm/fillup-templates/sysconfig.bmc-watchdog +%attr(0444,root,root) %config(noreplace) %{_fillupdir}/sysconfig.bmc-watchdog %else %attr(0444,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/bmc-watchdog %endif
