diff --git a/libssh.changes b/libssh.changes index 2e8f133..a329c3d 100644 --- a/libssh.changes +++ b/libssh.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 18 14:05:49 UTC 2020 - Dominique Leuenberger + +- 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 diff --git a/libssh.spec b/libssh.spec index 34b40ae..be60d01 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -43,8 +43,6 @@ Source3: libssh_client.config Source4: libssh_server.config Source99: baselibs.conf 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: gcc-c++ BuildRequires: krb5-devel