From c54a8a5ae687604c7010e50a72413c518cf4f66c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 25 Jul 2024 17:54:38 +0200 Subject: [PATCH] Fixed postlog RPM verification Resolves: RHEL-50584 --- postfix.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/postfix.spec b/postfix.spec index ef0210c..fb26752 100644 --- a/postfix.spec +++ b/postfix.spec @@ -57,7 +57,7 @@ Name: postfix Summary: Postfix Mail Transport Agent Version: 3.8.5 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 2 URL: http://www.postfix.org License: (IPL-1.0 OR EPL-2.0) AND GPL-2.0-or-later AND BSD-4-Clause-UC @@ -706,7 +706,7 @@ fi %attr(0755, root, root) %{postfix_command_dir}/postfix %attr(0755, root, root) %{postfix_command_dir}/postkick %attr(0755, root, root) %{postfix_command_dir}/postlock -%attr(0755, root, root) %{postfix_command_dir}/postlog +%attr(2755, root, %{maildrop_group}) %{postfix_command_dir}/postlog %attr(0755, root, root) %{postfix_command_dir}/postmap %attr(0755, root, root) %{postfix_command_dir}/postmulti %attr(2755, root, %{maildrop_group}) %{postfix_command_dir}/postqueue @@ -840,6 +840,10 @@ fi %endif %changelog +* Thu Jul 25 2024 Jaroslav Škarvada - 2:3.8.5-6 +- Fixed postlog RPM verification + Resolves: RHEL-50584 + * Thu Jul 25 2024 Jaroslav Škarvada - 2:3.8.5-5 - Explicitly set default_database_type if lmdb map is used Resolves: RHEL-50557