From 04ca5e7b0b23d65506ce7143f5fea7a7efdc412f Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 16 Apr 2018 11:15:43 +0200 Subject: [PATCH] 7.7p1-3 + 0.10.3-4 --- openssh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index b2e435e..1012bc4 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 2 +%global openssh_rel 3 %global pam_ssh_agent_ver 0.10.3 %global pam_ssh_agent_rel 4 @@ -764,6 +764,9 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Mon Apr 16 2018 Jakub Jelen - 7.7p1-3 + 0.10.3-4 +- Fix tun devices and other issues fixed after release upstream (#1567775) + * Thu Apr 12 2018 Jakub Jelen - 7.7p1-2 + 0.10.3-4 - Do not break quotes parsing in configuration file (#1566295)