diff --git a/postgrey.spec b/postgrey.spec index 5e140d1..4213d47 100644 --- a/postgrey.spec +++ b/postgrey.spec @@ -16,7 +16,17 @@ Patch0: postgrey-1.28-group.patch Patch1: postgrey-1.34-perl-5.18.patch BuildArch: noarch BuildRequires: systemd -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(BerkeleyDB) +Requires: perl(Fcntl) +Requires: perl(Getopt::Long) +Requires: perl(IO::Multiplex) +Requires: perl(Net::DNS) +Requires: perl(Net::Server) +Requires: perl(Pod::Usage) +Requires: perl(POSIX) +Requires: perl(strict) +Requires: perl(Sys::Hostname) +Requires: perl(Sys::Syslog # We require postfix for its directories and gid Requires: postfix Requires(pre): shadow-utils @@ -115,9 +125,10 @@ exit 0 %dir %attr(0751,postgrey,postfix) %{_localstatedir}/spool/postfix/postgrey/ %changelog -* Sat Jan 11 2014 Christopher Meng - 1.34-9 +* Sun Jan 12 2014 Christopher Meng - 1.34-9 - Update systemd service unit to be more powerful. - SPEC cleanup(BZ#850279). +- Add missing dependencies(BZ#1039355). * Wed Jan 01 2014 Nils Philippsen - 1.34-8 - make postgrey work with perl 5.18 (#1039551)