From 8a0a32fdad25a104064d4a7b9229ec18470b22a5 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 20 Feb 2023 18:01:34 +0800 Subject: [PATCH] Enable libfido2 support --- openssh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openssh.spec b/openssh.spec index ba485cf..da91ad9 100644 --- a/openssh.spec +++ b/openssh.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 # Do we want SELinux & Audit %if 0%{?!noselinux:1} %global WITH_SELINUX 1 @@ -49,7 +49,7 @@ # libfido2 has strong dependecy on libcbor, but libcbor changes its soname too often, # which will lead to frequent rebuilds of libfido. providing a switch on libfido2 support # within openssh is a must-have choice. -%bcond_with libfido2 +%bcond_without libfido2 # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %global openssh_ver 9.0p1 @@ -719,6 +719,9 @@ test -f %{sysconfig_anaconda} && \ %endif %changelog +* Mon Feb 20 2023 Funda Wang - 9.0p1-3 +- Enable libfido2 support + * Fri Feb 17 2023 Funda Wang - 9.0p1-2 - Add switch for libfido2 support -- Gitee