Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spamass-milter for openSUSE:Factory 
checked in at 2021-11-05 22:58:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spamass-milter (Old)
 and      /work/SRC/openSUSE:Factory/.spamass-milter.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spamass-milter"

Fri Nov  5 22:58:28 2021 rev:2 rq:929461 version:0.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/spamass-milter/spamass-milter.changes    
2021-01-07 21:23:10.709324291 +0100
+++ /work/SRC/openSUSE:Factory/.spamass-milter.new.1890/spamass-milter.changes  
2021-11-05 22:58:38.628282600 +0100
@@ -1,0 +2,13 @@
+Thu Nov  4 20:37:57 UTC 2021 - Togan Muftuoglu <[email protected]>
+
+- Fix Requires for SLE and LEAP spamc as it comes with spamassasin
+
+-------------------------------------------------------------------
+Mon Nov  1 15:22:41 UTC 2021 - Togan Muftuoglu <[email protected]>
+
+- Fix spamass-milter configuration location for SLE and LEAP as
+  there is no /usr/etc directory
+- Fix spamass-milter.service for After=spamd.service as there is no
+  spamassassin.service
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ spamass-milter.spec ++++++
--- /var/tmp/diff_new_pack.NsuDfG/_old  2021-11-05 22:58:39.676283245 +0100
+++ /var/tmp/diff_new_pack.NsuDfG/_new  2021-11-05 22:58:39.680283247 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spamass-milter
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           spamass-milter
 Version:        0.4.0
 Release:        0
@@ -36,14 +37,18 @@
 Patch3:         spamass-milter-0.4.0-group.patch
 # PATCH-FEATURE-UPSTREAM spamass-milter-0.4.0-auth-no-ssf.patch brc#730308
 Patch4:         spamass-milter-0.4.0-auth-no-ssf.patch
+BuildRequires:  curl
 BuildRequires:  gcc-c++
 BuildRequires:  sendmail-devel
 BuildRequires:  spamassassin
 BuildRequires:  sysuser-shadow
 BuildRequires:  sysuser-tools
-BuildRequires:  curl
 Requires:       postfix
+%if 0%{?suse_version} == 1500
+Requires:       spamassassin
+%else
 Requires:       spamassassin-spamc
+%endif
 %sysusers_requires
 
 %description
@@ -75,9 +80,13 @@
 install -m 644 -D %{SOURCE3} \
        %{buildroot}%{_sysusersdir}/spamass-milter.conf
 install -m 644 -D %{SOURCE4} %{buildroot}%{_unitdir}/spamass-milter.service
+%if 0%{?suse_version} == 1500
+install -m 644 -D %{SOURCE5} \
+       %{buildroot}%{_sysconfdir}/default/spamass-milter
+%else
 install -m 644 -D %{SOURCE5} \
        %{buildroot}%{_distconfdir}/default/spamass-milter
-
+%endif
 # Create dummy sockets for %%ghost-ing
 : > %{buildroot}%{_rundir}/spamass-milter/socket
 
@@ -98,7 +107,11 @@
 %doc README.postfix
 %license COPYING
 %{_mandir}/man1/spamass-milter.1%{?ext_man}
-%{_distconfdir}/default/spamass-milter
+%if 0%{?suse_version} == 1500
+%config %{_sysconfdir}/default/spamass-milter
+%else
+%config %{_distconfdir}/default/spamass-milter
+%endif
 %{_tmpfilesdir}/spamass-milter.conf
 %{_sysusersdir}/spamass-milter.conf
 %{_unitdir}/spamass-milter.service

++++++ spamass-milter.service ++++++
--- /var/tmp/diff_new_pack.NsuDfG/_old  2021-11-05 22:58:39.796283319 +0100
+++ /var/tmp/diff_new_pack.NsuDfG/_new  2021-11-05 22:58:39.796283319 +0100
@@ -6,7 +6,7 @@
 Description = Mail filter for SpamAssassin
 After = local-fs.target
 After = network.target
-After = spamassassin.service
+After = spamd.service
 Before = postfix.service
 
 [Service]

Reply via email to