SPECS: openldap.spec - up to 2.4.12
arekm
arekm at pld-linux.org
Sat Nov 1 16:11:07 CET 2008
Author: arekm Date: Sat Nov 1 15:11:07 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 2.4.12
---- Files affected:
SPECS:
openldap.spec (1.292 -> 1.293)
---- Diffs:
================================================================
Index: SPECS/openldap.spec
diff -u SPECS/openldap.spec:1.292 SPECS/openldap.spec:1.293
--- SPECS/openldap.spec:1.292 Mon Aug 25 23:13:15 2008
+++ SPECS/openldap.spec Sat Nov 1 16:11:01 2008
@@ -28,12 +28,12 @@
Summary(ru.UTF-8): Образцы клиентов LDAP
Summary(uk.UTF-8): Зразки клієнтів LDAP
Name: openldap
-Version: 2.4.11
+Version: 2.4.12
Release: 1
License: OpenLDAP Public License
Group: Networking/Daemons
Source0: ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/%{name}-%{version}.tgz
-# Source0-md5: 920fedbbb5bc61c2ca52c56edeef770a
+# Source0-md5: 78a03f7dd2c842103a987e97c243925e
Source1: http://download.oracle.com/berkeley-db/db-%{db_version}.tar.gz
# Source1-md5: 718082e7e35fc48478a2334b0bc4cd11
Source2: ldap.init
@@ -59,7 +59,6 @@
Patch15: %{name}-ldapc++.patch
Patch16: %{name}-pie.patch
Patch17: %{name}-gethostbyXXXX_r.patch
-Patch18: %{name}-db.patch
# Patch for the evolution library
Patch100: %{name}-ntlm.diff
URL: http://www.openldap.org/
@@ -460,6 +459,20 @@
jako standardowy LDIF z dodatkowym nagłówkiem komentarza podającym
czas zmiany i identyfikującym użytkownika, który dokonał zmiany.
+%package overlay-collect
+Summary: Collect overlay for OpenLDAP server
+Summary(pl.UTF-8): Nakładka collect dla serwera OpenLDAP
+Group: Networking/Daemons
+Requires(post,preun): sed >= 4.0
+Requires: %{name}-servers = %{version}-%{release}
+
+%description overlay-collect
+The collect overlay is used to provide a relatively coarse
+implementation of RFC 3671 collective attributes.
+
+%description overlay-collect -l pl.UTF-8
+Nakładka collect jest używana do dostarczenia atrybutów wg RFC 3671.
+
%package overlay-constraint
Summary: Constraint overlay for OpenLDAP server
Summary(pl.UTF-8): Nakładka constraint dla serwera OpenLDAP
@@ -468,10 +481,10 @@
Requires: %{name}-servers = %{version}-%{release}
%description overlay-constraint
-This overlay limits the values which can be placed into an
-attribute, over and above the limits placed by the schema.
-It traps only LDAP adds and modify commands (and only seeks to
-control the add and modify value mods of a modify)
+This overlay limits the values which can be placed into an attribute,
+over and above the limits placed by the schema. It traps only LDAP
+adds and modify commands (and only seeks to control the add and modify
+value mods of a modify)
%description overlay-constraint -l pl.UTF-8
Ta nakładka ogranicza wartości, które można umieszczać w atrybucie,
@@ -541,9 +554,9 @@
%description overlay-memberof
The memberof overlay allows automatic reverse group membership
-maintenance. Any time a group entry is modified, its members
-are modified as appropriate in order to keep a DN-valued
-"is member of" attribute updated with the DN of the group.
+maintenance. Any time a group entry is modified, its members are
+modified as appropriate in order to keep a DN-valued "is member of"
+attribute updated with the DN of the group.
%description overlay-memberof -l pl.UTF-8
Nakładka memberof pozwala automatycznie utrzymywać odwrotne
@@ -830,7 +843,6 @@
%patch15 -p1
%patch16 -p1
%patch17 -p1
-%patch18 -p1
ln -s ../../../contrib/slapd-modules/smbk5pwd/smbk5pwd.c servers/slapd/overlays/smbk5pwd.c
cd ..
@@ -1233,6 +1245,12 @@
%preun overlay-auditlog
%ldap_module_remove auditlog.la
+%post overlay-collect
+%ldap_module_add collect.la
+
+%preun overlay-collect
+%ldap_module_remove collect.la
+
%post overlay-constraint
%ldap_module_add constraint.la
@@ -1490,6 +1508,12 @@
%{_libdir}/openldap/auditlog.la
%{_mandir}/man5/slapo-auditlog.5*
+%files overlay-collect
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/openldap/collect*.so*
+%{_libdir}/openldap/collect.la
+%{_mandir}/man5/slapo-collect.5*
+
%files overlay-constraint
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/openldap/constraint*.so*
@@ -1619,6 +1643,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.293 2008/11/01 15:11:01 arekm
+- up to 2.4.12
+
Revision 1.292 2008/08/25 21:13:15 qboosh
- updated to 2.4.11
- updated ldapc++ patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openldap.spec?r1=1.292&r2=1.293&f=u
More information about the pld-cvs-commit
mailing list