From e014dcf7838690bece04f1c65069a51ea635f8a0 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Fri, 29 Aug 2025 10:07:46 +0800 Subject: [PATCH] fix startup failure Custom the jitter:timeout by the description from https://github.com/nhorman/rng-tools/commit/6e14b8b --- rng-tools.spec | 6 +++++- rngd.sysconfig | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/rng-tools.spec b/rng-tools.spec index 481f713..3e0af37 100644 --- a/rng-tools.spec +++ b/rng-tools.spec @@ -1,6 +1,6 @@ Name: rng-tools Version: 6.17 -Release: 1 +Release: 2 Summary: Random number generator daemon License: GPL-2.0-or-later URL: https://github.com/nhorman/rng-tools @@ -82,6 +82,10 @@ export RNGD_JITTER_TIMEOUT=10 #Enseur that the AES can be generated. %{_mandir}/man8/rngd.8.* %changelog +* Fri Aug 29 2025 yixiangzhike - 6.17-2 +- fix startup failure, custom the jitter:timeout by the description + from https://github.com/nhorman/rng-tools/commit/6e14b8b + * Sat Oct 05 2024 Funda Wang - 6.17-1 - update to 6.17 - drop unused dependencies diff --git a/rngd.sysconfig b/rngd.sysconfig index 798f166..1eff16e 100644 --- a/rngd.sysconfig +++ b/rngd.sysconfig @@ -1,3 +1,3 @@ # Optional arguments passed to rngd. See rngd(8) and # https://bugzilla.redhat.com/show_bug.cgi?id=1252175#c21 -RNGD_ARGS="-x pkcs11 -x nist -x qrypt -x namedpipe -D daemon:daemon" +RNGD_ARGS="-x pkcs11 -x nist -x qrypt -x namedpipe -D daemon:daemon -O jitter:timeout:10" -- Gitee