Hello community, here is the log from the commit of package spamassassin for openSUSE:Factory checked in at 2017-11-23 09:35:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spamassassin (Old) and /work/SRC/openSUSE:Factory/.spamassassin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spamassassin" Thu Nov 23 09:35:42 2017 rev:70 rq:544186 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/spamassassin/spamassassin.changes 2017-09-15 21:02:07.317060357 +0200 +++ /work/SRC/openSUSE:Factory/.spamassassin.new/spamassassin.changes 2017-11-23 09:35:43.375541119 +0100 @@ -1,0 +2,6 @@ +Tue Nov 21 09:07:53 UTC 2017 - [email protected] + +- Update umask in cronjob (boo#861539) +- Make sure that spamd can start (boo#961291) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spamd.service ++++++ --- /var/tmp/diff_new_pack.hOZOnE/_old 2017-11-23 09:35:46.247436336 +0100 +++ /var/tmp/diff_new_pack.hOZOnE/_new 2017-11-23 09:35:46.247436336 +0100 @@ -15,8 +15,8 @@ [Unit] Description=Daemonized version of spamassassin -Wants=remote-fs.target -After=remote-fs.target +Wants=remote-fs.target network.target +After=remote-fs.target network.target Before=mail-transfer-agent.target [Service] ++++++ suse.cron-sa-update ++++++ --- /var/tmp/diff_new_pack.hOZOnE/_old 2017-11-23 09:35:46.279435168 +0100 +++ /var/tmp/diff_new_pack.hOZOnE/_new 2017-11-23 09:35:46.279435168 +0100 @@ -1,5 +1,13 @@ #!/bin/bash +# +# paranoia settings +# +umask 022 + +PATH=/sbin:/bin:/usr/sbin:/usr/bin +export PATH + if [ -e /etc/sysconfig/spamd ] then . /etc/sysconfig/spamd
