|
@@ -1,7 +1,7 @@
|
|
Summary: Dovecot Secure imap server
|
|
Summary: Dovecot Secure imap server
|
|
Summary(ja): Dovecot セキュア IMAP サーバ
|
|
Summary(ja): Dovecot セキュア IMAP サーバ
|
|
Name: dovecot
|
|
Name: dovecot
|
|
-Version: 2.3.9.3
|
|
+Version: 2.3.10
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
#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 and BSD with advertising
|
|
License: MIT and LGPLv2 and BSD with advertising
|
|
@@ -14,7 +14,7 @@ Group: System Environment/Daemons
|
|
|
|
|
|
# pigeonhole
|
|
# pigeonhole
|
|
%define build_pigeonhole 1
|
|
%define build_pigeonhole 1
|
|
-%define pigeonholever 0.5.9
|
|
+%define pigeonholever 0.5.10
|
|
|
|
|
|
# pop before smtp (drac)
|
|
# pop before smtp (drac)
|
|
%define build_drac 0
|
|
%define build_drac 0
|
|
@@ -25,7 +25,7 @@ URL: http://www.dovecot.org/
|
|
Source: https://dovecot.org/releases/%{shortver}/%{name}-%{version}.tar.gz
|
|
Source: https://dovecot.org/releases/%{shortver}/%{name}-%{version}.tar.gz
|
|
Source1: dovecot.init
|
|
Source1: dovecot.init
|
|
Source2: dovecot.pam
|
|
Source2: dovecot.pam
|
|
-Source8: https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-%{pigeonholever}.tar.gz
|
|
+Source8: https://pigeonhole.dovecot.org/releases/%{shortver}/dovecot-%{shortver}-pigeonhole-%{pigeonholever}.tar.gz
|
|
Source9: dovecot.sysconfig
|
|
Source9: dovecot.sysconfig
|
|
Source10: dovecot.tmpfilesd
|
|
Source10: dovecot.tmpfilesd
|
|
|
|
|
|
@@ -405,8 +405,8 @@ make check
|
|
# %{_sbindir}/dovecotpw
|
|
# %{_sbindir}/dovecotpw
|
|
%{_bindir}/doveadm
|
|
%{_bindir}/doveadm
|
|
%{_bindir}/doveconf
|
|
%{_bindir}/doveconf
|
|
|
|
+%{_bindir}/dovecot-sysreport
|
|
%{_bindir}/dsync
|
|
%{_bindir}/dsync
|
|
-
|
|
|
|
%attr(0755,root,dovecot) %dir /var/run/dovecot
|
|
%attr(0755,root,dovecot) %dir /var/run/dovecot
|
|
%attr(0750,root,dovenull) %dir /var/run/dovecot/login
|
|
%attr(0750,root,dovenull) %dir /var/run/dovecot/login
|
|
# %attr(0755,root,dovecot) %{_libexecdir}/%{name}/mkcert.sh
|
|
# %attr(0755,root,dovecot) %{_libexecdir}/%{name}/mkcert.sh
|
|
@@ -492,6 +492,10 @@ make check
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Mar 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.10-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- updated pigeonhole to 0.5.10.
|
|
|
|
+
|
|
* Wed Feb 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.9.3-1
|
|
* Wed Feb 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.9.3-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|