import rng-tools-6.15-3.el8
This commit is contained in:
parent
2560605fa9
commit
7c88f66fb1
@ -1,2 +1,2 @@
|
|||||||
f9c94e49297027f5280f4da5bdaab5bdc344e9c1 SOURCES/jitterentropy-library-3.4.1.tar.gz
|
2e3475074ae0c75fc417da553eb70ec160334b18 SOURCES/jitterentropy-library-3.4.1.tar.gz
|
||||||
771cc517e9538717468dd174e61a00ad3a79f366 SOURCES/rng-tools-6.15.tar.gz
|
f8720f7aaef3f5ca0d63cf7b88d0de802a358ae0 SOURCES/rng-tools-6.15.tar.gz
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Hardware RNG Entropy Gatherer Daemon
|
Description=Hardware RNG Entropy Gatherer Daemon
|
||||||
ConditionVirtualization=!container
|
ConditionVirtualization=!container
|
||||||
|
ConditionKernelCommandLine=!fips=1
|
||||||
|
|
||||||
# The "-f" option is required for the systemd service rngd to work with Type=simple
|
# The "-f" option is required for the systemd service rngd to work with Type=simple
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: Random number generator related utilities
|
Summary: Random number generator related utilities
|
||||||
Name: rng-tools
|
Name: rng-tools
|
||||||
Version: 6.15
|
Version: 6.15
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/nhorman/rng-tools
|
URL: https://github.com/nhorman/rng-tools
|
||||||
@ -82,6 +82,14 @@ install -D %{SOURCE2} -m0644 %{buildroot}%{_sysconfdir}/sysconfig/rngd
|
|||||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/rngd
|
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/rngd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 27 2022 Vladis Dronov <vdronov@redhat.com> - 6.15-3
|
||||||
|
- Update rng-tools to v6.15 @ cb8cc624 (bz 2141379)
|
||||||
|
- Update jitterentropy library to v3.4.1 @ 7bf9f85d
|
||||||
|
- Fix a stack corruption on s390x
|
||||||
|
- Fix a number of issues found by covscan code scanner
|
||||||
|
- Add a jitter init timeout for tests
|
||||||
|
- Add a start condition for the FIPS mode (bz 2154804)
|
||||||
|
|
||||||
* Tue Oct 04 2022 Vladis Dronov <vdronov@redhat.com> - 6.15-2
|
* Tue Oct 04 2022 Vladis Dronov <vdronov@redhat.com> - 6.15-2
|
||||||
- Update rng-tools to v6.15 @ 6dcc9ec2 (bz 2124602)
|
- Update rng-tools to v6.15 @ 6dcc9ec2 (bz 2124602)
|
||||||
- Update jitterentropy library to v3.4.1 @ 4544e113
|
- Update jitterentropy library to v3.4.1 @ 4544e113
|
||||||
|
Loading…
Reference in New Issue
Block a user