diff --git a/openssh.spec b/openssh.spec index 3611abe..db39105 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.2p1 -%define openssh_rel 2 +%define openssh_rel 3 %define pam_ssh_agent_ver 0.9.3 %define pam_ssh_agent_rel 4 @@ -793,6 +793,10 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Tue Apr 16 2013 Petr Lautrbach 6.2p1-3 + 0.9.3-4 +- sshd.service: use KillMode=process (#890376) +- add latest config.{sub,guess} to support aarch64 (#926284) + * Tue Apr 09 2013 Petr Lautrbach 6.2p1-2 + 0.9.3-4 - keep track of which IndentityFile options were manually supplied and which were default options, and don't warn if the latter are missing.