diff --git a/openssh.spec b/openssh.spec index bcfc0e7..0570c29 100644 --- a/openssh.spec +++ b/openssh.spec @@ -75,7 +75,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %define openssh_ver 5.9p1 -%define openssh_rel 13 +%define openssh_rel 14 %define pam_ssh_agent_ver 0.9.2 %define pam_ssh_agent_rel 32 @@ -789,6 +789,9 @@ fi %endif %changelog +* Tue Dec 06 2011 Petr Lautrbach 5.9p1-14 + 0.9.2-32 +- warn about unsupported option UsePAM=no (#757545) + * Mon Nov 21 2011 Tomas Mraz - 5.9p1-13 + 0.9.2-32 - add back the restorecon call to ssh-copy-id - it might be needed on older distributions (#739989)