From 68fc6334409a2c6332d0327b9308cbca941485f3 Mon Sep 17 00:00:00 2001 From: Vladis Dronov Date: Wed, 24 Nov 2021 11:53:48 +0100 Subject: [PATCH] A small fix for Requires: field Resolves: rhbz#2015566 Signed-off-by: Vladis Dronov --- rng-tools.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rng-tools.spec b/rng-tools.spec index 85849fc..1d19fd1 100644 --- a/rng-tools.spec +++ b/rng-tools.spec @@ -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 - 6.14-1.git.b2b7934e +* Tue Nov 23 2021 Vladis Dronov - 6.14-2.git.b2b7934e - Update to the upstream v6.14 @ b2b7934e (bz 2015566) - Add a config file for storing rngd options