From 62f17364702a0e3c564615c198f1eef305d8880f Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 27 Jun 2018 14:09:27 +0200 Subject: [PATCH] 7.7p1-4 + 0.10.3-4 --- openssh.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index 391e436..654565c 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 3 +%global openssh_rel 4 %global pam_ssh_agent_ver 0.10.3 %global pam_ssh_agent_rel 4 @@ -761,6 +761,10 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* 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) + * Mon Apr 16 2018 Jakub Jelen - 7.7p1-3 + 0.10.3-4 - Fix tun devices and other issues fixed after release upstream (#1567775)