OBS User unknown 2008-08-21 23:54:50 +00:00 committed by Git OBS Bridge
parent e87f4dbf77
commit 44bc6e1446
2 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 15 23:17:52 CEST 2008 - jw@suse.de
- perl-ldap does not conform to our naming conventions for perl packages.
Added a Provides: perl-Net-LDAP to make user's life easier.
(Using version numbers, to allow future package rename)
-------------------------------------------------------------------
Mon Mar 10 15:47:45 CET 2008 - anicka@suse.cz

View File

@ -2,9 +2,16 @@
# spec file for package perl-ldap (Version 0.34)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -14,9 +21,9 @@
Name: perl-ldap
BuildRequires: perl-Authen-SASL perl-Convert-ASN1 perl-IO-Socket-SSL perl-XML-Parser
Version: 0.34
Release: 1
Provides: perl_ldp
Obsoletes: perl_ldp
Release: 40
Provides: perl_ldp perl-Net-LDAP = %{version}
Obsoletes: perl_ldp perl-Net-LDAP < %{version}
Requires: perl-URI perl-XML-Parser perl-Convert-ASN1
Requires: perl = %{perl_version}
AutoReqProv: on
@ -37,6 +44,7 @@ Authors:
<gbarr@pobox.com> (Graham Barr)
%package ssl
License: Artistic License
Summary: SSL Extension to perl-ldap
Group: Development/Libraries/Perl
Requires: %{name} = %{version} perl-IO-Socket-SSL
@ -96,6 +104,10 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorlib}/Net/LDAPS.pm
%changelog
* Wed Jul 16 2008 jw@suse.de
- perl-ldap does not conform to our naming conventions for perl packages.
Added a Provides: perl-Net-LDAP to make user's life easier.
(Using version numbers, to allow future package rename)
* Mon Mar 10 2008 anicka@suse.cz
- update to 0.34
* Improve dealing with mixed case attributes in Net::LDAP::Entry