From 73b069e9263227d7ab30dcf76aa7adc2a2f4fb41 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 23 Jul 2019 09:50:20 +0200 Subject: [PATCH] openssh-8.0p1-8 + 0.10.3-7 --- openssh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index c33038a..fb7692a 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 8.0p1 -%global openssh_rel 7 +%global openssh_rel 8 %global pam_ssh_agent_ver 0.10.3 %global pam_ssh_agent_rel 7 @@ -721,6 +721,9 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Tue Jul 23 2019 Jakub Jelen - 8.0p1-8 + 0.10.3-7 +- Use the upstream-accepted version of the PKCS#8 PEM support (#1722285) + * Fri Jul 12 2019 Jakub Jelen - 8.0p1-7 + 0.10.3-7 - Use the environment file under /etc/sysconfig for anaconda configuration (#1722928)