6.2p1-3 + 0.9.3-4

This commit is contained in:
Petr Lautrbach 2013-04-16 18:15:20 +02:00
parent 894ab5eaaf
commit c276d31b49
1 changed files with 5 additions and 1 deletions

View File

@ -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 <plautrba@redhat.com> 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 <plautrba@redhat.com> 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.