diff --git a/superlu.changes b/superlu.changes index 38a97b7..a893a4d 100644 --- a/superlu.changes +++ b/superlu.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 28 17:45:16 UTC 2021 - Egbert Eich + +- Change 'Requires:' to other HPC packages to %requires_eq to depend + on the exact version. This should take care of HPC packages ignoring + proper ABI versioning. + ------------------------------------------------------------------- Mon Nov 16 14:41:49 UTC 2020 - Ana Guerrero Lopez diff --git a/superlu.spec b/superlu.spec index 796398e..15cc286 100644 --- a/superlu.spec +++ b/superlu.spec @@ -1,7 +1,7 @@ # # spec file for package superlu # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -125,7 +125,7 @@ http://www.netlib.org. Summary: SuperLU matrix solver Group: System/Libraries %if %{with hpc} -Requires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc +%{requires_eq libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc} Requires: lua-lmod >= 7.6.1 %hpc_requires %endif @@ -139,7 +139,7 @@ Summary: Headers and development library for lib%{name}%{?_sover} Group: Development/Libraries/C and C++ Requires: %libname = %version %if %{with hpc} -Requires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc-devel +%{requires_eq libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc-devel} %hpc_requires_devel %endif Recommends: %name-doc