|
@@ -5,7 +5,7 @@
|
|
%define version 3.4.0
|
|
%define version 3.4.0
|
|
%define real_version 3.4.0
|
|
%define real_version 3.4.0
|
|
%global saversion 3.004000
|
|
%global saversion 3.004000
|
|
-%define release 1%{?_dist_release}
|
|
+%define release 2%{?_dist_release}
|
|
%define cfdate 20140630
|
|
%define cfdate 20140630
|
|
%define rules_release r1565117
|
|
%define rules_release r1565117
|
|
%define name spamassassin
|
|
%define name spamassassin
|
|
@@ -35,6 +35,10 @@ Source9: sa-update.force-sysconfig
|
|
Source11: spamassassin-official.conf
|
|
Source11: spamassassin-official.conf
|
|
Source12: sought.conf
|
|
Source12: sought.conf
|
|
Patch0: spamassassin-3.1.7_rules.patch
|
|
Patch0: spamassassin-3.1.7_rules.patch
|
|
|
|
+
|
|
|
|
+# upstream BTS#7057
|
|
|
|
+Patch1000: spamassassin-3.4.0-compat-Net-DNS-0.76.patch
|
|
|
|
+
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Requires(pre): /sbin/chkconfig
|
|
Requires(pre): /sbin/chkconfig
|
|
Requires(pre): perl-Mail-SpamAssassin = %{version}-%{release}
|
|
Requires(pre): perl-Mail-SpamAssassin = %{version}-%{release}
|
|
@@ -123,6 +127,7 @@ user's own mail user-agent application.
|
|
# %setup -D -a 1 -T -n %{pdir}-%{pnam}-%{real_version}
|
|
# %setup -D -a 1 -T -n %{pdir}-%{pnam}-%{real_version}
|
|
|
|
|
|
%patch0 -p0 -b .rules
|
|
%patch0 -p0 -b .rules
|
|
|
|
+%patch1000 -p2 -b .bts7057
|
|
|
|
|
|
# Japanese sample file / README
|
|
# Japanese sample file / README
|
|
cp -p %{SOURCE2} sample-japanese-local.cf
|
|
cp -p %{SOURCE2} sample-japanese-local.cf
|
|
@@ -279,6 +284,9 @@ fi
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Dec 17 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.0-2
|
|
|
|
+- added Patch1000.
|
|
|
|
+
|
|
* Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.0-1
|
|
* Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.0-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|