From 47efe417dacc3bc12d111df131ffd425bc22e3e8 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 20:28:39 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/spamassassin.git#1e21a013829d1a2019f271797f64b74d7aaf9130 --- spamassassin.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spamassassin.spec b/spamassassin.spec index a814fbf..9af8d58 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.4 #Release: 0.8.%%{prerev}%%{?dist} -Release: 7%{?dist} +Release: 8%{?dist} License: ASL 2.0 URL: https://spamassassin.apache.org/ Source0: https://www.apache.org/dist/%{name}/source/%{real_name}-%{version}.tar.bz2 @@ -100,6 +100,7 @@ Requires: /sbin/chkconfig /sbin/service %endif Requires(post): diffutils +BuildRequires: make BuildRequires: gcc BuildRequires: perl-interpreter >= 2:5.8.0 BuildRequires: perl-generators @@ -392,6 +393,9 @@ exit 0 %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 3.4.4-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Nov 21 2020 Kevin Fenzi - 3.4.4-7 - Add upstreamed patch for GeoIP handling.