From 921287d0c671c7462ed62c14ac4dd5b0f48f0739 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 16 Jun 2021 03:37:19 +0000 Subject: [PATCH] Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 Signed-off-by: Mohan Boddu --- rng-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rng-tools.spec b/rng-tools.spec index 280f296..8b6f588 100644 --- a/rng-tools.spec +++ b/rng-tools.spec @@ -11,7 +11,7 @@ Summary: Random number generator related utilities Name: rng-tools Version: 6.12 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ URL: https://github.com/nhorman/rng-tools Source0: https://github.com/nhorman/rng-tools/archive/v%{version}/rng-tools-%{version}.tar.gz @@ -95,6 +95,10 @@ udevadm trigger --sysname-match=hw_random --settle %attr(0644,root,root) %{_udevrulesdir}/60-hwrng.rules %changelog +* Wed Jun 16 2021 Mohan Boddu - 6.12-5 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Mon May 24 2021 Vladis Dronov - 6.12-4 - Allow rngd to run as non-privledged user (bz 1965318) - Update the rngd.service file