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:
parent
dc8b5afcce
commit
f378d4d293
@ -170,6 +170,16 @@ Requires(preun): systemd-units
|
|||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
%endif
|
%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
|
%description
|
||||||
SpamAssassin provides you with a way to reduce if not completely eliminate
|
SpamAssassin provides you with a way to reduce if not completely eliminate
|
||||||
Unsolicited Commercial Email (SPAM) from your incoming email. It can
|
Unsolicited Commercial Email (SPAM) from your incoming email. It can
|
||||||
|
Loading…
Reference in New Issue
Block a user