From b572a41569f609cffc54c5a27ee06495730f1038 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Tue, 6 Dec 2011 17:59:14 +0100 Subject: [PATCH] 5.8p2-23 + 0.9.2-31 --- openssh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)