From fde3ccee1d9a14192b669e2997b187d1eeaf9721 Mon Sep 17 00:00:00 2001 From: Jianmin Date: Tue, 3 Aug 2021 08:29:23 +0000 Subject: [PATCH] remove libssh-help dependency for libssh --- libssh.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libssh.spec b/libssh.spec index 6d3d241..8be5031 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh Version: 0.9.4 -Release: 3 +Release: 4 Summary: A library implementing the SSH protocol License: LGPLv2+ URL: http://www.libssh.org @@ -18,7 +18,6 @@ Patch5: CVE-2020-16135-4.patch BuildRequires: cmake gcc-c++ gnupg2 openssl-devel pkgconfig zlib-devel BuildRequires: krb5-devel libcmocka-devel openssh-clients openssh-server BuildRequires: nmap-ncat -Requires: %{name}-help Recommends: crypto-policies Provides: libssh_threads.so.4()(64bit) @@ -99,6 +98,12 @@ popd %doc ChangeLog README %changelog +* Tue Aug 3 2021 Jianmin - 0.9.4-4 +- Type:enchancement +- CVE:NA +- SUG:NA +- DESC:remove libssh-help dependency for libssh + * Mon Nov 09 2020 xihaochen - 0.9.4-3 - Type:requirement - CVE:NA -- Gitee