!15 修复一台设备只能绑一个ukey的问题;修复一些自测缺陷

From: @luoqing_kylinsec 
Reviewed-by: @liubuguiii 
Signed-off-by: @liubuguiii
This commit is contained in:
openeuler-ci-bot 2023-06-02 09:22:09 +00:00 committed by Gitee
commit 679f1ce908
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1435 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,14 @@
Name: kiran-authentication-devices
Version: 2.5.1
Release: 2
Release: 3
Summary: Kiran Authentication Devices
License: MulanPSL-2.0
Source0: %{name}-%{version}.tar.gz
Patch0001: 0001-fix-mf-iristar-driver-Fix-compilation-issues-with-st.patch
Patch0002: 0001-fix-ukey-Fix-the-issue-where-only-one-ukey-can-be-bo.patch
BuildRequires: cmake
BuildRequires: gcc-c++
@ -65,6 +66,9 @@ systemctl enable kiran-authentication-devices.service
rm -rf ${buildroot}
%changelog
* Fri Jun 2 2023 luoqing <luoqing@kylinsec.com.cn> - 2.5.1-3
- KYOS-F: Fix the issue where only one ukey can be bound to a device, some self-test bugs.(#I78P3F)
* Wed May 24 2023 luoqing <luoqing@kylinsec.com.cn> - 2.5.1-2
- KYOS-F: fix compilation issues with std:: function in lower versions.