From 8e672083f8a36a1871d8b12b372ad5186fcdc85767d8bf37e36392828870daf6 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 9 Dec 2023 08:57:13 +0000 Subject: [PATCH] - 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 --- julia.changes | 7 +++++++ julia.spec | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/julia.changes b/julia.changes index cbb7cd6..7e14359 100644 --- a/julia.changes +++ b/julia.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 9 08:55:41 UTC 2023 - Soc Virnyl Estela + +- 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 diff --git a/julia.spec b/julia.spec index 3c35270..d96f358 100644 --- a/julia.spec +++ b/julia.spec @@ -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"