From e1d855438b51bd72fb0da462efe3246f9334e998 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 3 Jul 2018 11:27:15 +0200 Subject: [PATCH] 7.7p1-5 + 0.10.3-4 --- openssh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)