From 1c685c49b54a6d37b1f6d67c59e1eab27242a332e3adc2d62fbdb8478fe00bd0 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 19 Dec 2023 02:43:06 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=158 --- julia.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/julia.spec b/julia.spec index 44aa2df..4bbcf52 100644 --- a/julia.spec +++ b/julia.spec @@ -141,7 +141,11 @@ Requires: suitesparse-devel # Julia requires the devel package as well # specifically libjulia.so -Requires: %{name}-devel = %{version} +%if 0%{?compat_mode} +Requires: julia-compat-devel +%else +Requires: julia-devel +%endif Requires(post): %{_sbindir}/update-alternatives Requires(post): %{_sbindir}/ldconfig