1 Commits

Author SHA1 Message Date
John Crisp
b452829bb9 * Tue Apr 08 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-8.sme
- Remove old createlink [SME: 12940]
2025-04-08 13:21:41 +02:00
2 changed files with 5 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ foreach (qw(
bootstrap-console-save
console-save
email-update
smeserver-spamassassin-update
smeserver-spamassassin-update
));
}
@@ -32,7 +32,6 @@ foreach (qw(
$event="smeserver-spamassassin-update";
event_link("systemd-default", $event, "88"); # updates all the service files etc
event_link("systemd-reload", $event, "89"); # systemctl daemon-reload
event_link("spamassassin-update", $event, "99"); # Hopefully restarts spamassassin
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/spamassassin");
templates2events("/etc/rsyslog.conf",$event);
templates2events("/etc/sysconfig/spamassassin",$event);

View File

@@ -4,7 +4,7 @@ Summary: SME Server - spamassassin anti-spam module
%define name smeserver-spamassassin
Name: %{name}
%define version 11.0.0
%define release 7
%define release 8
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -42,6 +42,9 @@ AutoReqProv: no
SME Server - spamassassin anti-spam module
%changelog
* Tue Apr 08 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-8.sme
- Remove old createlink [SME: 12940]
* Mon Feb 24 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-7.sme
- run sa_update after install [SME: 12941]