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)