From 99f70526a29f25ceeb04058dbca77e13b61f485a Mon Sep 17 00:00:00 2001 From: panchenbo Date: Wed, 21 Jul 2021 10:50:27 +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 6e2f7f8..9aef9c7 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 -%global openssh_release 9 +%global openssh_release 10 Name: openssh Version: 8.2p1 @@ -451,7 +451,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 @@ -466,6 +465,9 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Wed Jul 21 2021 panchenbo - 8.2P1-10 +- fix pam_ssh_agent_auth.8.gz conflicts + * Tue Jan 12 2021 yuboyun - 8.2P1-9 - Type:cves - ID:CVE-2020-14145 -- Gitee