diff --git a/godot.changes b/godot.changes index a47c254..3b7e234 100644 --- a/godot.changes +++ b/godot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 16 12:00:00 UTC 2024 - cunix@mail.de + +- Pin mbedtls-devel version to be lower than 3 for Leap builds, too. + ------------------------------------------------------------------- Wed Dec 13 12:00:00 UTC 2023 - cunix@mail.de diff --git a/godot.spec b/godot.spec index 395776c..d651939 100644 --- a/godot.spec +++ b/godot.spec @@ -110,7 +110,7 @@ BuildRequires: pkgconfig(zlib) BuildRequires: libminiupnpc-devel BuildRequires: pkgconfig(libwslay) %if 0%{?sle_version} >= 150200 -BuildRequires: mbedtls-devel +BuildRequires: mbedtls-devel < 3 %endif %endif %endif