Do not create mail group to prevent dependency loop
Resolves: RHEL-27161
This commit is contained in:
parent
d89f3711ed
commit
bb8d51e86a
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: cyrus-imapd
|
Name: cyrus-imapd
|
||||||
Version: 3.8.1
|
Version: 3.8.1
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
|
|
||||||
%define ssl_pem_file_prefix /etc/pki/%name/%name
|
%define ssl_pem_file_prefix /etc/pki/%name/%name
|
||||||
|
|
||||||
@ -829,6 +829,9 @@ sudo -u cyrus LD_LIBRARY_PATH=%buildroot/%_libdir ./testrunner.pl %{?_smp_mflags
|
|||||||
%{_mandir}/man3/Cyrus::SIEVE::managesieve.3pm*
|
%{_mandir}/man3/Cyrus::SIEVE::managesieve.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 25 2024 Martin Osvald <mosvald@redhat.com> - 3.8.1-9
|
||||||
|
- Do not create mail group to prevent dependency loop (RHEL-27161)
|
||||||
|
|
||||||
* Wed Jan 31 2024 Pete Walter <pwalter@fedoraproject.org> - 3.8.1-8
|
* Wed Jan 31 2024 Pete Walter <pwalter@fedoraproject.org> - 3.8.1-8
|
||||||
- Rebuild for ICU 74
|
- Rebuild for ICU 74
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#Type Name ID GECOS Home directory Shell
|
#Type Name ID GECOS Home directory Shell
|
||||||
g saslauth 76
|
g saslauth 76
|
||||||
g mail 12
|
|
||||||
u cyrus 76:mail "Cyrus IMAP Server" /var/lib/imap /sbin/nologin
|
u cyrus 76:mail "Cyrus IMAP Server" /var/lib/imap /sbin/nologin
|
||||||
m cyrus saslauth
|
m cyrus saslauth
|
||||||
|
Loading…
Reference in New Issue
Block a user