From 0df6fe2797938edf1d8daeb4856721e85e535ca369e1d8136de9f3c380f4979a Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Mon, 18 Dec 2023 14:34:37 +0000 Subject: [PATCH] - Specfile cleanup: * Exclude now only bundled libs - LLVM, uv, ccalltest, llvmcalltest, openblas with INTERFACE64 enabled, libjulia-internal and libjulia-codegen * Fdupe only /usr/share/julia. OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=153 --- julia.changes | 8 ++++++-- julia.spec | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/julia.changes b/julia.changes index 658d9f7..23504bd 100644 --- a/julia.changes +++ b/julia.changes @@ -1,7 +1,11 @@ ------------------------------------------------------------------- -Mon Dec 18 10:09:55 UTC 2023 - Soc Virnyl Estela +Mon Dec 18 14:24:24 UTC 2023 - Soc Virnyl Estela -- Fdupe only /usr/share/julia. Causes issues with sofiles that are symlinked +- Specfile cleanup: + * Exclude now only bundled libs + - LLVM, uv, ccalltest, llvmcalltest, openblas with INTERFACE64 enabled, + libjulia-internal and libjulia-codegen + * Fdupe only /usr/share/julia. ------------------------------------------------------------------- Mon Dec 18 06:20:48 UTC 2023 - Soc Virnyl Estela diff --git a/julia.spec b/julia.spec index 364d0e4..bc9c0b4 100644 --- a/julia.spec +++ b/julia.spec @@ -26,7 +26,7 @@ %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 _privatelibs lib(LLVM-.*|ccalltest|llvmcalltest|uv|openblas.*|sys|julia.*)\\.so.* %global __provides_exclude ^(%{_privatelibs})$ %global __requires_exclude ^(%{_privatelibs})$