diff --git a/openssh.spec b/openssh.spec index 578a2eb..d0d8890 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 4 +%global openssh_rel 5 %global pam_ssh_agent_ver 0.10.4 %global pam_ssh_agent_rel 1 @@ -669,6 +669,9 @@ test -f %{sysconfig_anaconda} && \ %endif %changelog +* Wed Feb 03 2021 Jakub Jelen - 8.4p1-5 + 0.10.4-1 +- Accept empty labels for keys from PKCS#11 (#1919007) + * 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.