From 220f6823d0d0022b354dbcb31a35f0587e8f44222d311e4891da0d77a0d78294 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 6 Jul 2023 07:27:19 +0000 Subject: [PATCH] - rebuild cmake-full on libuv updates (bsc#1212090) OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=537 --- cmake.changes | 5 +++++ cmake.spec | 5 +++++ 2 files changed, 10 insertions(+) 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.