!26 keep pam_ssh_agent_auth change release number with openssh

From: @eaglegai
Reviewed-by: @zengwefeng
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2020-11-18 09:25:05 +08:00 committed by Gitee
commit a08ca25f4a

View File

@ -6,10 +6,11 @@
%{?no_gtk2:%global gtk2 0} %{?no_gtk2:%global gtk2 0}
%global sshd_uid 74 %global sshd_uid 74
%global openssh_release 7
Name: openssh Name: openssh
Version: 8.2p1 Version: 8.2p1
Release: 6 Release: %{openssh_release}
URL: http://www.openssh.com/portable.html URL: http://www.openssh.com/portable.html
License: BSD License: BSD
Summary: An open source implementation of SSH protocol version 2 Summary: An open source implementation of SSH protocol version 2
@ -137,7 +138,7 @@ Requires: openssh = %{version}-%{release}
%package -n pam_ssh_agent_auth %package -n pam_ssh_agent_auth
Summary: PAM module for authentication with ssh-agent Summary: PAM module for authentication with ssh-agent
Version: 0.10.3 Version: 0.10.3
Release: 9.1 Release: 9.1.%{openssh_release}
License: BSD License: BSD
%description %description
@ -466,6 +467,12 @@ getent passwd sshd >/dev/null || \
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
%changelog %changelog
* Tue Nov 17 2020 gaihuiying<gaihuiying1@huawei.com> - 8.2P1-7
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:keep pam_ssh_agent_auth change release number with openssh
* Thu Sep 15 2020 liulong<liulong20@huawei.com> - 8.2P1-6 * Thu Sep 15 2020 liulong<liulong20@huawei.com> - 8.2P1-6
- Type:cves - Type:cves
- ID:CVE-2018-15919 - ID:CVE-2018-15919