Fixed postlog RPM verification
Resolves: RHEL-50584
This commit is contained in:
parent
36ed7bb446
commit
c54a8a5ae6
@ -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 <jskarvad@redhat.com> - 2:3.8.5-6
|
||||
- Fixed postlog RPM verification
|
||||
Resolves: RHEL-50584
|
||||
|
||||
* Thu Jul 25 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.5-5
|
||||
- Explicitly set default_database_type if lmdb map is used
|
||||
Resolves: RHEL-50557
|
||||
|
Loading…
Reference in New Issue
Block a user