diff --git a/openssh.spec b/openssh.spec index 3e1c4ca9b40cd7fe26412d6b5a18372dceea01cd..ab88c4b3cd25be98b6b4f96cffbcfb7533cc2ac0 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 -%global openssh_release 1 +%global openssh_release 2 Name: openssh Version: 9.3p1 @@ -380,11 +380,11 @@ getent passwd sshd >/dev/null || \ %post clients %systemd_user_post ssh-agent.service -%systemd_user_post ssh-agent.target +%systemd_user_post ssh-agent.socket %preun clients %systemd_user_preun ssh-agent.service -%systemd_user_preun ssh-agent.target +%systemd_user_preun ssh-agent.socket %files %license LICENCE @@ -451,6 +451,12 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Fri Aug 25 2023 renmingshuai - 9.3p1-2 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:use correct ssh-agent.socket name + * Thu Jul 27 2023 renmingshuai - 9.3p1-1 - Type:requirement - CVE:NA