diff --git a/openssh.spec b/openssh.spec index 4faa071..9761738 100644 --- a/openssh.spec +++ b/openssh.spec @@ -79,7 +79,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %define openssh_ver 5.8p2 -%define openssh_rel 22 +%define openssh_rel 23 %define pam_ssh_agent_ver 0.9.2 %define pam_ssh_agent_rel 31 @@ -777,6 +777,9 @@ fi %endif %changelog +* Tue Dec 06 2011 Petr Lautrbach 5.8p2-23 + 0.9.2-31 +- warn about unsupported option UsePAM=no (#757545) + * Wed Nov 23 2011 Petr Lautrbach 5.8p2-22 + 0.9.2-31 - add the restorecon call to ssh-copy-id - it might be needed on older distribution (#739989)