Hello community,

here is the log from the commit of package spamassassin for openSUSE:Factory 
checked in at 2017-12-12 21:16:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spamassassin (Old)
 and      /work/SRC/openSUSE:Factory/.spamassassin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spamassassin"

Tue Dec 12 21:16:28 2017 rev:71 rq:554550 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/spamassassin/spamassassin.changes        
2017-11-23 09:35:43.375541119 +0100
+++ /work/SRC/openSUSE:Factory/.spamassassin.new/spamassassin.changes   
2017-12-12 21:16:29.021213649 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:43:44 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ spamassassin.spec ++++++
--- /var/tmp/diff_new_pack.DzfqbL/_old  2017-12-12 21:16:29.917170397 +0100
+++ /var/tmp/diff_new_pack.DzfqbL/_new  2017-12-12 21:16:29.921170204 +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
+
 %define ix_version 2.05
 %define spd_version 2.42
 # http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm
@@ -220,8 +225,8 @@
 %{__ln_s} %{_sbindir}/service %{buildroot}%{_sbindir}/rcspamd
 %{__ln_s} %{_sbindir}/service %{buildroot}%{_sbindir}/rcspampd
 echo "Most of the documentation is at ../perl-Mail-SpamAssassin/." > 
README.SUSE
-%{__install} -D -m 0640 %{S:12} 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.spamd
-%{__install} -m 0640 %{S:14} $RPM_BUILD_ROOT/var/adm/fillup-templates/
+%{__install} -D -m 0640 %{S:12} $RPM_BUILD_ROOT%{_fillupdir}/sysconfig.spamd
+%{__install} -m 0640 %{S:14} $RPM_BUILD_ROOT%{_fillupdir}/
 test -f $RPM_BUILD_ROOT/usr/share/spamassassin/user_prefs.template || {
        echo "MakeMaker is broken again..."
        exit 1
@@ -258,8 +263,8 @@
 %doc %{_mandir}/man1/*
 %{_bindir}/*
 %{_sbindir}/*
-/var/adm/fillup-templates/sysconfig.spamd
-/var/adm/fillup-templates/sysconfig.spampd
+%{_fillupdir}/sysconfig.spamd
+%{_fillupdir}/sysconfig.spampd
 %{_unitdir}/spamd.service
 %{_unitdir}/spampd.service
 


Reply via email to