* Tue Aug 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-4.sme
- fix new log does not fill after log rotate [SME: 12689]
This commit is contained in:
parent
a057166803
commit
f14cd67ce7
@ -7,7 +7,7 @@
|
||||
su root root
|
||||
create 600 root root
|
||||
postrotate
|
||||
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
|
||||
/usr/bin/systemctl -s HUP kill rsyslog.service >/dev/null 2>&1 || true
|
||||
endscript
|
||||
}
|
||||
|
||||
|
@ -4,7 +4,7 @@ Summary: SME Server - spamassassin anti-spam module
|
||||
%define name smeserver-spamassassin
|
||||
Name: %{name}
|
||||
%define version 11.0.0
|
||||
%define release 3
|
||||
%define release 4
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@ -42,6 +42,9 @@ AutoReqProv: no
|
||||
SME Server - spamassassin anti-spam module
|
||||
|
||||
%changelog
|
||||
* Tue Aug 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-4.sme
|
||||
- fix new log does not fill after log rotate [SME: 12689]
|
||||
|
||||
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-3.sme
|
||||
- Set license file to GPL2.0 [SME: 12577]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user