From 98ca0b75da6fe240853085048bd12b67766f9f0f Mon Sep 17 00:00:00 2001 From: Wes Hardaker Date: Wed, 18 Jun 2008 13:58:59 +0000 Subject: [PATCH] force require the bignum package --- perl-Crypt-OpenSSL-RSA.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Crypt-OpenSSL-RSA.spec b/perl-Crypt-OpenSSL-RSA.spec index 1995674..fdec172 100644 --- a/perl-Crypt-OpenSSL-RSA.spec +++ b/perl-Crypt-OpenSSL-RSA.spec @@ -1,6 +1,6 @@ Name: perl-Crypt-OpenSSL-RSA Version: 0.25 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Perl interface to OpenSSL for RSA License: GPL+ or Artistic Group: Development/Libraries @@ -13,6 +13,7 @@ BuildRequires: perl(Test) perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Crypt::OpenSSL::Random) +Requires: perl(Crypt::OpenSSL::Bignum) %description Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries @@ -49,6 +50,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Jun 18 2008 Wes Hardaker - 0.25-6 +- Fix bug 451900: force-require the bignum module + * Wed Mar 5 2008 Tom "spot" Callaway - 0.25-5 - rebuild for new perl