rpms/perl-Crypt-OpenSSL-RSA/F-7 perl-Crypt-OpenSSL-RSA.spec, 1.1, 1.2

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


Author: hardaker

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

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-7/perl-Crypt-OpenSSL-RSA.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Crypt-OpenSSL-RSA.spec	1 Jun 2007 21:18:38 -0000	1.1
+++ perl-Crypt-OpenSSL-RSA.spec	18 Jun 2008 13:54:26 -0000	1.2
@@ -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 @@
 
 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-2
+- Fix bug 451900: force-require the bignum module
+
 * Thu May 31 2007 Wes Hardaker <wjhns174 at hardakers.net> - 0.25-1
 - head to upstream 0.25
 - doc the new LICENSE file




More information about the fedora-extras-commits mailing list