diff --git a/julia.changes b/julia.changes index 3217413..6c494a4 100644 --- a/julia.changes +++ b/julia.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 19 02:28:16 UTC 2023 - Soc Virnyl Estela + +- Specfile cleanup: + * specify more dependencies + - openlibm-devel + - julia-devel or julia-compat-devel which provides libjulia.so + ------------------------------------------------------------------- Mon Dec 18 22:35:16 UTC 2023 - Soc Virnyl Estela diff --git a/julia.spec b/julia.spec index 902088a..cd238d3 100644 --- a/julia.spec +++ b/julia.spec @@ -136,8 +136,13 @@ Requires: libnghttp2.so.14 # so therefore it is needed Requires: libblastrampoline-devel Requires: libnghttp2-devel +Requires: openlibm-devel Requires: suitesparse-devel +# Julia requires the devel package as well +# specifically libjulia.so +Requires: %{name}-devel = %{version} + Requires(post): %{_sbindir}/update-alternatives Requires(post): %{_sbindir}/ldconfig Requires(postun):%{_sbindir}/update-alternatives