Fixed possible warning when postfix is restarted

Resolves: rhbz#2218058
This commit is contained in:
Jaroslav Škarvada 2023-07-11 13:55:28 +02:00
parent daef2e4088
commit 2548b6b070

View File

@ -49,7 +49,7 @@
Name: postfix Name: postfix
Summary: Postfix Mail Transport Agent Summary: Postfix Mail Transport Agent
Version: 3.8.1 Version: 3.8.1
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 2 Epoch: 2
URL: http://www.postfix.org URL: http://www.postfix.org
License: (IBM and GPLv2+) or (EPL-2.0 and GPLv2+) License: (IBM and GPLv2+) or (EPL-2.0 and GPLv2+)
@ -804,6 +804,10 @@ fi
%endif %endif
%changelog %changelog
* Tue Jul 11 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.1-2
- Fixed possible warning when postfix is restarted
Resolves: rhbz#2218058
* Tue Jun 6 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.1-1 * Tue Jun 6 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.8.1-1
- New version - New version
Resolves: rhbz#2212596 Resolves: rhbz#2212596