From 90caaf6034f63e59233ee4b2cf91de3bf73ddc10 Mon Sep 17 00:00:00 2001 From: luoqing Date: Thu, 20 Apr 2023 16:32:56 +0800 Subject: [PATCH] Add libusb dependency --- kiran-authentication-devices.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kiran-authentication-devices.spec b/kiran-authentication-devices.spec index b608b2b..111a758 100644 --- a/kiran-authentication-devices.spec +++ b/kiran-authentication-devices.spec @@ -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 - 2.5.0-3 +- KYOS-F: Add libusb dependency. + * Wed Apr 19 2023 luoqing - 2.5.0-2 - KYOS-F: The UKey device is adapted.