- Don't let it make the resolver get confused if we use bundled libs so we

add again those lines.
  * In this revision for 1.9.4, only bundled lib was libuv-devel

OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=117
This commit is contained in:
Soc Virnyl Estela 2023-12-09 08:57:13 +00:00 committed by Git OBS Bridge
parent c4dab33fe3
commit 8e672083f8
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Dec 9 08:55:41 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Don't let it make the resolver get confused if we use bundled libs so we
add again those lines.
* In this revision for 1.9.4, only bundled lib was libuv-devel
-------------------------------------------------------------------
Sat Dec 9 08:48:10 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

@ -23,6 +23,13 @@
%undefine _build_create_debug
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
%global __provides_exclude_from ^%{_libdir}/%{name}/.*\\.so$
# List all bundled libraries.
%global _privatelibs lib(LLVM-.*|ccalltest|dSFMT|git2|llvmcalltest|openlibm|suitesparse_wrapper|mbedcrypto|mbedtls|mbedx509|uv)\\.so.*
%global __provides_exclude ^(%{_privatelibs})$
%global __requires_exclude ^(%{_privatelibs})$
%define libjulia_sover_major 1
%define libjulia_sover_minor 9
%if "@BUILD_FLAVOR@%{nil}" == "compat"