revert version to 6.14-5

This commit is contained in:
zhangruifang2020 2023-11-13 16:36:38 +08:00
parent 9e82a82d54
commit f7742dce11
5 changed files with 8 additions and 18 deletions

View File

@ -1,21 +1,17 @@
Name: rng-tools Name: rng-tools
Version: 6.16 Version: 6.14
Release: 1 Release: 5
Summary: Random number generator daemon Summary: Random number generator daemon
License: GPLv2+ License: GPLv2+
URL: https://github.com/nhorman/rng-tools URL: https://github.com/nhorman/rng-tools
Source0: https://github.com/nhorman/rng-tools/archive/v%{version}.tar.gz Source0: https://github.com/nhorman/rng-tools/archive/v%{version}.tar.gz
Source1: rngd.service Source1: rngd.service
Source2: rngd.sysconfig
#Dependency #Dependency
BuildRequires: gcc make gettext systemd autoconf automake BuildRequires: gcc make gettext systemd autoconf automake
BuildRequires: libgcrypt-devel libcurl-devel libxml2-devel openssl-devel libcap-devel BuildRequires: libgcrypt-devel libcurl-devel libxml2-devel openssl-devel
BuildRequires: jansson-devel jitterentropy-library-devel BuildRequires: jansson-devel jitterentropy-library-devel
#Provide the command: killall used by test cases.
BuildRequires: psmisc
Requires: libgcrypt libsysfs openssl libxml2 libcurl jitterentropy-library Requires: libgcrypt libsysfs openssl libxml2 libcurl jitterentropy-library
%{?systemd_requires} %{?systemd_requires}
@ -37,11 +33,8 @@ and supplies entropy from them to the system kernel's /dev/random machinery.
%make_install %make_install
install -D -t $RPM_BUILD_ROOT%{_unitdir} -m 0644 %{SOURCE1} install -D -t $RPM_BUILD_ROOT%{_unitdir} -m 0644 %{SOURCE1}
# install sysconfig file
install -D %{SOURCE2} -m0644 %{buildroot}%{_sysconfdir}/sysconfig/rngd
%check %check
export RNGD_JITTER_TIMEOUT=10 #Enseur that the AES can be generated.
%make_build check %make_build check
%pre %pre
@ -63,13 +56,16 @@ export RNGD_JITTER_TIMEOUT=10 #Enseur that the AES can be generated.
%{_bindir}/randstat %{_bindir}/randstat
%{_sbindir}/rngd %{_sbindir}/rngd
%attr(0644,root,root) %{_unitdir}/rngd.service %attr(0644,root,root) %{_unitdir}/rngd.service
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/rngd
%files help %files help
%{_mandir}/man1/rngtest.1.* %{_mandir}/man1/rngtest.1.*
%{_mandir}/man8/rngd.8.* %{_mandir}/man8/rngd.8.*
%changelog %changelog
* Mon Nov 13 2023 zhangruifang <zhangruifang1@h-partners.com> - 6.14-5
- revert version to 6.14-5
- Large differences between versions 6.16 and 6.14
* Wed Oct 18 2023 zhangruifang <zhangruifang1@h-partners.com> - 6.16-1 * Wed Oct 18 2023 zhangruifang <zhangruifang1@h-partners.com> - 6.16-1
- update version to 6.16 - update version to 6.16
- update the rngd.service file - update the rngd.service file

View File

@ -1,11 +1,8 @@
[Unit] [Unit]
Description=Hardware RNG Entropy Gatherer Daemon Description=Hardware RNG Entropy Gatherer Daemon
# The "-f" option is required for the systemd service rngd to work with Type=simple
[Service] [Service]
Type=simple ExecStart=/sbin/rngd -f
EnvironmentFile=/etc/sysconfig/rngd
ExecStart=/usr/sbin/rngd -f $RNGD_ARGS
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View File

@ -1,3 +0,0 @@
# Optional arguments passed to rngd. See rngd(8) and
# https://bugzilla.redhat.com/show_bug.cgi?id=1252175#c21
RNGD_ARGS="-O jitter:timeout:10"

BIN
v6.14.tar.gz Normal file

Binary file not shown.

Binary file not shown.