[perl-Crypt-OpenSSL-Random] require test::more for building

Wes Hardaker hardaker at fedoraproject.org
Tue Feb 17 17:07:15 UTC 2015


commit 59534df0844596430264e685938c6fef7a845aee
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Tue Feb 17 09:07:06 2015 -0800

    require test::more for building

 perl-Crypt-OpenSSL-Random.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Crypt-OpenSSL-Random.spec b/perl-Crypt-OpenSSL-Random.spec
index 3952e7a..0d26125 100644
--- a/perl-Crypt-OpenSSL-Random.spec
+++ b/perl-Crypt-OpenSSL-Random.spec
@@ -1,6 +1,6 @@
 Name:           perl-Crypt-OpenSSL-Random
 Version:        0.10
-Release:        5%{?dist}
+Release:        2%{?dist}
 Summary:        Perl interface to OpenSSL for Random
 License:        GPL+ or Artistic 
 Group:          Development/Libraries
@@ -13,6 +13,7 @@ BuildRequires:  perl(AutoLoader)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -54,6 +55,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 17 2015 Wes Hardaker <wjhns174 at hardakers.net> - 0.10-2
+- build-req test::more
+
 * Tue Feb 17 2015 Wes Hardaker <wjhns174 at hardakers.net> - 0.10-1
 - Update to 0.10
 


More information about the scm-commits mailing list