add buildrequires opensc to fix check error
This commit is contained in:
parent
4308b03cc0
commit
b36e3319cc
@ -1,6 +1,6 @@
|
|||||||
Name: rng-tools
|
Name: rng-tools
|
||||||
Version: 6.16
|
Version: 6.16
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Random number generator daemon
|
Summary: Random number generator daemon
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/nhorman/rng-tools
|
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.
|
#Provide the command: killall used by test cases.
|
||||||
BuildRequires: psmisc
|
BuildRequires: psmisc
|
||||||
|
BuildRequires: opensc
|
||||||
|
|
||||||
Requires: libgcrypt libsysfs openssl libxml2 libcurl jitterentropy-library openssl-pkcs11
|
Requires: libgcrypt libsysfs openssl libxml2 libcurl jitterentropy-library openssl-pkcs11
|
||||||
Requires: opensc
|
Requires: opensc
|
||||||
@ -71,6 +72,9 @@ export RNGD_JITTER_TIMEOUT=10 #Enseur that the AES can be generated.
|
|||||||
%{_mandir}/man8/rngd.8.*
|
%{_mandir}/man8/rngd.8.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 24 2023 zhangruifang <zhangruifang1@h-partners.com> - 6.16-3
|
||||||
- Update the rngd.service file
|
- Update the rngd.service file
|
||||||
- Add the config file for rngd service
|
- Add the config file for rngd service
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user