Accepting request 778190 from home:dimstar:Factory

- Eliminate the curl-mini trickery for Tumbleweed: curl-mini is
  being eliminated in favor of cmake-mini: the original plan to
  split the cycle at curl did not work out in the long run.

OBS-URL: https://build.opensuse.org/request/show/778190
OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=134
This commit is contained in:
Dominique Leuenberger 2020-02-23 09:19:45 +00:00 committed by Git OBS Bridge
parent a076cb20b8
commit 9fe9cb36ea
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Feb 22 09:55:36 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Eliminate the curl-mini trickery for Tumbleweed: curl-mini is
being eliminated in favor of cmake-mini: the original plan to
split the cycle at curl did not work out in the long run.
-------------------------------------------------------------------
Fri Jan 24 15:02:50 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>

View File

@ -116,7 +116,7 @@ Obsoletes: ofed < %{version}
# To force build without the use of curl-mini, --without=curlmini
# should be passed to rpmbuild
%bcond_without curlmini
%if 0%{?suse_version} >= 1330
%if 0%{?suse_version} >= 1330 && 0%{?suse_version} < 1550
%if %{with curlmini}
BuildRequires: curl-mini
%endif