Add missing dependencies of sa-compile
This commit is contained in:
parent
43a77eb946
commit
01497b66ba
@ -60,7 +60,7 @@ Summary: Spam filter for email which can be invoked from mail delivery agents
|
|||||||
Name: spamassassin
|
Name: spamassassin
|
||||||
Version: 3.4.2
|
Version: 3.4.2
|
||||||
#Release: 0.8.%%{prerev}%%{?dist}
|
#Release: 0.8.%%{prerev}%%{?dist}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: https://spamassassin.apache.org/
|
URL: https://spamassassin.apache.org/
|
||||||
@ -133,6 +133,8 @@ Requires: perl(Encode::Detect)
|
|||||||
Requires: perl(BSD::Resource)
|
Requires: perl(BSD::Resource)
|
||||||
Requires: procmail
|
Requires: procmail
|
||||||
Requires: gnupg2
|
Requires: gnupg2
|
||||||
|
Requires: perl(XSLoader)
|
||||||
|
Requires: perl(ExtUtils::MakeMaker)
|
||||||
# Fedora package needs fixing before we can depend on it
|
# Fedora package needs fixing before we can depend on it
|
||||||
#Requires: re2c
|
#Requires: re2c
|
||||||
|
|
||||||
@ -388,6 +390,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 15 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.4.2-3
|
||||||
|
- Add missing dependencies of sa-compile
|
||||||
|
|
||||||
* Thu Sep 20 2018 Kevin Fenzi <kevin@scrye.com> - 3.4.2-2
|
* Thu Sep 20 2018 Kevin Fenzi <kevin@scrye.com> - 3.4.2-2
|
||||||
- Misc small bug fixes and cleanups.
|
- Misc small bug fixes and cleanups.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user