Bug 1634788 - add provides for Jitterentropy-rngd
Summary: add provides for Jitterentropy-rngd
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: rng-tools
Version: 31
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: John Shortt
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1634789 1634790
TreeView+ depends on / blocked
 
Reported: 2018-10-01 15:57 UTC by Neil Horman
Modified: 2020-11-03 15:34 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1634789 1634790 (view as bug list)
Environment:
Last Closed: 2020-11-03 15:34:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Neil Horman 2018-10-01 15:57:14 UTC
Description of problem:
Both jitterentropy-rngd and rng-tools provide the jitterentropy source of random data. The later is implemented with the upstream jitterentropy-library, while the former is a clone of that repository and not maintained any longer.  

Add a Provides: jitterentropy-rngd to rng-tools so people sing its functionality have a path forward as we move toward retiring jitterentropy-rngd.

Comment 1 Neil Horman 2018-10-01 15:59:40 UTC
for reviews, this is the planned change:

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

Comment 2 Paul Wouters 2018-10-02 14:45:38 UTC
From upstream:

> It is correct that Neil merged my Jitter RNG into rngd. It is correct that
> jitterentropy-rngd would not be needed with the updated rngd.
>
> Though, it is not correct that jitterentropy-rngd is not maintained any more.
> I still keep it for small environments. I know that people are using this
> tool.
>
> I am fine to drop jitterentropy-rngd in Fedora as Fedora advertises the use of
> rngd.

I will retire jitterentropy-rngd in fedora.

Comment 3 Ben Cotton 2019-08-13 19:43:19 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle.
Changing version to 31.

Comment 5 Ben Cotton 2020-11-03 15:03:02 UTC
This message is a reminder that Fedora 31 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora 31 on 2020-11-24.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
Fedora 'version' of '31'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 31 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 6 Paul Wouters 2020-11-03 15:34:52 UTC
This would have made sense to fix, but I guess now the issue is moot because it as already bitten everyone who had jitterentropy-rngd installed a few fedora releases ago (it was retired in f29)


Note You need to log in before you can comment on or make changes to this bug.