[perl-Email-Send/f20] add missing buildrequires

Tom Callaway spot at fedoraproject.org
Wed Sep 4 16:28:01 UTC 2013


commit ed46baa97db0a61e386f04c322c185510aeb69c0
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Wed Sep 4 12:28:23 2013 -0400

    add missing buildrequires

 perl-Email-Send.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/perl-Email-Send.spec b/perl-Email-Send.spec
index 796c225..aa0c28f 100644
--- a/perl-Email-Send.spec
+++ b/perl-Email-Send.spec
@@ -11,9 +11,10 @@ BuildRequires:  perl(Email::Address), perl(Email::Simple), perl(File::Spec), per
 BuildRequires:  perl(Return::Value), perl(Scalar::Util), perl(Symbol), perl(Test::More)
 BuildRequires:  perl(ExtUtils::MakeMaker), perl(IO::All), perl(Email::Abstract)
 BuildRequires:  perl(Mail::Internet), perl(MIME::Entity), perl(Test::Pod), perl(Test::Pod::Coverage)
+BuildRequires:	perl(Capture::Tiny), perl(version)
 BuildRequires:  /usr/sbin/sendmail
 BuildArch:      noarch
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 # Not automatically detected, but needed.
 # See https://bugzilla.redhat.com/show_bug.cgi?id=1000737
 Requires:	perl(Module::Pluggable)
@@ -54,6 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 * Wed Sep  4 2013 Tom Callaway <spot at fedoraproject.org> - 2.199-1
 - update to 2.199
 - add explicit Requires: perl(Module::Pluggable)
+- add missing BuildRequires
 
 * Mon Aug 05 2013 Petr Pisar <ppisar at redhat.com> - 2.198-10
 - Perl 5.18 rebuild


More information about the scm-commits mailing list