From 456696edc25d84acf6e6cef8d2209475a9b0202d5237c7a93870d4f4721d070b Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Mon, 25 Dec 2023 09:22:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=163 --- julia.changes | 1 + julia.spec | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/julia.changes b/julia.changes index 581ba0e..85adc4b 100644 --- a/julia.changes +++ b/julia.changes @@ -6,6 +6,7 @@ Mon Dec 25 08:25:12 UTC 2023 - Soc Virnyl Estela diff --git a/julia.spec b/julia.spec index 2ba0774..47267b9 100644 --- a/julia.spec +++ b/julia.spec @@ -122,10 +122,14 @@ Requires: readline %if 0%{?__isa_bits} == 64 Requires: libgfortran.so.5()(64bit) Requires: libgomp.so.1()(64bit) +Requires: libmbedcrypto.so.15()(64bit) +Requires: libmbedcrypto.so.3.5.1()(64bit) Requires: libnghttp2.so.14()(64bit) %else Requires: libgfortran.so.5 Requires: libgomp.so.1 +Requires: libmbedcrypto.so.15 +Requires: libmbedcrypto.so.3.5.1 Requires: libnghttp2.so.14 %endif