A small fix for Requires: field

Resolves: rhbz#2015566

Signed-off-by: Vladis Dronov <vdronov@redhat.com>
This commit is contained in:
Vladis Dronov 2021-11-24 11:53:48 +01:00
parent 9f756429ae
commit 68fc633440

View File

@ -12,7 +12,7 @@
Summary: Random number generator related utilities
Name: rng-tools
Version: 6.14
Release: 1.git.b2b7934e%{?dist}
Release: 2.git.b2b7934e%{?dist}
License: GPLv2+
URL: https://github.com/nhorman/rng-tools
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
@ -42,7 +42,7 @@ BuildRequires: libp11-devel
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
Requires: libcurl jansson openssl
Requires: jansson openssl
%description
This is a random number generator daemon and its tools. It monitors
@ -101,7 +101,7 @@ getent passwd rngd >/dev/null || useradd -r -M -d %{_localstatedir}/lib/rngd -s
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/rngd
%changelog
* Tue Nov 23 2021 Vladis Dronov <vdronov@redhat.com> - 6.14-1.git.b2b7934e
* Tue Nov 23 2021 Vladis Dronov <vdronov@redhat.com> - 6.14-2.git.b2b7934e
- Update to the upstream v6.14 @ b2b7934e (bz 2015566)
- Add a config file for storing rngd options