From f378d4d2934579c86b9e3ad754af020dca549767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= Date: Thu, 20 Sep 2018 16:18:00 +0200 Subject: [PATCH] Add explicit Requires for some Perl modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Requires are not strictly needed right now because the packages are already pulled in by perl-interpreter, but that might change in the future. Better be explicit now than waste time hunting down the dependencies later. Signed-off-by: Ondřej Lysoněk --- spamassassin.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spamassassin.spec b/spamassassin.spec index b7ebc2b..2333dbc 100644 --- a/spamassassin.spec +++ b/spamassassin.spec @@ -170,6 +170,16 @@ Requires(preun): systemd-units Requires(postun): systemd-units %endif +# For completeness, explicitly require perl modules already +# pulled in by perl-interpreter +Requires: perl(Digest::SHA) +Requires: perl(Socket) +Requires: perl(Data::Dumper) +Requires: perl(Digest::MD5) +Requires: perl(Errno) +Requires: perl(Exporter) +Requires: perl(List::Util) + %description SpamAssassin provides you with a way to reduce if not completely eliminate Unsolicited Commercial Email (SPAM) from your incoming email. It can