rpms/perl-LDAP/FC-5 perl-LDAP.spec,1.10,1.11

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 27 20:38:20 UTC 2006


Author: rnorwood

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

Modified Files:
	perl-LDAP.spec 
Log Message:
bugzilla: 207340 - Well, don't I feel silly - FC5 doesn't have perl-IO-Socket-SSL.


Index: perl-LDAP.spec
===================================================================
RCS file: /cvs/dist/rpms/perl-LDAP/FC-5/perl-LDAP.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-LDAP.spec	27 Sep 2006 18:53:34 -0000	1.10
+++ perl-LDAP.spec	27 Sep 2006 20:38:18 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           perl-LDAP
 Version:        0.33
-Release: 	3%{?dist}
+Release: 	4%{?dist}
 Epoch:          1
 Summary:        LDAP Perl module
 
@@ -12,11 +12,10 @@
 
 BuildArch:      noarch
 BuildRequires:  perl(Convert::ASN1)
-BuildRequires:  perl(IO::Socket::SSL)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:	perl(IO::Socket::SSL)
 #Wish list
-#Requires:       perl(Authen::SASL)
+#Requires:       perl(Authen::SASL) perl(IO::Socket::SSL)
+
 
 %description
 Net::LDAP is a collection of modules that implements a LDAP services API
@@ -59,11 +58,9 @@
 
 
 %changelog
-* Wed Sep 27 2006 Robin Norwood <rnorwood at redhat.com> - 1:0.33-3
-- Bugzilla: 207430
-- Incorporate fixes from Jose Oliveira's patch
-- Add perl(IO::Socket::SSL) as a BuildRequires as well
-- Other cleanups from Jose
+* Wed Sep 27 2006 Robin Norwood <rnorwood at redhat.com> - 1:0.33-4
+- Incorporate some cleanups from Jose Oliveira's patch
+- Remove requirement for IO::Socket::SSL - of course, it isn't available in FC5
 
 * Wed Sep 27 2006 Robin Norwood <rnorwood at redhat.com> - 0.33-1.3
 - Add a requirement for IO::Socket::SSL, per bug #122066




More information about the fedora-cvs-commits mailing list