rpms/perl-LDAP/FC-5 perl-LDAP.spec,1.7,1.8

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 27 17:47:01 UTC 2006


Author: rnorwood

Update of /cvs/dist/rpms/perl-LDAP/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv18741

Modified Files:
	perl-LDAP.spec 
Log Message:
bugzilla: 122066 - Add a requirement for IO::Socket::SSL, per bug #122066


Index: perl-LDAP.spec
===================================================================
RCS file: /cvs/dist/rpms/perl-LDAP/FC-5/perl-LDAP.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-LDAP.spec	3 Feb 2006 19:48:07 -0000	1.7
+++ perl-LDAP.spec	27 Sep 2006 17:46:59 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           perl-LDAP
 Version:        0.33
-Release: 	1.2
+Release: 	1.3
 Epoch:          1
 Summary:        LDAP Perl module
 
@@ -14,8 +14,9 @@
 BuildRequires:  perl >= 2:5.8.0
 BuildRequires:  perl(Convert::ASN1)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:	perl(IO::Socket::SSL)
 #Wish list
-#Requires:       perl(IO::Socket::SSL), perl(Authen::SASL)
+#Requires:       perl(Authen::SASL)
 
 %description
 Net::LDAP is a collection of modules that implements a LDAP services API
@@ -58,6 +59,9 @@
 
 
 %changelog
+* Wed Sep 27 2006 Robin Norwood <rnorwood at redhat.com> - 0.33-1.3
+- Add a requirement for IO::Socket::SSL, per bug #122066
+
 * Fri Feb 03 2006 Jason Vas Dias <jvdias at redhat.com> - 0.33-1.2
 - rebuild for new perl-5.8.8
 




More information about the fedora-cvs-commits mailing list