diff --git a/julia.changes b/julia.changes index 9e53acd..d9c08bb 100644 --- a/julia.changes +++ b/julia.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 17 00:17:42 UTC 2024 - Soc Virnyl Estela + +- Fix specfile + * p7zip for tumbleweed + * p7zip-full for leap + ------------------------------------------------------------------- Thu May 16 15:18:08 UTC 2024 - Soc Virnyl Estela diff --git a/julia.spec b/julia.spec index 50375ac..1a9209e 100644 --- a/julia.spec +++ b/julia.spec @@ -153,7 +153,12 @@ BuildRequires: metis-devel BuildRequires: ncurses-devel BuildRequires: openlibm-devel BuildRequires: openspecfun-devel -BuildRequires: p7zip >= 16 +# I am not sure how or why they're different in Leap and Tumbleweed +%if %0{?suse_version} > 1600 +BuildRequires: p7zip +%else +BuildRequires: p7zip-full +%endif BuildRequires: patchelf >= 0.9 BuildRequires: perl BuildRequires: readline-devel