From b165068e4bf11dd85e0fad874115b3ef7e19cf9e Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Fri, 31 Mar 2023 10:51:59 +0800 Subject: [PATCH] Del Specific Fields --- openssh.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/openssh.spec b/openssh.spec index 2e06ed9..f880bbb 100644 --- a/openssh.spec +++ b/openssh.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 # Do we want SELinux & Audit %if 0%{?!noselinux:1} %global WITH_SELINUX 1 @@ -86,7 +86,6 @@ Patch100: openssh-6.7p1-coverity.patch Patch200: openssh-7.6p1-audit.patch # Audit race condition in forked child (#1310684) Patch201: openssh-7.1p2-audit-race-condition.patch -# https://bugzilla.redhat.com/show_bug.cgi?id=2049947 Patch202: openssh-9.0p1-audit-log.patch # --- pam_ssh-agent --- @@ -104,7 +103,6 @@ Patch306: pam_ssh_agent_auth-0.10.2-compat.patch # Fix NULL dereference from getpwuid() return value # https://sourceforge.net/p/pamsshagentauth/bugs/22/ Patch307: pam_ssh_agent_auth-0.10.2-dereference.patch -# https://bugzilla.redhat.com/show_bug.cgi?id=2070113 Patch308: pam_ssh_agent_auth-0.10.4-rsasha2.patch #https://bugzilla.mindrot.org/show_bug.cgi?id=1641 (WONTFIX) @@ -719,6 +717,9 @@ test -f %{sysconfig_anaconda} && \ %endif %changelog +* Fri Mar 31 2023 mgb01105731 - 9.0p1-4 +- Del Specific Fields + * Mon Feb 20 2023 Funda Wang - 9.0p1-3 - Enable libfido2 support - bugfix the ssh_keys not exist in /etc/group -- Gitee