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