diff --git a/openssh.spec b/openssh.spec index b0c8320..b0bd1de 100644 --- a/openssh.spec +++ b/openssh.spec @@ -47,7 +47,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %global openssh_ver 9.9p1 -%global openssh_rel 2 +%global openssh_rel 3 %global pam_ssh_agent_ver 0.10.4 %global pam_ssh_agent_rel 6 @@ -507,6 +507,7 @@ fi --with-default-pkcs11-provider=yes \ --with-security-key-builtin=yes \ --with-pam \ + --enable-dsa-keys \ %if %{WITH_SELINUX} --with-selinux --with-audit=linux \ --with-sandbox=seccomp_filter \ @@ -739,6 +740,10 @@ test -f %{sysconfig_anaconda} && \ %endif %changelog +* Tue Dec 09 2025 Zoltan Fridrich - 9.9p1-3 +- Enable support for DSA keys + Resolves: RHEL-127624 + * Mon Oct 27 2025 Zoltan Fridrich - 9.9p1-2 - Fix implicit destination path selection when source path ends with ".." Resolves: RHEL-119515