rpms/smbldap-tools/devel smbldap-tools.spec,1.1,1.2

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Fri Sep 22 11:21:25 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/smbldap-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5549

Modified Files:
	smbldap-tools.spec 
Log Message:
Require IO::Socket::SSL to ensure we have SSL support even if perl-LDAP
doesn't enforce this dependency (#122066, #207430)



Index: smbldap-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/smbldap-tools/devel/smbldap-tools.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smbldap-tools.spec	24 Mar 2006 07:15:06 -0000	1.1
+++ smbldap-tools.spec	22 Sep 2006 11:21:25 -0000	1.2
@@ -1,14 +1,14 @@
 Summary:	User and group administration tools for Samba/OpenLDAP
 Name:		smbldap-tools
 Version:	0.9.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPL
 Group:		System Environment/Base
 URL:		http://samba.idealx.org/index.en.html
 Source:		http://samba.idealx.org/dist/smbldap-tools-%{version}.tgz
 Patch0:		smbldap-tools-0.9.2-config.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:	openldap-clients, samba
+Requires:	openldap-clients, samba, perl(IO::Socket::SSL)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:	noarch
 
@@ -64,6 +64,10 @@
 %{perl_vendorlib}/smbldap_tools.pm
 
 %changelog
+* Fri Sep 22 2006 Paul Howarth <paul at city-fan.org> 0.9.2-3
+- Require IO::Socket::SSL to ensure we have SSL support even if perl-LDAP
+  doesn't enforce this dependency (#122066, #207430)
+
 * Fri Jan 27 2006 Paul Howarth <paul at city-fan.org> 0.9.2-2
 - Incorporate smbldap.conf review suggestions from Steven Pritchard (#178905)
   Undefine SID so it is fetched with "net getlocalsid"




More information about the scm-commits mailing list