force require the bignum package

This commit is contained in:
Wes Hardaker 2008-06-18 13:58:59 +00:00
parent 5d215a13e5
commit 98ca0b75da

View File

@ -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 <wjhns174@hardakers.net> - 0.25-6
- Fix bug 451900: force-require the bignum module
* Wed Mar 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.25-5
- rebuild for new perl