From fb8f0e07ce7c319d9ba58d36debf895010b875b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 14 Aug 2023 16:15:19 +0200 Subject: [PATCH] Fixed possible warning when postfix is restarted --- .postfix.metadata | 2 ++ postfix.service | 2 +- postfix.spec | 6 +++++- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .postfix.metadata diff --git a/.postfix.metadata b/.postfix.metadata new file mode 100644 index 0000000..7cf7be4 --- /dev/null +++ b/.postfix.metadata @@ -0,0 +1,2 @@ +d18daa19d725e64c2b7e6c8da458b2d563272645 pflogsumm-1.1.5.tar.gz +f7caa483ebbb7f7b4f912dcfb879a5f1017c327e postfix-3.5.9.tar.gz 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 1775480..d68920c 100644 --- a/postfix.spec +++ b/postfix.spec @@ -46,7 +46,7 @@ Name: postfix Summary: Postfix Mail Transport Agent Version: 3.5.9 -Release: 23%{?dist} +Release: 24%{?dist} Epoch: 2 URL: http://www.postfix.org License: (IBM and GPLv2+) or (EPL-2.0 and GPLv2+) @@ -809,6 +809,10 @@ fi %endif %changelog +* Mon Aug 14 2023 Jaroslav Škarvada - 2:3.5.9-24 +- Fixed possible warning when postfix is restarted + Resolves: rhbz#2075571 + * Mon Aug 14 2023 Jaroslav Škarvada - 2:3.5.9-23 - Spec cleanup Related: rhbz#2095454