From 0a7bf53734c6ceb31ad2c626779b0884471eec486961bfcb577eb01b4abcb00a Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 29 Jan 2021 08:17:17 +0000 Subject: [PATCH] Accepting request 867654 from home:eeich:branches:science - 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. OBS-URL: https://build.opensuse.org/request/show/867654 OBS-URL: https://build.opensuse.org/package/show/science/superlu?expand=0&rev=32 --- superlu.changes | 7 +++++++ superlu.spec | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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