import rng-tools-6.15-3.el9
This commit is contained in:
parent
47f88c9907
commit
3ff149534b
@ -1 +1 @@
|
|||||||
79de2f603a8d5266691edd5b53efc1a7b6a02cd3 SOURCES/rng-tools-6.15.tar.gz
|
f8720f7aaef3f5ca0d63cf7b88d0de802a358ae0 SOURCES/rng-tools-6.15.tar.gz
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
--- configure.ac 2022-03-24 13:14:11.000000000 +0100
|
|
||||||
+++ configure.ac.new 2022-03-24 15:58:56.187367770 +0100
|
|
||||||
@@ -95,7 +95,10 @@ AS_IF(
|
|
||||||
[AM_CONDITIONAL([JITTER], [true])
|
|
||||||
AC_DEFINE([HAVE_JITTER],1,[Enable JITTER])
|
|
||||||
AC_CHECK_LIB(jitterentropy, jent_notime_settick,
|
|
||||||
- [AC_DEFINE([HAVE_JITTER_NOTIME],1,[Enable JITTER_NOTIME])],
|
|
||||||
+ [
|
|
||||||
+ AC_DEFINE([HAVE_JITTER_NOTIME],1,[Enable JITTER_NOTIME])
|
|
||||||
+ AC_DEFINE([JENT_CONF_ENABLE_INTERNAL_TIMER],1,[Enable JENT_CONF_ENABLE_INTERNAL_TIMER])
|
|
||||||
+ ],
|
|
||||||
[],-lpthread)],
|
|
||||||
AC_MSG_NOTICE([No Jitterentropy library found]),-lpthread)
|
|
||||||
], [AC_MSG_NOTICE([Disabling JITTER entropy source])]
|
|
@ -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]
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Optional arguments passed to rngd. See rngd(8) and
|
# Optional arguments passed to rngd. See rngd(8) and
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1252175#c21
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1252175#c21
|
||||||
RNGD_ARGS="--fill-watermark=0 -x pkcs11 -x nist -D daemon:daemon"
|
RNGD_ARGS="--fill-watermark=0 -x pkcs11 -x nist -x qrypt -D daemon:daemon"
|
||||||
|
@ -12,7 +12,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: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/nhorman/rng-tools
|
URL: https://github.com/nhorman/rng-tools
|
||||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -22,7 +22,7 @@ Source2: rngd.sysconfig
|
|||||||
BuildRequires: gcc make binutils
|
BuildRequires: gcc make binutils
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: systemd systemd-rpm-macros
|
BuildRequires: systemd systemd-rpm-macros
|
||||||
BuildRequires: autoconf automake
|
BuildRequires: autoconf >= 2.57, automake >= 1.7
|
||||||
BuildRequires: libgcrypt-devel libcurl-devel
|
BuildRequires: libgcrypt-devel libcurl-devel
|
||||||
BuildRequires: libxml2-devel openssl-devel
|
BuildRequires: libxml2-devel openssl-devel
|
||||||
BuildRequires: jitterentropy-devel
|
BuildRequires: jitterentropy-devel
|
||||||
@ -38,11 +38,13 @@ BuildRequires: libp11-devel
|
|||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
Requires: selinux-policy >= 34.1.31-2
|
|
||||||
|
|
||||||
Patch0: 1-rt-revert-build-randstat.patch
|
# This ensures that the selinux-policy package and all its dependencies
|
||||||
Patch1: 2-rt-comment-out-have-aesni.patch
|
# are not pulled into containers and other systems that do not use SELinux.
|
||||||
Patch2: 3-rt-fix-jent-define.patch
|
Requires: (selinux-policy >= 34.1.31-2 if selinux-policy)
|
||||||
|
|
||||||
|
Patch0: 1-rt-comment-out-have-aesni.patch
|
||||||
|
Patch1: 2-rt-revert-build-randstat.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a random number generator daemon and its tools. It monitors
|
This is a random number generator daemon and its tools. It monitors
|
||||||
@ -86,7 +88,7 @@ install -D %{SOURCE2} -m0644 %{buildroot}%{_sysconfdir}/sysconfig/rngd
|
|||||||
%files
|
%files
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS README
|
%doc AUTHORS README.md
|
||||||
%{_bindir}/rngtest
|
%{_bindir}/rngtest
|
||||||
%{_sbindir}/rngd
|
%{_sbindir}/rngd
|
||||||
%{_mandir}/man1/rngtest.1.*
|
%{_mandir}/man1/rngtest.1.*
|
||||||
@ -95,6 +97,16 @@ 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 to the upstream v6.15 + tip of origin/master @ cb8cc624 (bz 2156554)
|
||||||
|
- 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
|
||||||
|
- Update to the upstream v6.15 + tip of origin/master @ 6dcc9ec2 (bz 2124605)
|
||||||
|
- Do not require selinux-policy if it is not present
|
||||||
|
|
||||||
* Sat Apr 16 2022 Vladis Dronov <vdronov@redhat.com> - 6.15-1
|
* Sat Apr 16 2022 Vladis Dronov <vdronov@redhat.com> - 6.15-1
|
||||||
- Update to the upstream v6.15 @ 172bf0e3 (bz 2075977)
|
- Update to the upstream v6.15 @ 172bf0e3 (bz 2075977)
|
||||||
- Allow rngd process to drop privileges with "-D user:group"
|
- Allow rngd process to drop privileges with "-D user:group"
|
||||||
|
Loading…
Reference in New Issue
Block a user