58 |
|
|
59 |
Summary: Spam filter for email which can be invoked from mail delivery agents |
Summary: Spam filter for email which can be invoked from mail delivery agents |
60 |
Name: spamassassin |
Name: spamassassin |
61 |
Version: 4.0.0 |
Version: 4.0.1 |
62 |
#Release: 0.8.%%{prerev}%%{?dist} |
#Release: 0.8.%%{prerev}%%{?dist} |
63 |
Release: 1%{?dist} |
Release: 5%{?dist} |
64 |
License: ASL 2.0 |
License: ASL 2.0 |
65 |
URL: https://spamassassin.apache.org/ |
URL: https://spamassassin.apache.org/ |
66 |
Source0: https://www.apache.org/dist/%{name}/source/%{real_name}-%{version}.tar.bz2 |
Source0: https://www.apache.org/dist/%{name}/source/%{real_name}-%{version}.tar.bz2 |
67 |
#Source0: %%{real_name}-%%{version}-%%{prerev}.tar.bz2 |
#Source0: %%{real_name}-%%{version}-%%{prerev}.tar.bz2 |
68 |
Source1: https://www.apache.org/dist/%{name}/source/%{real_name}-rules-%{version}.r1905950.tgz |
Source1: https://www.apache.org/dist/%{name}/source/%{real_name}-rules-%{version}.r1916528.tgz |
69 |
#Source1: %%{real_name}-rules-%%{version}.%%{prerev}.tgz |
#Source1: %%{real_name}-rules-%%{version}.%%{prerev}.tgz |
70 |
Source2: redhat_local.cf |
Source2: redhat_local.cf |
71 |
Source3: spamassassin-default.rc |
Source3: spamassassin-default.rc |
86 |
Source17: sa-update.timer |
Source17: sa-update.timer |
87 |
|
|
88 |
# Patches 0-99 are RH specific |
# Patches 0-99 are RH specific |
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1055593 |
|
|
# Switch to using gnupg2 instead of gnupg1 |
|
89 |
|
|
90 |
Patch0: spamassassin-4.0.0-gnupg2.patch |
Patch1: spamassassin-4.0.1-add-logfile-homedir-options.patch |
|
Patch1: spamassassin-4.0.0-add-logfile-homedir-options.patch |
|
91 |
|
|
92 |
# Patches 100+ are SVN backports (DO NOT REUSE!) |
# Patches 100+ are SVN backports (DO NOT REUSE!) |
93 |
# end of patches |
# end of patches |
113 |
BuildRequires: perl(Digest::SHA1) |
BuildRequires: perl(Digest::SHA1) |
114 |
BuildRequires: perl(Test::More) |
BuildRequires: perl(Test::More) |
115 |
## added to build on Koozali SME Server builders |
## added to build on Koozali SME Server builders |
116 |
BuildRequires: perl(ExtUtils::MakeMaker) |
BuildRequires: perl(ExtUtils::MakeMaker) |
117 |
|
BuildRequires: perl-ExtUtils-Manifest perl-Net-LibIDN2 perl-Net-LibIDN perl-DBI perl-DBD-SQLite perl-Net-DNS-Nameserver perl-Net-Patricia perl-Archive-Zip perl-IO-String perl-Email-Address perl-Email-Address-XS perl-Mail-DMARC wget perl-MaxMind-DB-Reader-XS perl-MaxMind-DB-Reader perl-Geo-IP perl-IP-Country-DB_File perl-IP-Country |
118 |
|
# need to check if any deps are also needed at install in the list above |
119 |
# Fedora package needs fixing before we can depend on it |
# Fedora package needs fixing before we can depend on it |
120 |
#BuildRequires: re2c |
#BuildRequires: re2c |
121 |
%if %{use_systemd} |
%if %{use_systemd} |
212 |
|
|
213 |
# Patches 0-99 are RH specific |
# Patches 0-99 are RH specific |
214 |
|
|
|
%patch0 -p1 |
|
215 |
%patch1 -p1 |
%patch1 -p1 |
216 |
|
|
217 |
# Patches 100+ are SVN backports (DO NOT REUSE!) |
# Patches 100+ are SVN backports (DO NOT REUSE!) |
394 |
%endif |
%endif |
395 |
|
|
396 |
%changelog |
%changelog |
397 |
|
* Tue Apr 02 2024 Jean-Philippe Pialasse <jpp@koozali.org> 4.0.1-5.sme |
398 |
|
- remove patch for gpg2 as not necessary and bug prone [SME: 12574] |
399 |
|
|
400 |
|
* Mon Apr 01 2024 Brian Read <brianr@koozali.org> 4.0.1-4 |
401 |
|
- Up release so that propogates |
402 |
|
|
403 |
|
* Mon Apr 01 2024 Brian Read <brianr@koozali.org> 4.0.1-3 |
404 |
|
- Fix patch file [SME: 12574] |
405 |
|
|
406 |
|
* Mon Apr 01 2024 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.1-2 |
407 |
|
- Fix the incorrect rules url |
408 |
|
|
409 |
|
* Mon Apr 01 2024 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.1-1 |
410 |
|
- Update to 4.0.1 [SME: 12574] |
411 |
|
|
412 |
|
* Mon Mar 27 2023 JP Pialasse <tests@pialasse.com> 4.0.0-2 |
413 |
|
- resolve build deps |
414 |
|
|
415 |
* Mon Feb 13 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.0-1 |
* Mon Feb 13 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.0-1 |
416 |
- Update to 4.0.0 [SME: 12331] |
- Update to 4.0.0 [SME: 12331] |
417 |
|
|