!221 更正ssh-agent使用的socket的服务名

From: @renmingshuai 
Reviewed-by: @robertxw 
Signed-off-by: @robertxw
This commit is contained in:
openeuler-ci-bot 2023-08-25 11:05:09 +00:00 committed by Gitee
commit eba33692dc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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<renmingshuai@huawei.com> - 9.3p1-2
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:use correct ssh-agent.socket name
* Thu Jul 27 2023 renmingshuai<renmingshuai@huawei.com> - 9.3p1-1
- Type:requirement
- CVE:NA