Hello community,

here is the log from the commit of package mcelog for openSUSE:Factory checked 
in at 2017-11-29 10:51:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mcelog (Old)
 and      /work/SRC/openSUSE:Factory/.mcelog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mcelog"

Wed Nov 29 10:51:12 2017 rev:47 rq:545092 version:1.53

Changes:
--------
--- /work/SRC/openSUSE:Factory/mcelog/mcelog.changes    2017-07-28 
09:43:41.157702839 +0200
+++ /work/SRC/openSUSE:Factory/.mcelog.new/mcelog.changes       2017-11-29 
10:51:12.983792459 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:40:46 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mcelog.spec ++++++
--- /var/tmp/diff_new_pack.PDLKFy/_old  2017-11-29 10:51:14.019754875 +0100
+++ /var/tmp/diff_new_pack.PDLKFy/_new  2017-11-29 10:51:14.023754730 +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
+
 Name:           mcelog
 Version:        1.53
 Release:        0
@@ -82,8 +87,8 @@
 mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d/
 install -m644 mcelog.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/mcelog
 
-mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
-install -m 644 %{SOURCE2} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.mcelog
+mkdir -p %{buildroot}%{_fillupdir}
+install -m 644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.mcelog
 
 mkdir -p %{buildroot}/%{_docdir}/%{name}
 install -m 644 %{SOURCE6} %{buildroot}/%{_docdir}/%{name}/README.email_setup
@@ -114,7 +119,7 @@
 %config %{_sysconfdir}/logrotate.d/mcelog
 %dir %{_sysconfdir}/mcelog
 %config %{_sysconfdir}/mcelog/mcelog.conf
-%{_localstatedir}/adm/fillup-templates/sysconfig.mcelog
+%{_fillupdir}/sysconfig.mcelog
 %{_sysconfdir}/mcelog/*trigger
 %{_unitdir}/mcelog.service
 %{_tmpfilesdir}/mcelog.conf


Reply via email to