diff --git a/openssh.spec b/openssh.spec index 71e0327..2269eec 100644 --- a/openssh.spec +++ b/openssh.spec @@ -67,7 +67,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %define openssh_ver 6.1p1 -%define openssh_rel 7 +%define openssh_rel 8 %define pam_ssh_agent_ver 0.9.3 %define pam_ssh_agent_rel 3 @@ -780,6 +780,9 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Tue Apr 23 2013 Petr Lautrbach 6.1p1-8 + 0.9.3-3 +- AuthorizedKeysCommandUser: use the user being authenticated by default (#953534) + * Wed Apr 17 2013 Petr Lautrbach 6.1p1-7 + 0.9.3-3 - allow specification of alternate host key location(s) via /etc/sysconfig/sshd (#865803)