Accepting request 832820 from server:mail

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/832820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dovecot23?expand=0&rev=32
This commit is contained in:
2020-09-08 20:48:59 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 31 15:25:03 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
- libsodium is not strictly required, it is only required for the
argon password scheme. This is now no longer supported on sle12
-------------------------------------------------------------------
Wed Aug 12 13:57:05 UTC 2020 - Arjen de Korte <suse+build@de-korte.org>

View File

@@ -52,8 +52,10 @@ Release: 0
%bcond_with lzma
%endif
%if 0%{?suse_version} >= 1320
%bcond_without argon
%bcond_without lz4
%else
%bcond_with argon
%bcond_with lz4
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -71,7 +73,9 @@ BuildRequires: xz-devel
%if %{with lz4}
BuildRequires: liblz4-devel
%endif
%if %{with argon}
BuildRequires: libsodium-devel
%endif
%if 0%{?suse_version} >= 1520
BuildRequires: libmysqlclient-devel
%else