commit 4ed621f6881a007e1ac2cebb92e1d613d9f56a35
Author: Nathanael D. Noblet <nathan...@gnat.ca>
Date:   Mon Oct 8 00:14:58 2012 -0600

    fix missing require

 dspam.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/dspam.spec b/dspam.spec
index 93ae57d..428a5ed 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -11,7 +11,7 @@
 Summary:                A library and Mail Delivery Agent for Bayesian SPAM 
filtering
 Name:                   dspam
 Version:                3.10.2
-Release:                1%{?dist}
+Release:                2%{?dist}
 License:                GPLv2
 Group:                  System Environment/Daemons
 Source0:                
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -40,6 +40,7 @@ Requires:               dspam-libs = %{version}-%{release}
 Requires(post):         chkconfig
 Requires(preun):        chkconfig
 Requires(preun):        initscripts
+Requires:               perl(Mail::MboxParser)
 
 %description
 The DSPAM agent masquerades as the email server's local delivery agent
@@ -375,6 +376,9 @@ exit 0
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/dspam-web.conf
 
 %changelog
+* Sun Oct 7 2012 Nathanael Noblet <nathan...@gnat.ca> - 3.10.2-2
+- require perl(Mail::MboxParser)
+
 * Wed May 2 2012 Nathanael Noblet <nathan...@gnat.ca> - 3.10.2-1
 - new upstream release
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to