diff --git a/openssh.spec b/openssh.spec index 830247f..1a80242 100644 --- a/openssh.spec +++ b/openssh.spec @@ -66,7 +66,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %global openssh_ver 7.7p1 -%global openssh_rel 4 +%global openssh_rel 5 %global pam_ssh_agent_ver 0.10.3 %global pam_ssh_agent_rel 4 @@ -761,6 +761,9 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Tue Jul 03 2018 Jakub Jelen - 7.7p1-5 + 0.10.3-4 +- Disable manual printing of motd by default (#1591381) + * Wed Jun 27 2018 Jakub Jelen - 7.7p1-4 + 0.10.3-4 - Better handling of kerberos tickets storage (#1566494) - Add pam_motd to pam stack (#1591381)