From bd087da97b21a5f4ff2ac66af02ffa2652986385 Mon Sep 17 00:00:00 2001 From: Monday Date: Thu, 8 Sep 2022 08:22:52 +0000 Subject: [PATCH] =?UTF-8?q?=E6=98=8E=E7=A1=AEhelp=E5=8C=85=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Monday --- libssh2.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libssh2.spec b/libssh2.spec index fa082eb..1268771 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -1,6 +1,6 @@ Name: libssh2 Version: 1.9.0 -Release: 6 +Release: 7 Summary: A library implementing the SSH2 protocol License: BSD URL: https://www.libssh2.org/ @@ -16,7 +16,7 @@ Patch5: 0001-packet.c-improved-packet-parsing-in-packet_queue_lis.patch BuildRequires: coreutils findutils /usr/bin/man zlib-devel BuildRequires: gcc make sed openssl-devel > 1:1.0.1 openssh-server BuildRequires: glibc-langpack-en -Requires: %{name}-help +Requires: %{name}-help = %{version}-%{release} %description libssh2 is a library implementing the SSH2 protocol as defined by @@ -92,6 +92,12 @@ LC_ALL=en_US.UTF-8 make -C tests check %{_mandir}/man3/libssh2_*.3* %changelog +* Wed Sep 8 2022 licihua - 1.9.0-7 +- Type:bugfix +- CVE: +- SUG:NA +- DESC:define libssh2-help version + * Mon Nov 09 2020 xihaochen - 1.9.0-6 - Type:requirement - CVE:NA -- Gitee