From 668795f70473f86c39cd4d0d71dbce58df5810c4 Mon Sep 17 00:00:00 2001 From: Monday Date: Thu, 8 Sep 2022 07:35:56 +0000 Subject: [PATCH] =?UTF-8?q?=E6=98=8E=E7=A1=AE=E5=AF=B9help=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E7=9A=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Monday --- openssh.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/openssh.spec b/openssh.spec index 5dfa3fc..ff72e20 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 -%global openssh_release 21 +%global openssh_release 22 Name: openssh Version: 8.2p1 @@ -102,7 +102,7 @@ Patch68: feature-add-SMx-support.patch Requires: /sbin/nologin Requires: libselinux >= 2.3-5 audit-libs >= 1.0.8 -Requires: openssh-server = %{version}-%{release} %{name}-help +Requires: openssh-server = %{version}-%{release} %{name}-help = %{version}-%{release} Requires: openssl-libs >= 1:1.1.1f-1 BuildRequires: gtk2-devel libX11-devel openldap-devel autoconf automake perl-interpreter perl-generators @@ -482,6 +482,12 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Wed Sep 8 2022 licihua - 8.2P1-22 +- Type:bugfix +- CVE: +- SUG:NA +- DESC:define openssh-help version + * Wed Sep 5 2022 renmingshuai - 8.2P1-21 - Type:bugfix - CVE: -- Gitee