move pam_ssh_agent_auth man page to sub-package

(cherry picked from commit 9481c5a5b866ce8b1f43b4f5456c837164232481)
This commit is contained in:
renmingshuai 2024-01-31 07:59:14 +00:00 committed by openeuler-sync-bot
parent b8e94bdde6
commit cafff082db

View File

@ -6,7 +6,7 @@
%{?no_gtk2:%global gtk2 0}
%global sshd_uid 74
%global openssh_release 26
%global openssh_release 27
Name: openssh
Version: 8.8p1
@ -494,6 +494,7 @@ getent passwd sshd >/dev/null || \
%files -n pam_ssh_agent_auth
%license pam_ssh_agent_auth-pam_ssh_agent_auth-0.10.4/OPENSSH_LICENSE
%attr(0755,root,root) %{_libdir}/security/pam_ssh_agent_auth.so
%attr(0644,root,root) %{_mandir}/man8/pam_ssh_agent_auth.8*
%files help
%doc ChangeLog OVERVIEW PROTOCOL* README README.privsep README.tun README.dns TODO
@ -504,10 +505,15 @@ getent passwd sshd >/dev/null || \
%attr(0644,root,root) %{_mandir}/man5/ssh*.5*
%attr(0644,root,root) %{_mandir}/man5/moduli.5*
%attr(0644,root,root) %{_mandir}/man8/ssh*.8*
%attr(0644,root,root) %{_mandir}/man8/pam_ssh_agent_auth.8*
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
%changelog
* Wed Jan 31 2024 renmingshuai<renmingshuai@huawei.com> - 8.8p1-27
- Type:bugfix
- CVE:
- SUG:NA
- DESC:move pam_ssh_agent_auth man page to sub-package
* Wed Jan 10 2024 renmingshuai<renmingshuai@huawei.com> - 8.8p1-26
- Type:CVE
- CVE:CVE-2023-48795