rpms/perl-Crypt-OpenSSL-RSA/F-9 perl-Crypt-OpenSSL-RSA.spec, 1.5, 1.6

Wes Hardaker (hardaker) fedora-extras-commits at redhat.com
Wed Jun 18 13:58:30 UTC 2008


Author: hardaker

Update of /cvs/extras/rpms/perl-Crypt-OpenSSL-RSA/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24128

Modified Files:
	perl-Crypt-OpenSSL-RSA.spec 
Log Message:
force require the bignum package


Index: perl-Crypt-OpenSSL-RSA.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-OpenSSL-RSA/F-9/perl-Crypt-OpenSSL-RSA.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Crypt-OpenSSL-RSA.spec	5 Mar 2008 18:31:07 -0000	1.5
+++ perl-Crypt-OpenSSL-RSA.spec	18 Jun 2008 13:57:29 -0000	1.6
@@ -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 @@
 
 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 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 18 2008 Wes Hardaker <wjhns174 at hardakers.net> - 0.25-6
+- Fix bug 451900: force-require the bignum module
+
 * Wed Mar  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.25-5
 - rebuild for new perl
 




More information about the fedora-extras-commits mailing list