diff --git a/openssh.spec b/openssh.spec index d71b5f2..47584e1 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 4 +%global openssh_rel 5 %global pam_ssh_agent_ver 0.10.3 %global pam_ssh_agent_rel 7 @@ -721,6 +721,12 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Wed Jun 26 2019 Jakub Jelen - 8.0p1-5 + 0.10.3-7 +- Disable root password logins (#1722928) +- Fix typo in manual pages related to crypto-policies +- Fix the gating test to make sure it removes the test user +- Cleanu up spec file and get rid of some rpmlint warnings + * Mon Jun 17 2019 Jakub Jelen - 8.0p1-4 + 0.10.3-7 - Compatibility with ibmca engine for ECC - Generate more modern PEM files using new OpenSSL API