From 9978aa16c31940600b9a72e445d19174ef727d15 Mon Sep 17 00:00:00 2001 From: licihua Date: Thu, 8 Sep 2022 19:32:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=8E=E7=A1=AE=E4=B8=BB=E8=BD=AF=E4=BB=B6?= =?UTF-8?q?=E5=AF=B9help=E5=8C=85=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libssh2.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libssh2.spec b/libssh2.spec index fa082eb..b1b8108 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 +* Thu Sep 08 2022 licihua - 1.9.0-7 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:define libssh-help version + * Mon Nov 09 2020 xihaochen - 1.9.0-6 - Type:requirement - CVE:NA -- Gitee