SHA256
3
0
forked from pool/cmake

- rebuild cmake-full on libuv updates (bsc#1212090)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=537
This commit is contained in:
Dirk Mueller 2023-07-06 07:27:19 +00:00 committed by Git OBS Bridge
parent 0f32c4f3f0
commit 220f6823d0
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 6 07:16:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
- rebuild cmake-full on libuv updates (bsc#1212090)
-------------------------------------------------------------------
Mon Jun 12 22:59:30 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -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.