6.6.1p1-12 + 0.9.3-3

This commit is contained in:
Jakub Jelen 2015-03-30 08:11:34 +02:00
parent 00050d05ad
commit 680ce4039a
1 changed files with 7 additions and 1 deletions

View File

@ -64,7 +64,7 @@
# Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
%define openssh_ver 6.6.1p1
%define openssh_rel 11.1
%define openssh_rel 12
%define pam_ssh_agent_ver 0.9.3
%define pam_ssh_agent_rel 3
@ -757,6 +757,12 @@ getent passwd sshd >/dev/null || \
%endif
%changelog
* Mon Mar 30 2015 Jakub Jelen <jjelen@redhat.com> 6.6.1p1-12 + 0.9.3-3
- Fix ssh-copy-id on non-sh shells (#1045191)
- Add tmpfiles.d entris (#1196807)
- Solve issue with ssh-copy-id and keys without trailing newline (#1093168)
- Remove unused patch
* Thu Jan 15 2015 Jakub Jelen <jjelen@redhat.com> 6.6.1p1-11.1 + 0.9.3-3
- error message if scp when directory doesn't exist (#1142223)
- parsing configuration file values (#1130733)