SHA256
1
0
forked from pool/cmake

Accepting request 1097048 from devel:tools:building

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

OBS-URL: https://build.opensuse.org/request/show/1097048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=236
This commit is contained in:
Fabian Vogt 2023-07-07 13:45:55 +00:00 committed by Git OBS Bridge
commit a3c79c0f9c
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.