Accepting request 778187 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/778187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libssh?expand=0&rev=61
This commit is contained in:
Dominique Leuenberger 2020-02-22 18:05:15 +00:00 committed by Git OBS Bridge
commit 5be143892c
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 18 14:05:49 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Drop the hack to pull curl-mini: we moved the split a bit higher
up and now have a non-curl linked variant of cmake in
openSUSE:Factory.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 10 19:08:47 UTC 2019 - Andreas Schneider <asn@cryptomilk.org> Tue Dec 10 19:08:47 UTC 2019 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libssh # spec file for package libssh
# #
# Copyright (c) 2019 SUSE LLC # Copyright (c) 2020 SUSE LLC
# #
# 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
@ -43,8 +43,6 @@ Source3: libssh_client.config
Source4: libssh_server.config Source4: libssh_server.config
Source99: baselibs.conf Source99: baselibs.conf
Patch0: 0001-disable-timeout-test-on-slow-buildsystems.patch Patch0: 0001-disable-timeout-test-on-slow-buildsystems.patch
# cmake pulls curl, but libssh is a dependency of it, so avoid cycles by using curl-mini
#!BuildRequires: libcurl4-mini
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: krb5-devel BuildRequires: krb5-devel