diff --git a/cmake.changes b/cmake.changes index 9b994fa..78f6888 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 6 07:16:33 UTC 2023 - Dirk Müller + +- rebuild cmake-full on libuv updates (bsc#1212090) + ------------------------------------------------------------------- Mon Jun 12 22:59:30 UTC 2023 - Dirk Müller diff --git a/cmake.spec b/cmake.spec index 315da1d..413cad6 100644 --- a/cmake.spec +++ b/cmake.spec @@ -82,6 +82,11 @@ BuildRequires: pkgconfig(libuv) >= 1.28 %if "%{flavor}" == "" Requires: cmake-implementation = %{version} %endif +%if %{with full} +# Needs a rebuild as libuv will otherwise abort the program with: +# fatal error: libuv version too new: running with libuv 1.X+1 when compiled with libuv 1.X will lead to libuv failures +%requires_eq libuv1 +%endif %if %{with full} || %{with mini} Requires: make # bnc#953842 - A python file is shipped so require python base so it can be run.