From 1ffd03e925e695ec5a65b139e0c95232b1d4b030 Mon Sep 17 00:00:00 2001 From: Wes Hardaker Date: Jun 18 2008 13:55:34 +0000 Subject: force require the bignum package --- diff --git a/perl-Crypt-OpenSSL-RSA.spec b/perl-Crypt-OpenSSL-RSA.spec index c2e45ad..0bee2b0 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: 1%{?dist} +Release: 2%{?dist} Summary: Perl interface to OpenSSL for RSA License: Artistic or GPL 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-2 +- Fix bug 451900: force-require the bignum module + * Thu May 31 2007 Wes Hardaker - 0.25-1 - head to upstream 0.25 - doc the new LICENSE file