bugzilla: 122066 - Add a requirement for IO::Socket::SSL, per bug #122066
This commit is contained in:
parent
64b03f0908
commit
9f076f6b79
@ -1,6 +1,6 @@
|
|||||||
Name: perl-LDAP
|
Name: perl-LDAP
|
||||||
Version: 0.33
|
Version: 0.33
|
||||||
Release: 1.2.1
|
Release: 1.3
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: LDAP Perl module
|
Summary: LDAP Perl module
|
||||||
|
|
||||||
@ -14,8 +14,9 @@ BuildArch: noarch
|
|||||||
BuildRequires: perl >= 2:5.8.0
|
BuildRequires: perl >= 2:5.8.0
|
||||||
BuildRequires: perl(Convert::ASN1)
|
BuildRequires: perl(Convert::ASN1)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
Requires: perl(IO::Socket::SSL)
|
||||||
#Wish list
|
#Wish list
|
||||||
#Requires: perl(IO::Socket::SSL), perl(Authen::SASL)
|
#Requires: perl(Authen::SASL)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Net::LDAP is a collection of modules that implements a LDAP services API
|
Net::LDAP is a collection of modules that implements a LDAP services API
|
||||||
@ -58,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 27 2006 Robin Norwood <rnorwood@redhat.com> - 0.33-1.3
|
||||||
|
- Add a requirement for IO::Socket::SSL, per bug #122066
|
||||||
|
|
||||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user