!4 添加libusb依赖

From: @luoqing_kylinsec 
Reviewed-by: @tangjie02 
Signed-off-by: @tangjie02
This commit is contained in:
openeuler-ci-bot 2023-04-20 09:13:44 +00:00 committed by Gitee
commit de41a62009
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
Name: kiran-authentication-devices
Version: 2.5.0
Release: 2
Release: 3
Summary: Kiran Authentication Devices
License: MulanPSL-2.0
@ -18,6 +18,7 @@ BuildRequires: systemd-devel
Requires: qt5-qtbase
Requires: kiran-log-qt5
Requires: systemd
Requires: libusb
%description
Manage authentication devices
@ -63,6 +64,9 @@ systemctl enable kiran-authentication-devices.service
rm -rf ${buildroot}
%changelog
* Thu Apr 20 2023 luoqing <luoqing@kylinsec.com.cn> - 2.5.0-3
- KYOS-F: Add libusb dependency.
* Wed Apr 19 2023 luoqing <luoqing@kylinsec.com.cn> - 2.5.0-2
- KYOS-F: The UKey device is adapted.