parent
44c00b4a08
commit
1f351b7411
@ -6,7 +6,7 @@ Name: dovecot
|
|||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.3.16
|
Version: 2.3.16
|
||||||
%global prever %{nil}
|
%global prever %{nil}
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
||||||
License: MIT and LGPLv2
|
License: MIT and LGPLv2
|
||||||
|
|
||||||
@ -466,6 +466,9 @@ make check
|
|||||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 05 2022 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.16-5
|
||||||
|
- workaround sysuers macro defficiency (#2095399)
|
||||||
|
|
||||||
* Tue Jul 05 2022 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.16-4
|
* Tue Jul 05 2022 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.16-4
|
||||||
- use systemd-sysusers for user creation (#2095399)
|
- use systemd-sysusers for user creation (#2095399)
|
||||||
|
|
||||||
|
@ -4,6 +4,6 @@ u dovecot 97 "Dovecot IMAP server" /usr/libexec/dovecot /sbin/nolog
|
|||||||
m dovecot dovecot
|
m dovecot dovecot
|
||||||
|
|
||||||
g dovenull -
|
g dovenull -
|
||||||
u dovenull - "Dovecot's unauthorized user" /usr/libexec/dovecot /sbin/nologin
|
u dovenull - "Dovecot - unauthorized user" /usr/libexec/dovecot /sbin/nologin
|
||||||
m dovenull dovenull
|
m dovenull dovenull
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user