From abb8be84d38f9d19cc01b65398193623c631f7cf Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: Thu, 6 May 2021 11:35:04 +0200 Subject: [PATCH] Wait for network-online target network target is not enough in case if cyrus-imapd must bind to specific ip address Resolves: #1957608 --- cyrus-imapd.service | 2 +- cyrus-imapd.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cyrus-imapd.service b/cyrus-imapd.service index 8b463df..7993d95 100644 --- a/cyrus-imapd.service +++ b/cyrus-imapd.service @@ -1,6 +1,6 @@ [Unit] Description=Cyrus-imapd IMAP/POP3 email server -After=local-fs.target network.target +After=local-fs.target network-online.target Requires=cyrus-imapd-init.service After=cyrus-imapd-init.service diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index c7037a3..cc2ec7a 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -14,7 +14,7 @@ Name: cyrus-imapd Version: 3.2.6 -Release: 8%{?dist} +Release: 9%{?dist} %define ssl_pem_file_prefix /etc/pki/%name/%name @@ -658,6 +658,9 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v %changelog +* Thu May 6 2021 Pavel Zhukov - 3.2.6-9 +- Wait for network to be online (#1957608) + * Thu Apr 29 2021 Pavel Zhukov - 3.2.6-8 - Add pregerated man pages