allow imap+TLS and pop3+TLS by default
This commit is contained in:
commit
6e67927821
13
dovecot.spec
13
dovecot.spec
@ -3,7 +3,7 @@ Name: dovecot
|
|||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.1
|
Version: 2.1
|
||||||
%global prever .rc1
|
%global prever .rc1
|
||||||
Release: 0.2%{prever}%{?dist}
|
Release: 0.3%{prever}%{?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
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -219,7 +219,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
#dovecot uig and gid are reserved, see /usr/share/doc/setup-*/uidgid
|
#dovecot uid and gid are reserved, see /usr/share/doc/setup-*/uidgid
|
||||||
getent group dovecot >/dev/null || groupadd -r --gid 97 dovecot
|
getent group dovecot >/dev/null || groupadd -r --gid 97 dovecot
|
||||||
getent passwd dovecot >/dev/null || \
|
getent passwd dovecot >/dev/null || \
|
||||||
useradd -r --uid 97 -g dovecot -d /usr/libexec/dovecot -s /sbin/nologin -c "Dovecot IMAP server" dovecot
|
useradd -r --uid 97 -g dovecot -d /usr/libexec/dovecot -s /sbin/nologin -c "Dovecot IMAP server" dovecot
|
||||||
@ -269,6 +269,10 @@ if [ $1 = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
|
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
|
||||||
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
||||||
|
%endif
|
||||||
|
|
||||||
if [ "$1" -ge "1" ]; then
|
if [ "$1" -ge "1" ]; then
|
||||||
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
|
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
|
||||||
/bin/systemctl try-restart dovecot.service >/dev/null 2>&1 || :
|
/bin/systemctl try-restart dovecot.service >/dev/null 2>&1 || :
|
||||||
@ -403,9 +407,12 @@ make check
|
|||||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Dec 14 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.2.rc1
|
* Wed Dec 14 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.3.rc1
|
||||||
- allow imap+TLS and pop3+TLS by default
|
- allow imap+TLS and pop3+TLS by default
|
||||||
|
|
||||||
|
* Fri Dec 02 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.2.rc1
|
||||||
|
- call systemd reload in postun
|
||||||
|
|
||||||
* Wed Nov 30 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.1.rc1
|
* Wed Nov 30 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.1.rc1
|
||||||
- updated to 2.1.rc1
|
- updated to 2.1.rc1
|
||||||
- major changes since 2.0.x:
|
- major changes since 2.0.x:
|
||||||
|
Loading…
Reference in New Issue
Block a user