- fix typo in dovenull username
This commit is contained in:
parent
4f3e645fd2
commit
84d3af1913
@ -5,7 +5,7 @@ Summary: Secure imap and pop3 server
|
|||||||
Name: dovecot
|
Name: dovecot
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Release: 0.10%{?betasuffix}.%{?snapsuffix}%{?dist}
|
Release: 0.11%{?betasuffix}.%{?snapsuffix}%{?dist}
|
||||||
#dovecot itself is MIT, a few sources are PD, (manage)sieve is LGPLv2, perfect_maildir.pl is GPLv2+
|
#dovecot itself is MIT, a few sources are PD, (manage)sieve is LGPLv2, perfect_maildir.pl is GPLv2+
|
||||||
License: MIT and LGPLv2 and GPLv2+
|
License: MIT and LGPLv2 and GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -237,7 +237,7 @@ getent group dovecot >/dev/null || groupadd -r dovecot
|
|||||||
getent passwd dovecot >/dev/null || \
|
getent passwd dovecot >/dev/null || \
|
||||||
useradd -r -g dovecot -d /usr/libexec/dovecot -s /sbin/nologin -c "Dovecot IMAP server" dovecot
|
useradd -r -g dovecot -d /usr/libexec/dovecot -s /sbin/nologin -c "Dovecot IMAP server" dovecot
|
||||||
getent passwd dovenull >/dev/null || \
|
getent passwd dovenull >/dev/null || \
|
||||||
useradd -r -g dovecot -d /usr/libexec/dovecot -s /sbin/nologin -c "Dovecot login process" dovenul
|
useradd -r -g dovecot -d /usr/libexec/dovecot -s /sbin/nologin -c "Dovecot login process" dovenull
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -372,6 +372,9 @@ make check
|
|||||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 18 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.11.beta5.20100515
|
||||||
|
- fix typo in dovenull username
|
||||||
|
|
||||||
* Mon May 17 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.9.beta5.20100515
|
* Mon May 17 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.9.beta5.20100515
|
||||||
- pigeonhole and dovecot updated to snapshot 20100515
|
- pigeonhole and dovecot updated to snapshot 20100515
|
||||||
- fix crash for THREAD command
|
- fix crash for THREAD command
|
||||||
|
Loading…
Reference in New Issue
Block a user