8.4p1-5 + 0.10.4-1

This commit is contained in:
Jakub Jelen 2021-02-03 17:26:30 +01:00
parent 72f50c904f
commit 6c897f6328

View File

@ -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 <jjelen@redhat.com> - 8.4p1-5 + 0.10.4-1
- Accept empty labels for keys from PKCS#11 (#1919007)
* Tue Dec 01 2020 Jakub Jelen <jjelen@redhat.com> - 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.