Resolves: bz 1634788

This commit is contained in:
Neil Horman 2018-10-05 10:05:28 -04:00 committed by Neil Horman
parent 5879611312
commit 4a333ceba2

View File

@ -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 <nhorman@redhat.com> - 6.3.1-2
- Add Provides for jitterentropy-rngd (bz 1634788)
* Mon Jul 16 2018 Neil Horman <nhorman@redhat.com> - 6.3.1-1
- Update to latest upstream