Hello community,

here is the log from the commit of package exim for openSUSE:Factory checked in 
at 2017-11-25 08:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/exim (Old)
 and      /work/SRC/openSUSE:Factory/.exim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "exim"

Sat Nov 25 08:43:01 2017 rev:45 rq:545097 version:4.86.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/exim/exim.changes        2017-10-17 
01:53:07.432731800 +0200
+++ /work/SRC/openSUSE:Factory/.exim.new/exim.changes   2017-11-25 
08:43:02.597417626 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:43:04 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ exim.spec ++++++
--- /var/tmp/diff_new_pack.Jasale/_old  2017-11-25 08:43:03.685377988 +0100
+++ /var/tmp/diff_new_pack.Jasale/_new  2017-11-25 08:43:03.689377842 +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
+
 %bcond_without  mysql
 %bcond_without  pgsql
 %bcond_without  sqlite
@@ -313,7 +318,7 @@
 mkdir -p $RPM_BUILD_ROOT/usr/{bin,sbin,lib}
 mkdir -p $RPM_BUILD_ROOT/var/log/exim
 mkdir -p $RPM_BUILD_ROOT/var/spool/mail/
-mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
+mkdir -p $RPM_BUILD_ROOT%{_fillupdir}
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
 mkdir -p $RPM_BUILD_ROOT/usr/bin
 make   inst_dest=$RPM_BUILD_ROOT/usr/sbin \
@@ -345,7 +350,7 @@
 ln -sv ../../etc/init.d/exim $RPM_BUILD_ROOT/usr/sbin/rcexim
 %endif
 mv $RPM_BUILD_ROOT/usr/sbin/eximon* $RPM_BUILD_ROOT/usr/bin/
-cp -p %{S:1} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.exim
+cp -p %{S:1} $RPM_BUILD_ROOT%{_fillupdir}/sysconfig.exim
 install -m 0644 %{S:2} $RPM_BUILD_ROOT/etc/logrotate.d/exim
 # man pages
 mv doc/exim.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
@@ -478,7 +483,7 @@
 /usr/bin/newaliases
 /usr/sbin/sendmail
 /usr/lib/sendmail
-/var/adm/fillup-templates/sysconfig.exim
+%{_fillupdir}/sysconfig.exim
 %dir %attr(750,mail,mail) /var/log/exim
 
 %files -n eximon




Reply via email to