6.1p1-8 + 0.9.3-3

This commit is contained in:
Petr Lautrbach 2013-04-23 12:23:05 +02:00
parent fb00871f19
commit 1784dd0d3b
1 changed files with 4 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.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 <plautrba@redhat.com> 6.1p1-8 + 0.9.3-3
- AuthorizedKeysCommandUser: use the user being authenticated by default (#953534)
* Wed Apr 17 2013 Petr Lautrbach <plautrba@redhat.com> 6.1p1-7 + 0.9.3-3
- allow specification of alternate host key location(s) via /etc/sysconfig/sshd
<john_florian@dart.biz> (#865803)