fix(ukey):Fix the issue where only one ukey can be bound to a device;Fix some self-test bugs

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

Closes #I78P3F
This commit is contained in:
luoqing 2023-06-02 16:58:45 +08:00
parent 5dd7e3c832
commit 0b0d3a5df1
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.