From 886df4a8044ed445a70a279f5f541812e1607bb6 Mon Sep 17 00:00:00 2001 From: qilinyangxiaodong Date: Tue, 11 Jun 2024 15:45:31 +0800 Subject: [PATCH] add buildrequires opensc to fix check error (cherry picked from commit b36e3319ccdb775d1bb712f3b2a0365c489e9167) --- rng-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rng-tools.spec b/rng-tools.spec index 7188383..73a8f60 100644 --- a/rng-tools.spec +++ b/rng-tools.spec @@ -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 - 6.16-4 +- add buildrequires opensc to fix check error + * Mon Apr 24 2023 zhangruifang - 6.16-3 - Update the rngd.service file - Add the config file for rngd service -- Gitee