Accepting request 576037 from home:NMoreyChaisemartin:branches:science:HPC

- Prevent libpsm2-compat to provide libpsm_infinipath.so (bsc#1080773)

OBS-URL: https://build.opensuse.org/request/show/576037
OBS-URL: https://build.opensuse.org/package/show/science:HPC/libpsm2?expand=0&rev=39
This commit is contained in:
Nicolas Morey-Chaisemartin 2018-02-13 10:46:00 +00:00 committed by Git OBS Bridge
parent 0e1780fe47
commit de1f330388
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 12 15:07:22 UTC 2018 - nmoreychaisemartin@suse.com
- Prevent libpsm2-compat to provide libpsm_infinipath.so (bsc#1080773)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 8 08:25:14 UTC 2017 - nmoreychaisemartin@suse.com Fri Dec 8 08:25:14 UTC 2017 - nmoreychaisemartin@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libpsm2 # spec file for package libpsm2
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -80,6 +80,11 @@ Development files for the libpsm2 library.
%description compat %description compat
Support for MPIs linked with PSM versions < 2. Support for MPIs linked with PSM versions < 2.
# Prevent libpsm2-compat from providing libpsm_infinipath to avoid zypper
# pulling it when libpsm1 is required.
# libpsm2-compat user should have both PSM1 and PSM2 compat installed
# and use PSM2-compat by setting the proper LD_LIBRARY_PATH
%define __provides_exclude_from ^%{_libdir}/libpsm_infinipath.so.*$
%prep %prep
%setup -q -n %{name}-%{version}%{git_ver} %setup -q -n %{name}-%{version}%{git_ver}