From 4a333ceba2f8534d44141746539228b3dce66b81 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Fri, 5 Oct 2018 10:05:28 -0400 Subject: [PATCH] Resolves: bz 1634788 --- rng-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rng-tools.spec b/rng-tools.spec index 06dd48c..e626463 100644 --- a/rng-tools.spec +++ b/rng-tools.spec @@ -4,7 +4,7 @@ Summary: Random number generator related utilities Name: rng-tools Version: 6.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Base License: GPLv2+ URL: https://github.com/nhorman/rng-tools @@ -28,7 +28,7 @@ Requires(preun): systemd-units Requires(postun): systemd-units Requires: libgcrypt libsysfs Requires: openssl libxml2 libcurl - +Provides: jitterentropy-rngd %description Hardware random number generation tools. @@ -69,6 +69,9 @@ install -Dt %{buildroot}%{_unitdir} -m0644 %{SOURCE1} %attr(0644,root,root) %{_unitdir}/rngd.service %changelog +* Mon Oct 01 2018 Neil Horman - 6.3.1-2 +- Add Provides for jitterentropy-rngd (bz 1634788) + * Mon Jul 16 2018 Neil Horman - 6.3.1-1 - Update to latest upstream