diff --git a/dovecot.changes b/dovecot.changes index 775a4ad..a5f0fb1 100644 --- a/dovecot.changes +++ b/dovecot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 21 11:50:25 UTC 2021 - Peter Varkoly + +- (bsc#1185074) /var/run in /usr/lib/tmpfiles.d/dovecot.conf is + deprecated, please use /run instead + ------------------------------------------------------------------- Fri Nov 13 14:11:59 UTC 2020 - Thorsten Kukuk diff --git a/dovecot.spec b/dovecot.spec index 7c7e3d4..60baa14 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -1,7 +1,7 @@ # # spec file for package dovecot # -# 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 diff --git a/dovecot.tmpfiles.d b/dovecot.tmpfiles.d index c6b1e38..30c4683 100644 --- a/dovecot.tmpfiles.d +++ b/dovecot.tmpfiles.d @@ -1,3 +1,3 @@ -# Type Path Mode UID GID Age Argument -d /var/run/dovecot/ 0755 root root - - -d /var/run/dovecot/login/ 0750 root dovecot - - +# Type Path Mode UID GID Age Argument +d /run/dovecot/ 0755 root root - - +d /run/dovecot/login/ 0750 root dovecot - -