!48 修复%check报错

From: @qilinyangxiaodong 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
This commit is contained in:
openeuler-ci-bot 2024-06-12 01:48:59 +00:00 committed by Gitee
commit 34eccbc10e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: rng-tools
Version: 6.16
Release: 3
Release: 4
Summary: Random number generator daemon
License: GPLv2+
URL: https://github.com/nhorman/rng-tools
@ -15,6 +15,7 @@ BuildRequires: libp11-devel jitterentropy-library-devel jansson-devel libcap-d
#Provide the command: killall used by test cases.
BuildRequires: psmisc
BuildRequires: opensc
Requires: libgcrypt libsysfs openssl libxml2 libcurl jitterentropy-library openssl-pkcs11
Requires: opensc
@ -71,6 +72,9 @@ export RNGD_JITTER_TIMEOUT=10 #Enseur that the AES can be generated.
%{_mandir}/man8/rngd.8.*
%changelog
* Mon Jun 3 2024 yangxiaodong <yangxiaodong@kylinos.cn> - 6.16-4
- add buildrequires opensc to fix check error
* Mon Apr 24 2023 zhangruifang <zhangruifang1@h-partners.com> - 6.16-3
- Update the rngd.service file
- Add the config file for rngd service