diff --git a/openssh.spec b/openssh.spec index f031654..1b71c16 100644 --- a/openssh.spec +++ b/openssh.spec @@ -66,7 +66,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %global openssh_ver 7.4p1 -%global openssh_rel 1 +%global openssh_rel 2 %global pam_ssh_agent_ver 0.10.2 %global pam_ssh_agent_rel 5 @@ -809,6 +809,11 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Mon Feb 06 2017 Jakub Jelen - 7.4p1-2 + 0.10.2-5 +- Fix ssh-agent cert signing error (#1416584) +- Fix wrong path to crypto policies +- Attempt to resolve issue with systemd + * Tue Jan 03 2017 Jakub Jelen - 7.4p1-1 + 0.10.2-5 - New upstream release (#1406204) - Cache supported OIDs for GSSAPI key exchange (#1395288)