- Added mailman-fix-python-313-posixpath.patch - Removed racy test_cli_syncmembers.py from tests - Require python-standard-nntplib for Python >= 3.13 - Fix CVE-2025-53882 (boo#1246467) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=98
11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
@LOGDIR@/*.log {
|
|
missingok
|
|
sharedscripts
|
|
su mailman mailman
|
|
|
|
# Note that the postrotate is executed as 'root'
|
|
postrotate
|
|
sudo -u mailman -g mailman @BINDIR@/mailman reopen >/dev/null 2>&1 || true
|
|
endscript
|
|
}
|