From b64d457e8b5bb38f47c81f72e9b38ddc87689a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Fr=C3=B6hlich?= Date: Mon, 5 Aug 2019 13:10:51 +0200 Subject: [PATCH] Remove explicit Requires for libraries The binary is linked against all the libraries provided by these packages. The guidelines don't allow stating them as Requires (https://docs.fedoraproject.org/en-US/packaging-guidelines/#_explicit_requires) --- rng-tools.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/rng-tools.spec b/rng-tools.spec index 88140ef..ed18866 100644 --- a/rng-tools.spec +++ b/rng-tools.spec @@ -4,7 +4,7 @@ Summary: Random number generator related utilities Name: rng-tools Version: 6.7 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ URL: https://github.com/nhorman/rng-tools Source0: https://github.com/nhorman/rng-tools/archive/rng-tools-%{version}.tar.gz @@ -27,10 +27,6 @@ BuildRequires: libp11-devel Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units -Requires: libgcrypt libsysfs -Requires: openssl libxml2 libcurl -Requires: jitterentropy -Requires: openssl-pkcs11 Provides: jitterentropy-rngd %description @@ -70,6 +66,9 @@ install -Dt %{buildroot}%{_unitdir} -m0644 %{SOURCE1} %attr(0644,root,root) %{_unitdir}/rngd.service %changelog +* Mon Aug 05 2019 Volker Froehlich - 6.7-4 +- Remove explicit Requires for libraries + * Fri Jul 26 2019 Fedora Release Engineering - 6.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild