diff --git a/postfix.service b/postfix.service index 7a798fb..1016ac3 100644 --- a/postfix.service +++ b/postfix.service @@ -11,7 +11,7 @@ PrivateTmp=true CapabilityBoundingSet=~ CAP_NET_ADMIN CAP_SYS_ADMIN CAP_SYS_BOOT CAP_SYS_MODULE ProtectSystem=true PrivateDevices=true -ExecStartPre=-/usr/sbin/restorecon -R /var/spool/postfix/pid/master.pid +ExecStartPre=-/usr/sbin/restorecon -R /var/spool/postfix/pid ExecStartPre=-/usr/libexec/postfix/aliasesdb ExecStartPre=-/usr/libexec/postfix/chroot-update ExecStart=/usr/sbin/postfix start diff --git a/postfix.spec b/postfix.spec index 20e702f..805c1bf 100644 --- a/postfix.spec +++ b/postfix.spec @@ -49,7 +49,7 @@ Name: postfix Summary: Postfix Mail Transport Agent Version: 3.5.8 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 2 Group: System Environment/Daemons URL: http://www.postfix.org @@ -763,6 +763,10 @@ exit 0 %endif %changelog +* Mon Aug 14 2023 Jaroslav Škarvada - 2:3.5.8-7 +- Fixed possible warning when postfix is restarted + Resolves: rhbz#2162659 + * Wed May 17 2023 Tomas Korbar - 2:3.5.8-6 - Fix patch for SRV record resolution feature Related: rhbz#1787010