Hello community, here is the log from the commit of package yast2-mail for openSUSE:Factory checked in at 2018-03-18 21:43:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-mail (Old) and /work/SRC/openSUSE:Factory/.yast2-mail.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-mail" Sun Mar 18 21:43:16 2018 rev:87 rq:587486 version:4.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-mail/yast2-mail.changes 2018-03-14 19:34:13.467459912 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-mail.new/yast2-mail.changes 2018-03-18 21:43:17.913055661 +0100 @@ -1,0 +2,10 @@ +Tue Mar 13 09:46:58 UTC 2018 - [email protected] + +- bsc#1071932 YaST2 Mail Server Configuration - throws Error for + starting service amavis + Install spamassassasin and call sa-update before starting amavisd + Enable clamd and freshclam. + Do not install clamav-db. +- 4.0.3 + +------------------------------------------------------------------- Old: ---- yast2-mail-4.0.2.tar.bz2 New: ---- yast2-mail-4.0.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-mail.spec ++++++ --- /var/tmp/diff_new_pack.9fFa9l/_old 2018-03-18 21:43:18.681027994 +0100 +++ /var/tmp/diff_new_pack.9fFa9l/_new 2018-03-18 21:43:18.685027849 +0100 @@ -17,7 +17,7 @@ Name: yast2-mail -Version: 4.0.2 +Version: 4.0.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-mail-4.0.2.tar.bz2 -> yast2-mail-4.0.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-4.0.2/package/yast2-mail.changes new/yast2-mail-4.0.3/package/yast2-mail.changes --- old/yast2-mail-4.0.2/package/yast2-mail.changes 2018-03-12 13:03:49.000000000 +0100 +++ new/yast2-mail-4.0.3/package/yast2-mail.changes 2018-03-15 13:01:55.000000000 +0100 @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Tue Mar 13 09:46:58 UTC 2018 - [email protected] + +- bsc#1071932 YaST2 Mail Server Configuration - throws Error for + starting service amavis + Install spamassassasin and call sa-update before starting amavisd + Enable clamd and freshclam. + Do not install clamav-db. +- 4.0.3 + +------------------------------------------------------------------- Mon Mar 12 11:52:40 UTC 2018 - [email protected] - SuSEFirewall2 defined the ports to be opened in a single service diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-4.0.2/package/yast2-mail.spec new/yast2-mail-4.0.3/package/yast2-mail.spec --- old/yast2-mail-4.0.2/package/yast2-mail.spec 2018-03-12 13:03:49.000000000 +0100 +++ new/yast2-mail-4.0.3/package/yast2-mail.spec 2018-03-15 13:01:55.000000000 +0100 @@ -16,7 +16,7 @@ # Name: yast2-mail -Version: 4.0.2 +Version: 4.0.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-4.0.2/src/modules/Mail.rb new/yast2-mail-4.0.3/src/modules/Mail.rb --- old/yast2-mail-4.0.2/src/modules/Mail.rb 2018-03-12 13:03:49.000000000 +0100 +++ new/yast2-mail-4.0.3/src/modules/Mail.rb 2018-03-15 13:01:55.000000000 +0100 @@ -223,7 +223,7 @@ # Clamav can work without clamav-db.rpm if set up manually # so we do not check Installed "clamav-db" Builtins.y2milestone("clamav not installed") - if !Package.AvailableAll(["clamav", "clamav-db"]) + if !Package.AvailableAll(["clamav"]) # error popup. Report.Error( _( @@ -234,7 +234,6 @@ ) else @install_packages = Builtins.add(@install_packages, "clamav") - @install_packages = Builtins.add(@install_packages, "clamav-db") end end end @@ -684,6 +683,8 @@ ) Service.Enable(service) Service.Adjust("amavis", @use_amavis ? "enable" : "disable") + Service.Adjust("freshclam", @use_amavis ? "enable" : "disable") + Service.Adjust("clamd", @use_amavis ? "enable" : "disable") end # amavis @@ -949,6 +950,7 @@ if @amavis_service Service.Stop("amavis") if @use_amavis + SCR.Execute(path(".target.bash_output"), "test -e /etc/mail/spamassassin/sa-update-keys/ || /usr/bin/sa-update") if !Service.Start("amavis") # Translators: error message Report.Error(
