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:
parent
0f32c4f3f0
commit
220f6823d0
@ -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>
|
Mon Jun 12 22:59:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -82,6 +82,11 @@ BuildRequires: pkgconfig(libuv) >= 1.28
|
|||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
Requires: cmake-implementation = %{version}
|
Requires: cmake-implementation = %{version}
|
||||||
%endif
|
%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}
|
%if %{with full} || %{with mini}
|
||||||
Requires: make
|
Requires: make
|
||||||
# bnc#953842 - A python file is shipped so require python base so it can be run.
|
# bnc#953842 - A python file is shipped so require python base so it can be run.
|
||||||
|
Loading…
Reference in New Issue
Block a user