Remove sscg option --package from cyrus-imapd-init.service
Ref: https://sgallagh.wordpress.com/2025/10/23/sscg-4-0-0-release-announcement/ Resolves: RHEL-132242
This commit is contained in:
parent
ec86628778
commit
1ea423c99a
@ -9,4 +9,4 @@ ConditionPathExists=!/etc/pki/cyrus-imapd/cyrus-imapd-ca.pem
|
||||
Type=oneshot
|
||||
Group=mail
|
||||
RemainAfterExit=no
|
||||
ExecStart=/usr/bin/sscg --package cyrus-imapd --cert-file /etc/pki/cyrus-imapd/cyrus-imapd.pem --cert-key-file /etc/pki/cyrus-imapd/cyrus-imapd-key.pem --ca-file /etc/pki/cyrus-imapd/cyrus-imapd-ca.pem --cert-key-mode=0640
|
||||
ExecStart=/usr/bin/sscg --cert-file /etc/pki/cyrus-imapd/cyrus-imapd.pem --cert-key-file /etc/pki/cyrus-imapd/cyrus-imapd-key.pem --ca-file /etc/pki/cyrus-imapd/cyrus-imapd-ca.pem --cert-key-mode=0640
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: cyrus-imapd
|
||||
Version: 3.4.8
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A high-performance email, contacts and calendar server
|
||||
License: BSD
|
||||
URL: http://www.cyrusimap.org/
|
||||
@ -813,6 +813,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 05 2025 Martin Osvald <mosvald@redhat.com> - 3.4.8-3
|
||||
- Remove sscg option --package from cyrus-imapd-init.service
|
||||
Resolves: RHEL-132242
|
||||
|
||||
* Tue Dec 10 2024 Joe Orton <jorton@redhat.com> - 3.4.8-2
|
||||
- tls: enable automatic DH parameter selection
|
||||
Resolves: RHEL-70762
|
||||
|
||||
Loading…
Reference in New Issue
Block a user