diff --git a/openssh.spec b/openssh.spec index 202886e425d5b15132023260c8c4cdfa4521c248..862d75614124ff69494269727994b71d5a27313e 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,10 +6,11 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 +%global openssh_release 7 Name: openssh Version: 8.2p1 -Release: 6 +Release: %{openssh_release} URL: http://www.openssh.com/portable.html License: BSD Summary: An open source implementation of SSH protocol version 2 @@ -136,7 +137,7 @@ Requires: openssh = %{version}-%{release} %package -n pam_ssh_agent_auth Summary: PAM module for authentication with ssh-agent Version: 0.10.3 -Release: 9.1 +Release: 9.1.%{openssh_release} License: BSD %description @@ -461,6 +462,12 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Tue Nov 17 2020 gaihuiying - 8.2P1-7 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:keep pam_ssh_agent_auth change release number with openssh + * Mon Nov 09 2020 xihaochen - 8.2P1-6 - Type:requirement - CVE:NA