Bump Nettle dependency.
GnuTLS depends on symbols from a newer version of Nettle (3.9). Signed-off-by: Simon de Vlieger <cmdr@supakeen.com>
This commit is contained in:
parent
23ac5676a4
commit
be817c2d2d
@ -56,7 +56,7 @@ BuildRequires: zlib-devel, brotli-devel, libzstd-devel
|
|||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
BuildRequires: automake, autoconf, gperf, libtool, texinfo
|
BuildRequires: automake, autoconf, gperf, libtool, texinfo
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: nettle-devel >= 3.5.1
|
BuildRequires: nettle-devel >= 3.9.1
|
||||||
%if %{with tpm12}
|
%if %{with tpm12}
|
||||||
BuildRequires: trousers-devel >= 0.3.11.2
|
BuildRequires: trousers-devel >= 0.3.11.2
|
||||||
%endif
|
%endif
|
||||||
@ -74,7 +74,7 @@ BuildRequires: p11-kit-trust, ca-certificates
|
|||||||
Requires: crypto-policies
|
Requires: crypto-policies
|
||||||
Requires: p11-kit-trust
|
Requires: p11-kit-trust
|
||||||
Requires: libtasn1 >= 4.3
|
Requires: libtasn1 >= 4.3
|
||||||
Requires: nettle >= 3.4.1
|
Requires: nettle >= 3.9.1
|
||||||
%if %{with tpm12}
|
%if %{with tpm12}
|
||||||
Recommends: trousers >= 0.3.11.2
|
Recommends: trousers >= 0.3.11.2
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user