diff --git a/spamassassin.spec b/spamassassin.spec index fcec9db..587d858 100644 --- a/spamassassin.spec +++ b/spamassassin.spec @@ -60,7 +60,7 @@ Summary: Spam filter for email which can be invoked from mail delivery agents Name: spamassassin Version: 3.4.2 #Release: 0.8.%%{prerev}%%{?dist} -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 Group: Applications/Internet URL: https://spamassassin.apache.org/ @@ -133,6 +133,8 @@ Requires: perl(Encode::Detect) Requires: perl(BSD::Resource) Requires: procmail Requires: gnupg2 +Requires: perl(XSLoader) +Requires: perl(ExtUtils::MakeMaker) # Fedora package needs fixing before we can depend on it #Requires: re2c @@ -388,6 +390,9 @@ exit 0 %endif %changelog +* Mon Oct 15 2018 Ondřej Lysoněk - 3.4.2-3 +- Add missing dependencies of sa-compile + * Thu Sep 20 2018 Kevin Fenzi - 3.4.2-2 - Misc small bug fixes and cleanups.