- libsodium is not strictly required, it is only required for the
argon password scheme. This is now no longer supported on sle12 OBS-URL: https://build.opensuse.org/package/show/server:mail/dovecot23?expand=0&rev=79
This commit is contained in:
parent
295de7aafc
commit
42ae3bc819
@ -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>
|
Wed Aug 12 13:57:05 UTC 2020 - Arjen de Korte <suse+build@de-korte.org>
|
||||||
|
|
||||||
|
@ -52,8 +52,10 @@ Release: 0
|
|||||||
%bcond_with lzma
|
%bcond_with lzma
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1320
|
%if 0%{?suse_version} >= 1320
|
||||||
|
%bcond_without argon
|
||||||
%bcond_without lz4
|
%bcond_without lz4
|
||||||
%else
|
%else
|
||||||
|
%bcond_with argon
|
||||||
%bcond_with lz4
|
%bcond_with lz4
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -71,7 +73,9 @@ BuildRequires: xz-devel
|
|||||||
%if %{with lz4}
|
%if %{with lz4}
|
||||||
BuildRequires: liblz4-devel
|
BuildRequires: liblz4-devel
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with argon}
|
||||||
BuildRequires: libsodium-devel
|
BuildRequires: libsodium-devel
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} >= 1520
|
%if 0%{?suse_version} >= 1520
|
||||||
BuildRequires: libmysqlclient-devel
|
BuildRequires: libmysqlclient-devel
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user