rpms/perl-LDAP/devel perl-LDAP.spec,1.8,1.9

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 27 17:35:53 UTC 2006


Author: rnorwood

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

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/devel/perl-LDAP.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-LDAP.spec	12 Jul 2006 07:46:13 -0000	1.8
+++ perl-LDAP.spec	27 Sep 2006 17:35:51 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           perl-LDAP
 Version:        0.33
-Release: 	1.2.1
+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
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - sh: line 0: fg: no job control
 - rebuild
 




More information about the fedora-cvs-commits mailing list