From 30922f629cc135e3233e263d5e3eb346f9251c4e Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 12 Jul 2019 23:22:51 +0200 Subject: [PATCH] openssh-8.0p1-7 + 0.10.3-7 --- openssh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index 4dc4dc8..c33038a 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 6 +%global openssh_rel 7 %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 +* Fri Jul 12 2019 Jakub Jelen - 8.0p1-7 + 0.10.3-7 +- Use the environment file under /etc/sysconfig for anaconda configuration (#1722928) + * Wed Jul 03 2019 Jakub Jelen - 8.0p1-6 + 0.10.3-7 - Provide the entry point for anaconda configuration in service file (#1722928)