Accepting request 514844 from home:coolo:branches:openSUSE:Factory

- To get the package out of the bootstrap line, we need to prefer
  curl-mini as dependency of cmake. Unfortunately we need to special
  case packages that are in the inner loop - otherwise every package
  would get curl-mini

OBS-URL: https://build.opensuse.org/request/show/514844
OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=42
This commit is contained in:
Nicolas Morey-Chaisemartin 2017-08-07 09:04:31 +00:00 committed by Git OBS Bridge
parent 3bf6990475
commit ddc5d80c41
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Aug 7 07:33:59 UTC 2017 - coolo@suse.com
- To get the package out of the bootstrap line, we need to prefer
curl-mini as dependency of cmake. Unfortunately we need to special
case packages that are in the inner loop - otherwise every package
would get curl-mini
-------------------------------------------------------------------
Thu Jul 20 13:44:16 UTC 2017 - nmoreychaisemartin@suse.com

View File

@ -72,6 +72,10 @@ Obsoletes: rdma < %{version}
Provides: ofed = %{version}
Obsoletes: ofed < %{version}
%if 0%{?suse_version} >= 1330
BuildRequires: curl-mini
%endif
# Tumbleweed's cmake RPM macro adds -Wl,--no-undefined to the module flags
# which is totally inappropriate and breaks building 'ENABLE_EXPORTS' style
# module libraries (eg ibacmp).