use correct ssh-agent.socket name
This commit is contained in:
parent
620762bc3e
commit
28c933bc50
12
openssh.spec
12
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<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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user