diff --git a/godot.changes b/godot.changes index 2fee747..7584b20 100644 --- a/godot.changes +++ b/godot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 2 12:29:33 UTC 2023 - Jaime Marquínez Ferrándiz + +- Require the mbedtls-devel version to be lower than 3 + ------------------------------------------------------------------- Wed Apr 5 12:00:00 UTC 2023 - cunix@mail.de diff --git a/godot.spec b/godot.spec index c9da7af..53f2bac 100644 --- a/godot.spec +++ b/godot.spec @@ -87,7 +87,7 @@ BuildRequires: pkgconfig(freetype2) >= 2.10.2 # we don't use bundled libpng and zlib as well. BuildRequires: pkgconfig(libpng) BuildRequires: glslang-devel -BuildRequires: mbedtls-devel +BuildRequires: mbedtls-devel < 3 BuildRequires: pkgconfig(graphite2) BuildRequires: pkgconfig(harfbuzz) BuildRequires: pkgconfig(libwslay)