Hello community,

here is the log from the commit of package mlocate for openSUSE:Factory checked 
in at 2017-11-24 10:56:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mlocate (Old)
 and      /work/SRC/openSUSE:Factory/.mlocate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mlocate"

Fri Nov 24 10:56:26 2017 rev:22 rq:544957 version:0.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/mlocate/mlocate.changes  2017-08-28 
15:17:34.929211009 +0200
+++ /work/SRC/openSUSE:Factory/.mlocate.new/mlocate.changes     2017-11-24 
10:56:28.487892861 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:52:07 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mlocate.spec ++++++
--- /var/tmp/diff_new_pack.5V5eey/_old  2017-11-24 10:56:29.259864667 +0100
+++ /var/tmp/diff_new_pack.5V5eey/_new  2017-11-24 10:56:29.263864522 +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:           mlocate
 Version:        0.26
 Release:        0
@@ -81,7 +86,7 @@
 mkdir -p %{buildroot}%{_sysconfdir}/cron.daily
 install -p -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/cron.daily
 # Sysconfig settings
-install -D -m 644 %{SOURCE3} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.locate
+install -D -m 644 %{SOURCE3} %{buildroot}%{_fillupdir}/sysconfig.locate
 
 %check
 make check %{?_smp_mflags}
@@ -98,7 +103,7 @@
 %{_mandir}/man*/*
 %dir %{_localstatedir}/lib/mlocate
 %ghost %{_localstatedir}/lib/mlocate/mlocate.db
-%{_localstatedir}/adm/fillup-templates/*
+%{_fillupdir}/*
 
 %files lang -f %{name}.lang
 


Reply via email to