diff --git a/openssh.spec b/openssh.spec index d70d227..578a2eb 100644 --- a/openssh.spec +++ b/openssh.spec @@ -51,7 +51,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %global openssh_ver 8.4p1 -%global openssh_rel 3 +%global openssh_rel 4 %global pam_ssh_agent_ver 0.10.4 %global pam_ssh_agent_rel 1 @@ -669,6 +669,11 @@ test -f %{sysconfig_anaconda} && \ %endif %changelog +* Tue Dec 01 2020 Jakub Jelen - 8.4p1-4 + 0.10.4-1 +- Remove "PasswordAuthentication yes" from vendor configuration as it is + already default and it might be hard to override. +- Fix broken obsoletes for openssh-ldap (#1902084) + * Thu Nov 19 2020 Jakub Jelen - 8.4p1-3 + 0.10.4-1 - Unbreak seccomp filter on arm (#1897712) - Add a workaround for Debian's broken OpenSSH (#1881301)