Add explicit Requires for some Perl modules

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 <olysonek@redhat.com>
This commit is contained in:
Ondřej Lysoněk 2018-09-20 16:18:00 +02:00
parent dc8b5afcce
commit f378d4d293

View File

@ -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