gnat pushed to dspam (f22). "fix bug 1240913"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Jul 8 17:09:29 UTC 2015


From f7b7f95b13c6b023d6ad89c8480bc7ba0623fcd5 Mon Sep 17 00:00:00 2001
From: "Nathanael d. Noblet" <nathanael at noblet.ca>
Date: Wed, 8 Jul 2015 11:09:20 -0600
Subject: fix bug 1240913


diff --git a/dspam.spec b/dspam.spec
index 2da7bb9..1898284 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -12,7 +12,7 @@
 Summary:                A library and Mail Delivery Agent for Bayesian SPAM filtering
 Name:                   dspam
 Version:                3.10.2
-Release:                16%{?dist}
+Release:                17%{?dist}
 License:                GPLv2
 Group:                  System Environment/Daemons
 Source0:                http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -40,11 +40,12 @@ BuildRequires:          mysql-devel
 BuildRequires:          postgresql-devel
 BuildRequires:          sqlite-devel
 BuildRequires:          openldap-devel
-BuildRequires:			systemd-units
+BuildRequires:          systemd-units
 
 Requires:               dspam-libs = %{version}-%{release}
-Requires(post): 		systemd-sysv
-Requires:				perl(Mail::MboxParser)
+Requires(post):         systemd-sysv
+Requires:               perl(Mail::MboxParser)
+Requires:               binutils
 
 %description
 The DSPAM agent masquerades as the email server's local delivery agent
@@ -373,6 +374,9 @@ exit 0
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/dspam-web.conf
 
 %changelog
+* Wed Jul 08 2015 Nathanael Noblet <nathanael at gnat.ca> - 3.10.2-17
+- Explicitly require binutils for crontab file fixes bug #1240913
+
 * Thu Feb 19 2015 Nathanael Noblet <nathanael at gnat.ca> - 3.10.2-16
 - Fix for bug #1193177 - Sqlite3 free
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/dspam.git/commit/?h=f22&id=f7b7f95b13c6b023d6ad89c8480bc7ba0623fcd5


More information about the perl-devel mailing list