import dovecot-2.3.8-7.el8
This commit is contained in:
parent
a9ff1a8a7a
commit
0c4d1ce251
@ -1,2 +1,2 @@
|
|||||||
d /var/run/dovecot 0755 root dovecot -
|
d /run/dovecot 0755 root dovecot -
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ Name: dovecot
|
|||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.3.8
|
Version: 2.3.8
|
||||||
%global prever %{nil}
|
%global prever %{nil}
|
||||||
Release: 6%{?dist}
|
Release: 7%{?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
|
||||||
@ -193,7 +193,7 @@ autoreconf -I . -fiv #required for aarch64 support
|
|||||||
%endif
|
%endif
|
||||||
%configure \
|
%configure \
|
||||||
INSTALL_DATA="install -c -p -m644" \
|
INSTALL_DATA="install -c -p -m644" \
|
||||||
--localstatedir=%{_rundir} \
|
--with-rundir=%{_rundir}/%{name} \
|
||||||
--docdir=%{_docdir}/%{name} \
|
--docdir=%{_docdir}/%{name} \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
@ -537,10 +537,12 @@ make check
|
|||||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 07 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.8-7
|
||||||
|
- change run directory from /var/run to /run (#1805947)
|
||||||
|
|
||||||
* Wed Dec 02 2020 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.8-6
|
* Wed Dec 02 2020 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.8-6
|
||||||
- fix mail storage block count parsing (#1894418)
|
- fix mail storage block count parsing (#1894418)
|
||||||
- MIME parser crashed when boundaries were wrong (#1888111)
|
- MIME parser crashed when boundaries were wrong (#1888111)
|
||||||
- change run directory from /var/run to /run (#1805947)
|
|
||||||
|
|
||||||
* Mon Nov 02 2020 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.8-5
|
* Mon Nov 02 2020 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.8-5
|
||||||
- multilib compatibility (#1853137)
|
- multilib compatibility (#1853137)
|
||||||
|
Loading…
Reference in New Issue
Block a user