From e8d850ed605272f5a4dbe559168c0ae4d5751425 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 27 Oct 2020 17:30:34 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/dovecot.git#4ca072df4d19fe0a3ad5061dea0e0d767d94aa96 --- dovecot.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dovecot.spec b/dovecot.spec index 5077164..d560cdc 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -49,7 +49,9 @@ BuildRequires: krb5-devel BuildRequires: quota-devel BuildRequires: xz-devel BuildRequires: lz4-devel +BuildRequires: libzstd-devel BuildRequires: libsodium-devel +BuildRequires: libicu-devel BuildRequires: libexttextcat-devel BuildRequires: libstemmer-devel @@ -150,7 +152,9 @@ autoreconf -I . -fiv #required for aarch64 support --with-mysql \ --with-sqlite \ --with-zlib \ + --with-zstd \ --with-libcap \ + --with-icu \ --with-lucene \ --with-ssl=openssl \ --with-ssldir=%{ssldir} \