From 58a6b244880045df857c07b86802fa1fc7f09d9b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 12 2021 06:11:34 +0000 Subject: import dovecot-2.3.8-7.el8 --- diff --git a/SOURCES/dovecot.tmpfilesd b/SOURCES/dovecot.tmpfilesd index 7178498..d96639a 100644 --- a/SOURCES/dovecot.tmpfilesd +++ b/SOURCES/dovecot.tmpfilesd @@ -1,2 +1,2 @@ -d /var/run/dovecot 0755 root dovecot - +d /run/dovecot 0755 root dovecot - diff --git a/SPECS/dovecot.spec b/SPECS/dovecot.spec index 3a2a6b2..67bbe55 100644 --- a/SPECS/dovecot.spec +++ b/SPECS/dovecot.spec @@ -5,7 +5,7 @@ Name: dovecot Epoch: 1 Version: 2.3.8 %global prever %{nil} -Release: 6%{?dist} +Release: 7%{?dist} #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2 License: MIT and LGPLv2 Group: System Environment/Daemons @@ -193,7 +193,7 @@ autoreconf -I . -fiv #required for aarch64 support %endif %configure \ INSTALL_DATA="install -c -p -m644" \ - --localstatedir=%{_rundir} \ + --with-rundir=%{_rundir}/%{name} \ --docdir=%{_docdir}/%{name} \ --disable-static \ --disable-rpath \ @@ -537,10 +537,12 @@ make check %{_libdir}/%{name}/dict/libdriver_pgsql.so %changelog +* Thu Jan 07 2021 Michal Hlavinka - 1:2.3.8-7 +- change run directory from /var/run to /run (#1805947) + * Wed Dec 02 2020 Michal Hlavinka - 1:2.3.8-6 - fix mail storage block count parsing (#1894418) - MIME parser crashed when boundaries were wrong (#1888111) -- change run directory from /var/run to /run (#1805947) * Mon Nov 02 2020 Michal Hlavinka - 1:2.3.8-5 - multilib compatibility (#1853137)