From fc269c323c17cb2c0dd4d5641c3c745cefc6aea1 Mon Sep 17 00:00:00 2001 From: panchenbo Date: Mon, 12 Jul 2021 18:28:17 +0800 Subject: [PATCH] fix pam_ssh_agent_auth.8.gz conflicts --- openssh.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openssh.spec b/openssh.spec index d1ee182..f66e6de 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 -%global openssh_release 10 +%global openssh_release 11 Name: openssh Version: 8.2p1 @@ -449,7 +449,6 @@ getent passwd sshd >/dev/null || \ %files -n pam_ssh_agent_auth %license pam_ssh_agent_auth-0.10.3/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 openssh-lpk-openldap.schema @@ -464,6 +463,9 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Tue Jul 12 2021 panchenbo - 8.2P1-11 +- fix pam_ssh_agent_auth.8.gz conflicts + * Tue Jan 12 2021 yuboyun - 8.2P1-10 - Type:cves - ID:CVE-2020-14145 -- Gitee