2006-12-19 00:17:14 +01:00
|
|
|
#
|
2011-01-24 16:28:49 +01:00
|
|
|
# spec file for package openldap2
|
2006-12-19 00:17:14 +01:00
|
|
|
#
|
2014-02-11 13:31:42 +01:00
|
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2006-12-19 00:17:14 +01:00
|
|
|
#
|
2008-08-11 23:19:12 +02:00
|
|
|
# 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.
|
|
|
|
|
2006-12-19 00:17:14 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2012-04-23 09:05:54 +02:00
|
|
|
%define run_test_suite 0
|
2014-02-12 12:29:08 +01:00
|
|
|
%define version_main 2.4.39
|
2008-02-25 17:35:54 +01:00
|
|
|
|
2014-05-14 14:59:35 +02:00
|
|
|
%if ! %{defined _rundir}
|
|
|
|
%define _rundir %{_localstatedir}/run
|
|
|
|
%endif
|
|
|
|
|
2006-12-19 00:17:14 +01:00
|
|
|
Name: openldap2
|
2012-10-24 16:29:21 +02:00
|
|
|
Summary: The OpenLDAP Server
|
2012-04-23 09:18:42 +02:00
|
|
|
License: OLDAP-2.8
|
2012-10-24 16:29:21 +02:00
|
|
|
Group: Productivity/Networking/LDAP/Clients
|
2012-04-23 09:18:42 +02:00
|
|
|
BuildRequires: cyrus-sasl-devel
|
2012-10-26 11:16:02 +02:00
|
|
|
BuildRequires: groff
|
2012-04-23 09:18:42 +02:00
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
BuildRequires: libtool
|
2012-11-16 11:27:38 +01:00
|
|
|
%if %sles_version == 10
|
2012-04-23 09:18:42 +02:00
|
|
|
BuildRequires: -libopenssl-devel
|
|
|
|
BuildRequires: -pwdutils
|
|
|
|
BuildRequires: openssl-devel
|
2008-08-02 02:08:43 +02:00
|
|
|
%endif
|
2014-02-14 13:37:15 +01:00
|
|
|
Version: 2.4.39
|
2012-04-23 09:18:42 +02:00
|
|
|
Release: 0
|
2007-10-30 01:33:48 +01:00
|
|
|
Url: http://www.openldap.org
|
2006-12-19 00:17:14 +01:00
|
|
|
%if "%{name}" == "openldap2"
|
2013-06-18 09:02:31 +02:00
|
|
|
BuildRequires: libdb-4_8-devel
|
2012-04-23 09:18:42 +02:00
|
|
|
BuildRequires: openslp-devel
|
|
|
|
BuildRequires: tcpd-devel
|
|
|
|
BuildRequires: unixODBC-devel
|
2012-11-16 11:27:38 +01:00
|
|
|
%if %sles_version == 10
|
2013-06-18 09:02:31 +02:00
|
|
|
BuildRequires: -libdb-4_8-devel
|
2012-04-23 09:18:42 +02:00
|
|
|
BuildRequires: libdb-4_5-devel
|
2010-08-27 21:45:34 +02:00
|
|
|
%endif
|
2006-12-19 00:17:14 +01:00
|
|
|
Conflicts: openldap
|
2014-02-11 13:31:42 +01:00
|
|
|
Requires: libldap-2_4-2 = %{version_main}
|
2007-06-15 00:27:29 +02:00
|
|
|
PreReq: %insserv_prereq %fillup_prereq /usr/sbin/useradd /usr/sbin/groupadd /usr/bin/grep
|
2012-11-16 11:27:38 +01:00
|
|
|
%if 0%{?suse_version} >= 1140
|
2012-10-24 16:29:21 +02:00
|
|
|
# avoid cycle with krb5
|
|
|
|
BuildRequires: krb5-mini
|
2014-02-20 10:15:21 +01:00
|
|
|
BuildRequires: pkgconfig(systemd)
|
2014-02-19 14:45:44 +01:00
|
|
|
%{?systemd_requires}
|
2012-11-16 11:27:38 +01:00
|
|
|
%endif
|
2014-04-24 10:45:18 +02:00
|
|
|
%else
|
2006-12-19 00:17:14 +01:00
|
|
|
Conflicts: openldap-client
|
2014-02-11 13:31:42 +01:00
|
|
|
Requires: libldap-2_4-2 = %{version_main}
|
2006-12-19 00:17:14 +01:00
|
|
|
%endif
|
2014-02-11 13:31:42 +01:00
|
|
|
Source: openldap-%{version_main}.tgz
|
2006-12-19 00:17:14 +01:00
|
|
|
Source1: openldap-rc.tgz
|
2007-12-19 14:52:01 +01:00
|
|
|
Source2: addonschema.tar.gz
|
|
|
|
Source3: DB_CONFIG
|
|
|
|
Source4: sasl-slapd.conf
|
2008-05-17 01:48:12 +02:00
|
|
|
Source5: README.update
|
2010-11-10 16:39:43 +01:00
|
|
|
Source6: README.dynamic-overlays
|
|
|
|
Source7: schema2ldif
|
2014-09-22 15:42:19 +02:00
|
|
|
Source8: baselibs.conf
|
2011-07-28 14:07:12 +02:00
|
|
|
Source100: openldap-2.3.37.tgz
|
2010-08-27 21:45:34 +02:00
|
|
|
Patch1: 0001-build-adjustments.dif
|
|
|
|
Patch2: 0002-slapd.conf.dif
|
|
|
|
Patch3: 0003-LDAPI-socket-location.dif
|
|
|
|
Patch4: 0004-libldap-use-gethostbyname_r.dif
|
|
|
|
Patch5: 0005-pie-compile.dif
|
2011-12-06 13:54:38 +01:00
|
|
|
Patch6: 0006-No-Build-date-and-time-in-binaries.dif
|
|
|
|
Patch7: 0007-Recover-on-DB-version-change.dif
|
2014-07-16 18:08:39 +02:00
|
|
|
Patch8: 0008-ITS-7723-fix-reference-counting.patch
|
2008-05-17 01:48:12 +02:00
|
|
|
Patch100: openldap-2.3.37.dif
|
2014-02-11 13:31:42 +01:00
|
|
|
Patch101: openldap-2.3.37-libldap-suid.diff
|
|
|
|
Patch102: openldap-2.3.37-libldap-ldapi_url.dif
|
|
|
|
Patch103: openldap-2.3.37-libldap-ntlm.diff
|
|
|
|
Patch104: openldap-2.3.37-libldap-gethostbyname_r.dif
|
|
|
|
Patch105: openldap-2.3.37-libldap-sasl-max-buff-size.dif
|
|
|
|
Patch106: openldap-2.3.37-libldap-utf8-ADcanonical.dif
|
|
|
|
Patch107: openldap-2.3.37-liblber-length-decoding.dif
|
|
|
|
Patch108: openldap-2.3.37-libldap-ld_defconn-ldap_free_connection.dif
|
|
|
|
Patch109: openldap-2.3.37-libldap-tls_chkhost-its6239.dif
|
|
|
|
Patch110: openldap-2.3.37-libldap-ssl.dif
|
2006-12-19 00:17:14 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2009-08-06 18:21:51 +02:00
|
|
|
%if "%{name}" == "openldap2"
|
2006-12-19 00:17:14 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
The Lightweight Directory Access Protocol (LDAP) is used to access
|
|
|
|
online directory services. It runs directly over TCP and can be used to
|
|
|
|
access a stand-alone LDAP directory service or to access a directory
|
|
|
|
service that has an X.500 back-end.
|
|
|
|
|
|
|
|
%package -n openldap2-back-perl
|
|
|
|
Summary: OpenLDAP Perl Back-End
|
2014-02-11 13:31:42 +01:00
|
|
|
License: OLDAP-2.8
|
2006-12-19 00:17:14 +01:00
|
|
|
Group: Productivity/Networking/LDAP/Servers
|
2014-02-11 13:31:42 +01:00
|
|
|
Requires: openldap2 = %{version_main}
|
2012-04-23 09:18:42 +02:00
|
|
|
Requires: perl = %{perl_version}
|
2006-12-19 00:17:14 +01:00
|
|
|
|
|
|
|
%description -n openldap2-back-perl
|
|
|
|
The OpenLDAP Perl back-end allows you to execute Perl code specific to
|
|
|
|
different LDAP operations.
|
|
|
|
|
|
|
|
%package -n openldap2-back-meta
|
|
|
|
Summary: OpenLDAP Meta Back-End
|
2014-02-11 13:31:42 +01:00
|
|
|
License: OLDAP-2.8
|
2006-12-19 00:17:14 +01:00
|
|
|
Group: Productivity/Networking/LDAP/Servers
|
2014-02-11 13:31:42 +01:00
|
|
|
Requires: openldap2 = %{version_main}
|
2006-12-19 00:17:14 +01:00
|
|
|
Provides: openldap2:/usr/share/man/man5/slapd-meta.5.gz
|
|
|
|
|
|
|
|
%description -n openldap2-back-meta
|
|
|
|
The OpenLDAP Meta back-end is able to perform basic LDAP proxying with
|
|
|
|
respect to a set of remote LDAP servers. The information contained in
|
|
|
|
these servers can be presented as belonging to a single Directory
|
|
|
|
Information Tree (DIT).
|
|
|
|
|
2010-08-27 21:45:34 +02:00
|
|
|
%package -n openldap2-back-sql
|
|
|
|
Summary: OpenLDAP SQL Back-End
|
2014-02-11 13:31:42 +01:00
|
|
|
License: OLDAP-2.8
|
2010-08-27 21:45:34 +02:00
|
|
|
Group: Productivity/Networking/LDAP/Servers
|
2014-02-11 13:31:42 +01:00
|
|
|
Requires: openldap2 = %{version_main}
|
2010-08-27 21:45:34 +02:00
|
|
|
|
|
|
|
%description -n openldap2-back-sql
|
|
|
|
The primary purpose of this OpenLDAP backend is to present information
|
|
|
|
stored in a Relational (SQL) Database as an LDAP subtree without the need
|
|
|
|
to do any programming.
|
|
|
|
|
2010-11-09 16:13:38 +01:00
|
|
|
%package -n openldap2-doc
|
|
|
|
Summary: OpenLDAP Documentation
|
2014-02-11 13:31:42 +01:00
|
|
|
License: OLDAP-2.8
|
2010-11-09 16:13:38 +01:00
|
|
|
Group: Documentation/Other
|
|
|
|
Provides: openldap2:/usr/share/doc/packages/openldap2/drafts/README
|
|
|
|
%if 0%{?suse_version} > 1110
|
|
|
|
BuildArch: noarch
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description -n openldap2-doc
|
|
|
|
The OpenLDAP Admin Guide plus a set of OpenLDAP related IETF internet drafts
|
|
|
|
|
2014-02-11 13:31:42 +01:00
|
|
|
%package -n compat-libldap-2_3-0
|
|
|
|
Summary: OpenLDAP Client Libraries
|
|
|
|
License: BSD-3-Clause and OLDAP-2.8 and OLDAP-2.8
|
|
|
|
Group: Productivity/Networking/LDAP/Clients
|
|
|
|
Version: 2.3.37
|
2014-09-09 16:59:20 +02:00
|
|
|
Release: 0
|
2014-02-11 13:31:42 +01:00
|
|
|
|
|
|
|
%description -n compat-libldap-2_3-0
|
|
|
|
This package contains the OpenLDAP client libraries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
The OpenLDAP Project <project@openldap.org>
|
|
|
|
|
2008-07-08 15:40:57 +02:00
|
|
|
%else
|
|
|
|
|
2009-08-06 18:21:51 +02:00
|
|
|
%description
|
|
|
|
This package contains the OpenLDAP client utilities.
|
|
|
|
|
2006-12-19 00:17:14 +01:00
|
|
|
%package -n openldap2-devel
|
2008-02-25 17:35:54 +01:00
|
|
|
Summary: Libraries, Header Files and Documentation for OpenLDAP
|
2014-02-11 13:31:42 +01:00
|
|
|
License: OLDAP-2.8
|
2012-04-23 09:18:42 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2009-01-09 01:42:38 +01:00
|
|
|
# bug437293
|
|
|
|
%ifarch ppc64
|
|
|
|
Obsoletes: openldap2-devel-64bit
|
|
|
|
%endif
|
|
|
|
#
|
2008-06-25 18:32:44 +02:00
|
|
|
Conflicts: openldap-devel
|
2014-02-11 13:31:42 +01:00
|
|
|
Requires: libldap-2_4-2 = %{version_main}
|
2013-06-14 08:43:36 +02:00
|
|
|
|
|
|
|
%description -n openldap2-devel
|
|
|
|
This package provides the OpenLDAP libraries, header files, and
|
|
|
|
documentation.
|
|
|
|
|
|
|
|
%package -n openldap2-devel-static
|
|
|
|
Summary: Static libraries for the OpenLDAP libraries
|
2014-02-11 13:31:42 +01:00
|
|
|
License: OLDAP-2.8
|
2013-06-14 08:43:36 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: openldap2-devel = %version
|
2012-11-16 11:27:38 +01:00
|
|
|
%if %sles_version == 10
|
|
|
|
Requires: openssl-devel
|
2009-03-24 19:56:33 +01:00
|
|
|
%else
|
2012-11-16 11:27:38 +01:00
|
|
|
Requires: libopenssl-devel
|
|
|
|
%endif
|
2012-04-23 09:18:42 +02:00
|
|
|
Requires: cyrus-sasl-devel
|
2006-12-19 00:17:14 +01:00
|
|
|
|
2013-06-14 08:43:36 +02:00
|
|
|
%description -n openldap2-devel-static
|
|
|
|
This package provides the static versions of the OpenLDAP libraries
|
|
|
|
for development.
|
2006-12-19 00:17:14 +01:00
|
|
|
|
2008-06-25 18:32:44 +02:00
|
|
|
%package -n libldap-2_4-2
|
|
|
|
Summary: OpenLDAP Client Libraries
|
2014-02-11 13:31:42 +01:00
|
|
|
License: OLDAP-2.8
|
2008-06-25 18:32:44 +02:00
|
|
|
Group: Productivity/Networking/LDAP/Clients
|
|
|
|
|
|
|
|
%description -n libldap-2_4-2
|
|
|
|
This package contains the OpenLDAP client libraries.
|
|
|
|
|
2008-07-08 15:40:57 +02:00
|
|
|
%endif
|
|
|
|
|
2006-12-19 00:17:14 +01:00
|
|
|
%prep
|
2014-02-11 13:31:42 +01:00
|
|
|
%setup -q -n openldap-%{version_main} -a1 -a2 -b100
|
2010-08-27 21:45:34 +02:00
|
|
|
%patch1 -p1
|
|
|
|
%patch2 -p1
|
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
|
|
|
%patch6 -p1
|
2010-10-07 21:59:49 +02:00
|
|
|
%patch7 -p1
|
2014-07-16 18:08:39 +02:00
|
|
|
%patch8 -p1
|
2009-04-23 23:12:13 +02:00
|
|
|
cp %{SOURCE5} .
|
2010-11-10 16:39:43 +01:00
|
|
|
cp %{SOURCE6} .
|
2009-04-23 23:12:13 +02:00
|
|
|
cd ../openldap-2.3.37
|
|
|
|
%patch100
|
2014-02-11 13:31:42 +01:00
|
|
|
%patch101
|
|
|
|
%patch102
|
|
|
|
%patch103
|
|
|
|
%patch104
|
|
|
|
%patch105
|
|
|
|
%patch106
|
|
|
|
%patch107
|
|
|
|
%patch108
|
|
|
|
%patch109 -p1
|
|
|
|
%patch110
|
2006-12-19 00:17:14 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%{?suse_update_config:%{suse_update_config -f build}}
|
|
|
|
libtoolize --force
|
|
|
|
autoreconf
|
2010-11-09 16:13:38 +01:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -Wno-format-extra-args -fno-strict-aliasing -DLDAP_DEPRECATED -DLDAP_CONNECTIONLESS -DSLAP_CONFIG_DELETE"
|
2010-08-27 21:45:34 +02:00
|
|
|
export STRIP=""
|
|
|
|
%configure \
|
2014-05-14 14:59:35 +02:00
|
|
|
--localstatedir=%{_rundir}/slapd \
|
2006-12-19 00:17:14 +01:00
|
|
|
--libexecdir=/usr/lib/openldap \
|
|
|
|
--enable-wrappers \
|
|
|
|
--enable-spasswd \
|
|
|
|
--enable-modules \
|
|
|
|
--enable-shared \
|
|
|
|
--enable-dynamic \
|
|
|
|
--with-tls \
|
|
|
|
--with-cyrus-sasl \
|
|
|
|
--enable-crypt \
|
|
|
|
--enable-ipv6=yes \
|
|
|
|
%if "%{name}" == "openldap2"
|
|
|
|
--enable-aci \
|
|
|
|
--enable-bdb \
|
|
|
|
--enable-hdb \
|
|
|
|
--enable-rewrite \
|
|
|
|
--enable-ldap=yes \
|
|
|
|
--enable-meta=mod \
|
|
|
|
--enable-monitor=yes \
|
|
|
|
--enable-perl=mod \
|
2010-08-27 21:45:34 +02:00
|
|
|
--enable-sql=mod \
|
2012-10-26 16:27:11 +02:00
|
|
|
--enable-mdb=yes \
|
2006-12-19 00:17:14 +01:00
|
|
|
--enable-slp \
|
2010-11-10 16:39:43 +01:00
|
|
|
--enable-overlays=mod \
|
|
|
|
--enable-syncprov=yes \
|
|
|
|
--enable-ppolicy=yes \
|
2006-12-19 00:17:14 +01:00
|
|
|
%else
|
|
|
|
--disable-slapd \
|
|
|
|
%endif
|
|
|
|
--enable-lmpasswd \
|
|
|
|
--with-yielding-select
|
|
|
|
make depend
|
2014-11-04 13:48:27 +01:00
|
|
|
make %{?_smp_mflags}
|
2008-05-17 01:48:12 +02:00
|
|
|
%if "%{name}" == "openldap2"
|
2014-02-11 13:31:42 +01:00
|
|
|
#%if %suse_version < 1130
|
2008-05-17 01:48:12 +02:00
|
|
|
# build a static slapcat binary from the OpenLDAP 2.3 release
|
|
|
|
# to be able to update existing databases
|
|
|
|
cd ../openldap-2.3.37
|
|
|
|
%{?suse_update_config:%{suse_update_config -f build}}
|
2014-03-14 12:56:47 +01:00
|
|
|
# update config.sub for recent architectures
|
|
|
|
cp -a ../openldap-%{version_main}/build/config.sub build/config.sub
|
2008-05-17 01:48:12 +02:00
|
|
|
libtoolize --force
|
|
|
|
#aclocal -I build
|
|
|
|
autoreconf
|
2014-02-11 13:31:42 +01:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -Wno-format-extra-args -fno-strict-aliasing -DLDAP_DEPRECATED -DLDAP_CONNECTIONLESS"
|
2014-05-14 14:59:35 +02:00
|
|
|
%configure --localstatedir=%{_rundir}/slapd --libexecdir=/usr/lib/openldap \
|
2014-03-14 12:56:47 +01:00
|
|
|
--enable-aci \
|
2008-05-17 01:48:12 +02:00
|
|
|
--enable-hdb --enable-bdb --enable-ldbm --enable-crypt \
|
|
|
|
--enable-ipv6=no \
|
|
|
|
--enable-ldap --enable-monitor --enable-meta --enable-rewrite \
|
2014-02-11 13:31:42 +01:00
|
|
|
--enable-dynamic=no --enable-shared=yes
|
2008-05-17 01:48:12 +02:00
|
|
|
make depend
|
2014-11-04 13:48:27 +01:00
|
|
|
make -C libraries %{?_smp_mflags}
|
2010-10-07 21:59:49 +02:00
|
|
|
|
2014-02-11 13:31:42 +01:00
|
|
|
#%endif
|
2010-09-29 11:24:42 +02:00
|
|
|
%endif
|
2007-10-30 01:33:48 +01:00
|
|
|
|
|
|
|
%check
|
2009-12-11 13:08:02 +01:00
|
|
|
%if %run_test_suite
|
2006-12-19 00:17:14 +01:00
|
|
|
# calculate the base port to be use in the test-suite
|
|
|
|
SLAPD_BASEPORT=10000
|
|
|
|
if [ -f /.buildenv ] ; then
|
|
|
|
. /.buildenv
|
2008-08-13 17:27:01 +02:00
|
|
|
SLAPD_BASEPORT=$(($SLAPD_BASEPORT + ${BUILD_INCARNATION:-0} * 10))
|
2006-12-19 00:17:14 +01:00
|
|
|
fi
|
|
|
|
export SLAPD_BASEPORT
|
|
|
|
%ifnarch %arm alpha
|
2008-10-06 19:05:59 +02:00
|
|
|
rm -f tests/scripts/test019-syncreplication-cascade
|
2007-12-19 14:52:01 +01:00
|
|
|
rm -f tests/scripts/test022-ppolicy
|
2009-08-06 18:21:51 +02:00
|
|
|
rm -f tests/scripts/test023-refint
|
2008-10-06 19:05:59 +02:00
|
|
|
rm -f tests/scripts/test033-glue-syncrepl
|
2009-08-06 18:21:51 +02:00
|
|
|
#rm -f tests/scripts/test036-meta-concurrency
|
|
|
|
#rm -f tests/scripts/test039-glue-ldap-concurrency
|
2008-10-06 19:05:59 +02:00
|
|
|
rm -f tests/scripts/test043-delta-syncrepl
|
2009-08-06 18:21:51 +02:00
|
|
|
#rm -f tests/scripts/test045-syncreplication-proxied
|
2008-10-06 19:05:59 +02:00
|
|
|
rm -f tests/scripts/test048-syncrepl-multiproxy
|
|
|
|
rm -f tests/scripts/test050-syncrepl-multimaster
|
2009-08-06 18:21:51 +02:00
|
|
|
rm -f tests/scripts/test058-syncrepl-asymmetric
|
2008-09-26 15:06:42 +02:00
|
|
|
make SLAPD_DEBUG=0 test
|
2006-12-19 00:17:14 +01:00
|
|
|
%endif
|
2009-12-11 13:08:02 +01:00
|
|
|
%endif
|
2006-12-19 00:17:14 +01:00
|
|
|
|
|
|
|
%install
|
2014-02-11 13:31:42 +01:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/lib/openldap/
|
2006-12-19 00:17:14 +01:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/sbin
|
2014-02-19 14:45:44 +01:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
|
2010-08-27 21:45:34 +02:00
|
|
|
make STRIP="" DESTDIR=$RPM_BUILD_ROOT install
|
2014-02-11 13:31:42 +01:00
|
|
|
install -m 755 start $RPM_BUILD_ROOT/usr/lib/openldap/start
|
2014-02-19 14:45:44 +01:00
|
|
|
install -m 644 slapd.service $RPM_BUILD_ROOT/%{_unitdir}
|
2007-12-19 14:52:01 +01:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/openldap/slapd.d
|
2007-05-17 11:50:08 +02:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/sasl2
|
2007-12-19 14:52:01 +01:00
|
|
|
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT/%{_sysconfdir}/sasl2/slapd.conf
|
2006-12-19 00:17:14 +01:00
|
|
|
install -m 755 -d $RPM_BUILD_ROOT/var/lib/ldap
|
|
|
|
chmod a+x $RPM_BUILD_ROOT/%{_libdir}/liblber.so*
|
|
|
|
chmod a+x $RPM_BUILD_ROOT/%{_libdir}/libldap_r.so*
|
|
|
|
chmod a+x $RPM_BUILD_ROOT/%{_libdir}/libldap.so*
|
2011-01-20 14:08:18 +01:00
|
|
|
install -m 755 %{SOURCE7} $RPM_BUILD_ROOT/usr/sbin/schema2ldif
|
2006-12-19 00:17:14 +01:00
|
|
|
%if "%{name}" == "openldap2"
|
2010-11-09 16:13:38 +01:00
|
|
|
%define DOCDIR %{_defaultdocdir}/%{name}
|
2006-12-19 00:17:14 +01:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
|
|
|
|
install -m 644 sysconfig.openldap $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.openldap
|
|
|
|
install -m 644 *.schema $RPM_BUILD_ROOT/etc/openldap/schema
|
2007-12-19 14:52:01 +01:00
|
|
|
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/var/lib/ldap/DB_CONFIG
|
2006-12-19 00:17:14 +01:00
|
|
|
install -m 644 $RPM_BUILD_ROOT/etc/openldap/DB_CONFIG.example $RPM_BUILD_ROOT/var/lib/ldap/DB_CONFIG.example
|
2007-03-15 18:11:06 +01:00
|
|
|
install -d $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/
|
|
|
|
install -m 644 SuSEfirewall2.openldap $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/openldap
|
2007-12-19 14:52:01 +01:00
|
|
|
rm -f `find doc/guide ! -name *.html -a ! -name *.gif -a ! -name *.png -a ! -type d`
|
|
|
|
rm -rf doc/guide/release
|
2010-11-09 16:13:38 +01:00
|
|
|
install -d $RPM_BUILD_ROOT/%{DOCDIR}/adminguide \
|
|
|
|
$RPM_BUILD_ROOT/%{DOCDIR}/images \
|
|
|
|
$RPM_BUILD_ROOT/%{DOCDIR}/drafts
|
|
|
|
install -m 644 doc/guide/admin/* $RPM_BUILD_ROOT/%{DOCDIR}/adminguide
|
|
|
|
install -m 644 doc/guide/images/*.gif $RPM_BUILD_ROOT/%{DOCDIR}/images
|
|
|
|
install -m 644 doc/drafts/* $RPM_BUILD_ROOT/%{DOCDIR}/drafts
|
2010-11-10 16:39:43 +01:00
|
|
|
install -m 644 ANNOUNCEMENT \
|
|
|
|
COPYRIGHT \
|
|
|
|
LICENSE \
|
|
|
|
README \
|
|
|
|
CHANGES \
|
|
|
|
%{SOURCE5} \
|
|
|
|
%{SOURCE6} \
|
|
|
|
$RPM_BUILD_ROOT/%{DOCDIR}
|
2011-12-06 13:54:38 +01:00
|
|
|
install -m 644 servers/slapd/slapd.ldif \
|
|
|
|
$RPM_BUILD_ROOT/%{DOCDIR}/slapd.ldif.default
|
2006-12-19 00:17:14 +01:00
|
|
|
rm -f $RPM_BUILD_ROOT/etc/openldap/DB_CONFIG.example
|
2008-09-26 15:06:42 +02:00
|
|
|
rm -f $RPM_BUILD_ROOT/etc/openldap/schema/README
|
2011-12-06 13:54:38 +01:00
|
|
|
rm -f $RPM_BUILD_ROOT/etc/openldap/slapd.ldif*
|
2014-05-14 14:59:35 +02:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_rundir}/slapd/openldap-data/DB_CONFIG.example
|
2010-09-29 11:24:42 +02:00
|
|
|
mv servers/slapd/back-sql/rdbms_depend servers/slapd/back-sql/examples
|
2014-02-19 14:45:44 +01:00
|
|
|
# Provide SUSE policy symlink /usr/sbin/rcFOO -> /etc/init.d/FOO
|
|
|
|
# /usr/sbin/service exists only since openSUSE 12.3:
|
|
|
|
%if 0%{?suse_version} > 1220
|
|
|
|
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcslapd
|
|
|
|
%else
|
|
|
|
ln -s /sbin/service %{buildroot}%{_sbindir}/rcslapd
|
|
|
|
%endif
|
2010-09-29 11:24:42 +02:00
|
|
|
%if %suse_version < 1130
|
2008-05-17 01:48:12 +02:00
|
|
|
# install 2.3 slapcat
|
|
|
|
install -m 755 ../openldap-2.3.37/servers/slapd/slapcat $RPM_BUILD_ROOT/usr/sbin/openldap-2.3-slapcat
|
2006-12-19 00:17:14 +01:00
|
|
|
%endif
|
2014-02-11 13:31:42 +01:00
|
|
|
# install sle-10 compat libraries
|
|
|
|
pushd ../openldap-2.3.37/libraries
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
popd
|
2010-09-29 11:24:42 +02:00
|
|
|
%endif
|
2006-12-19 00:17:14 +01:00
|
|
|
rm -f $RPM_BUILD_ROOT/usr/lib/openldap/modules/*.a
|
|
|
|
rm -f $RPM_BUILD_ROOT/usr/share/man/man5/slapd-dnssrv.5
|
2008-10-13 16:43:35 +02:00
|
|
|
rm -f $RPM_BUILD_ROOT/usr/share/man/man5/slapd-ndb.5
|
2006-12-19 00:17:14 +01:00
|
|
|
rm -f $RPM_BUILD_ROOT/usr/share/man/man5/slapd-null.5
|
|
|
|
rm -f $RPM_BUILD_ROOT/usr/share/man/man5/slapd-passwd.5
|
|
|
|
rm -f $RPM_BUILD_ROOT/usr/share/man/man5/slapd-shell.5
|
2008-02-25 17:35:54 +01:00
|
|
|
rm -f $RPM_BUILD_ROOT/usr/share/man/man5/slapd-sock.5
|
2006-12-19 00:17:14 +01:00
|
|
|
rm -f $RPM_BUILD_ROOT/usr/share/man/man5/slapd-tcl.5
|
|
|
|
# Remove *.la files, libtool does not handle this correct
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
2010-08-27 21:45:34 +02:00
|
|
|
|
2006-12-19 00:17:14 +01:00
|
|
|
#put filelists into files
|
|
|
|
cat >openldap2.filelist <<EOF
|
|
|
|
/var/adm/fillup-templates/sysconfig.openldap
|
2008-09-26 15:06:42 +02:00
|
|
|
%config /etc/sysconfig/SuSEfirewall2.d/services/openldap
|
2006-12-19 00:17:14 +01:00
|
|
|
/usr/sbin/slap*
|
2014-02-19 14:45:44 +01:00
|
|
|
/usr/sbin/rcslapd
|
2014-02-11 13:31:42 +01:00
|
|
|
%dir /etc/sasl2
|
2006-12-19 00:17:14 +01:00
|
|
|
%dir /etc/openldap
|
2007-12-19 14:52:01 +01:00
|
|
|
%dir %attr(0770, ldap, ldap) /etc/openldap/slapd.d
|
2008-09-26 15:06:42 +02:00
|
|
|
%dir /etc/openldap/schema
|
|
|
|
%config /etc/openldap/schema/*.schema
|
|
|
|
%config /etc/openldap/schema/*.ldif
|
2006-12-19 00:17:14 +01:00
|
|
|
%config(noreplace) %attr(640, root, ldap) /etc/openldap/slapd.conf
|
2008-04-25 15:20:02 +02:00
|
|
|
%config(noreplace) %attr(640, ldap, ldap) /var/lib/ldap/DB_CONFIG
|
|
|
|
%config /var/lib/ldap/DB_CONFIG.example
|
2007-12-19 14:52:01 +01:00
|
|
|
%attr(640, root, ldap) /%{_sysconfdir}/openldap/slapd.conf.default
|
2014-02-11 13:31:42 +01:00
|
|
|
%config(noreplace) /etc/sasl2/slapd.conf
|
2006-12-19 00:17:14 +01:00
|
|
|
%dir /usr/lib/openldap
|
|
|
|
%dir /usr/lib/openldap/modules
|
2010-11-10 16:39:43 +01:00
|
|
|
/usr/lib/openldap/modules/accesslog*
|
|
|
|
/usr/lib/openldap/modules/auditlog*
|
|
|
|
/usr/lib/openldap/modules/collect*
|
|
|
|
/usr/lib/openldap/modules/constraint*
|
|
|
|
/usr/lib/openldap/modules/dds*
|
|
|
|
/usr/lib/openldap/modules/deref*
|
|
|
|
/usr/lib/openldap/modules/dyngroup*
|
|
|
|
/usr/lib/openldap/modules/dynlist*
|
|
|
|
/usr/lib/openldap/modules/memberof*
|
|
|
|
/usr/lib/openldap/modules/pcache*
|
|
|
|
/usr/lib/openldap/modules/refint*
|
|
|
|
/usr/lib/openldap/modules/retcode*
|
|
|
|
/usr/lib/openldap/modules/rwm*
|
|
|
|
/usr/lib/openldap/modules/seqmod*
|
|
|
|
/usr/lib/openldap/modules/sssvlv*
|
|
|
|
/usr/lib/openldap/modules/translucent*
|
|
|
|
/usr/lib/openldap/modules/unique*
|
|
|
|
/usr/lib/openldap/modules/valsort*
|
2006-12-19 00:17:14 +01:00
|
|
|
/usr/lib/openldap/slapd
|
2014-02-11 13:31:42 +01:00
|
|
|
/usr/lib/openldap/start
|
|
|
|
/usr/lib/systemd/system/slapd.service
|
2006-12-19 00:17:14 +01:00
|
|
|
%dir %attr(0700, ldap, ldap) /var/lib/ldap
|
2014-05-14 14:59:35 +02:00
|
|
|
%dir %attr(0755, ldap, ldap) %ghost %{_rundir}/slapd
|
2006-12-19 00:17:14 +01:00
|
|
|
%doc %{_mandir}/man8/sl*
|
|
|
|
%doc %{_mandir}/man5/slapd.*
|
|
|
|
%doc %{_mandir}/man5/slapd-bdb.*
|
2007-12-19 14:52:01 +01:00
|
|
|
%doc %{_mandir}/man5/slapd-config.*
|
2006-12-19 00:17:14 +01:00
|
|
|
%doc %{_mandir}/man5/slapd-hdb.*
|
|
|
|
%doc %{_mandir}/man5/slapd-ldbm.*
|
|
|
|
%doc %{_mandir}/man5/slapd-ldap.*
|
|
|
|
%doc %{_mandir}/man5/slapd-ldif.*
|
2012-10-26 16:27:11 +02:00
|
|
|
%doc %{_mandir}/man5/slapd-mdb.*
|
2006-12-19 00:17:14 +01:00
|
|
|
%doc %{_mandir}/man5/slapd-monitor.*
|
|
|
|
%doc %{_mandir}/man5/slapd-relay.*
|
|
|
|
%doc %{_mandir}/man5/slapo-*
|
2010-11-10 16:39:43 +01:00
|
|
|
%dir %{DOCDIR}
|
2010-11-09 16:13:38 +01:00
|
|
|
%doc %{DOCDIR}/ANNOUNCEMENT
|
|
|
|
%doc %{DOCDIR}/COPYRIGHT
|
|
|
|
%doc %{DOCDIR}/LICENSE
|
2010-11-10 16:39:43 +01:00
|
|
|
%doc %{DOCDIR}/README*
|
2010-11-09 16:13:38 +01:00
|
|
|
%doc %{DOCDIR}/CHANGES
|
2011-12-06 13:54:38 +01:00
|
|
|
%doc %{DOCDIR}/slapd.ldif.default
|
2006-12-19 00:17:14 +01:00
|
|
|
EOF
|
2010-09-29 11:24:42 +02:00
|
|
|
%if %suse_version < 1130
|
|
|
|
cat >>openldap2.filelist <<EOF
|
|
|
|
/usr/sbin/openldap-2.3-slapcat
|
|
|
|
EOF
|
|
|
|
%endif
|
2014-02-11 13:31:42 +01:00
|
|
|
cat > compat-libldap.filelist <<EOF
|
|
|
|
%{_libdir}/liblber*2.3.so.*
|
|
|
|
%{_libdir}/libldap*2.3.so.*
|
|
|
|
EOF
|
|
|
|
#
|
2006-12-19 00:17:14 +01:00
|
|
|
#
|
|
|
|
cat > openldap2-client.filelist <<EOF
|
|
|
|
%dir /etc/openldap
|
|
|
|
%config(noreplace) /etc/openldap/ldap.conf
|
|
|
|
/etc/openldap/ldap.conf.default
|
|
|
|
/usr/bin/ldapadd
|
|
|
|
/usr/bin/ldapcompare
|
|
|
|
/usr/bin/ldapdelete
|
2007-12-19 14:52:01 +01:00
|
|
|
/usr/bin/ldapexop
|
2006-12-19 00:17:14 +01:00
|
|
|
/usr/bin/ldapmodify
|
|
|
|
/usr/bin/ldapmodrdn
|
|
|
|
/usr/bin/ldapsearch
|
|
|
|
/usr/bin/ldappasswd
|
2009-03-24 19:56:33 +01:00
|
|
|
/usr/bin/ldapurl
|
2006-12-19 00:17:14 +01:00
|
|
|
/usr/bin/ldapwhoami
|
2009-10-03 00:27:25 +02:00
|
|
|
/usr/sbin/schema2ldif
|
2006-12-19 00:17:14 +01:00
|
|
|
%doc %{_mandir}/man1/ldap*
|
|
|
|
%doc %{_mandir}/man5/ldap.conf*
|
|
|
|
%doc %{_mandir}/man5/ldif.*
|
|
|
|
EOF
|
2008-06-25 18:32:44 +02:00
|
|
|
cat > libldap.filelist <<EOF
|
2014-02-11 13:31:42 +01:00
|
|
|
%{_libdir}/liblber*2.4.so.*
|
|
|
|
%{_libdir}/libldap*2.4.so.*
|
2008-06-25 18:32:44 +02:00
|
|
|
EOF
|
2006-12-19 00:17:14 +01:00
|
|
|
cat > openldap2-devel.filelist <<EOF
|
2011-07-28 14:07:12 +02:00
|
|
|
/usr/include/*.h
|
2006-12-19 00:17:14 +01:00
|
|
|
%{_libdir}/liblber.so
|
2008-03-03 16:20:00 +01:00
|
|
|
%{_libdir}/libldap*.so
|
2006-12-19 00:17:14 +01:00
|
|
|
%doc %{_mandir}/man3/ber*
|
|
|
|
%doc %{_mandir}/man3/lber*
|
|
|
|
%doc %{_mandir}/man3/ld_errno*
|
|
|
|
%doc %{_mandir}/man3/ldap*
|
|
|
|
EOF
|
2013-06-14 08:43:36 +02:00
|
|
|
cat > openldap2-devel-static.filelist <<-EOF
|
|
|
|
%_libdir/liblber.a
|
|
|
|
%_libdir/libldap*.a
|
|
|
|
EOF
|
2006-12-19 00:17:14 +01:00
|
|
|
cat > openldap2-back-perl.filelist <<EOF
|
|
|
|
/usr/lib/openldap/modules/back_perl*
|
|
|
|
%doc %{_mandir}/man5/slapd-perl.*
|
|
|
|
EOF
|
|
|
|
cat > openldap2-back-meta.filelist <<EOF
|
|
|
|
/usr/lib/openldap/modules/back_meta*
|
|
|
|
%doc %{_mandir}/man5/slapd-meta.*
|
|
|
|
EOF
|
2010-08-27 21:45:34 +02:00
|
|
|
cat > openldap2-back-sql.filelist <<EOF
|
|
|
|
/usr/lib/openldap/modules/back_sql*
|
|
|
|
%doc %{_mandir}/man5/slapd-sql.*
|
2010-09-29 11:24:42 +02:00
|
|
|
%doc servers/slapd/back-sql/examples
|
2010-08-27 21:45:34 +02:00
|
|
|
%doc servers/slapd/back-sql/docs/bugs
|
|
|
|
%doc servers/slapd/back-sql/docs/install
|
|
|
|
EOF
|
2010-11-09 16:13:38 +01:00
|
|
|
cat >openldap2-doc.filelist <<EOF
|
2010-11-10 16:39:43 +01:00
|
|
|
%dir %{DOCDIR}
|
2010-11-09 16:13:38 +01:00
|
|
|
%doc %{DOCDIR}/drafts
|
|
|
|
%doc %{DOCDIR}/adminguide
|
|
|
|
%doc %{DOCDIR}/images
|
|
|
|
EOF
|
2006-12-19 00:17:14 +01:00
|
|
|
#remove files from other spec file
|
|
|
|
%if "%{name}" == "openldap2"
|
2013-06-14 08:43:36 +02:00
|
|
|
cat openldap2-client.filelist libldap.filelist openldap2-devel.filelist \
|
|
|
|
openldap2-devel-static.filelist |
|
2006-12-19 00:17:14 +01:00
|
|
|
%else
|
2010-11-09 16:13:38 +01:00
|
|
|
cat openldap2.filelist openldap2-back-perl.filelist \
|
|
|
|
openldap2-back-meta.filelist openldap2-back-sql.filelist \
|
2014-02-11 13:31:42 +01:00
|
|
|
openldap2-doc.filelist compat-libldap.filelist |
|
2006-12-19 00:17:14 +01:00
|
|
|
%endif
|
|
|
|
grep -v "%dir " |sed -e "s|^.* ||" |grep "^/" |while read name ; do
|
|
|
|
rm -rf $RPM_BUILD_ROOT$name
|
|
|
|
done
|
|
|
|
%if "%{name}" == "openldap2"
|
|
|
|
|
|
|
|
%pre
|
2014-10-02 16:05:49 +02:00
|
|
|
/usr/sbin/groupadd -g 70 -o -r ldap || :
|
|
|
|
/usr/sbin/useradd -r -o -g ldap -u 76 -s /bin/bash -c "User for OpenLDAP" -d /var/lib/ldap ldap || :
|
2008-05-17 01:48:12 +02:00
|
|
|
# try to figure out if a db update is needed
|
|
|
|
if [ ${1:-0} -gt 1 ] && [ -f /usr/lib/openldap/slapd ] &&
|
|
|
|
/usr/bin/strings /usr/lib/openldap/slapd | \
|
|
|
|
grep "slapd 2.3" 2>&1 > /dev/null;
|
|
|
|
then
|
|
|
|
# create a backup of the schema shipped with 2.3
|
|
|
|
# at least core.schema changed between 2.3 and 2.4
|
|
|
|
TEMPDIR=`mktemp -d /etc/openldap/schema.backup.XXXXXX`
|
|
|
|
echo "Schema backup created in $TEMPDIR"
|
|
|
|
cp -p --remove-destination /etc/openldap/schema/* $TEMPDIR
|
|
|
|
echo $TEMPDIR > /etc/openldap/UPDATE_NEEDED ;
|
|
|
|
fi
|
2014-06-10 12:53:07 +02:00
|
|
|
if /usr/bin/chkconfig ldap 2>&1 | grep -q on; then
|
|
|
|
touch /var/run/enable_slapd_service
|
|
|
|
fi
|
2014-02-19 14:45:44 +01:00
|
|
|
%service_add_pre slapd.service
|
2006-12-19 00:17:14 +01:00
|
|
|
|
|
|
|
%post
|
|
|
|
if [ ${1:-0} -gt 1 ] && [ -f %{_libdir}/sasl2/slapd.conf ] ; then
|
|
|
|
cp /etc/sasl2/slapd.conf /etc/sasl2/slapd.conf.rpmnew
|
|
|
|
cp %{_libdir}/sasl2/slapd.conf /etc/sasl2/slapd.conf
|
|
|
|
fi
|
2014-02-11 13:31:42 +01:00
|
|
|
%{fillup_only -n openldap ldap}
|
2006-12-19 00:17:14 +01:00
|
|
|
%{remove_and_set -n openldap OPENLDAP_RUN_DB_RECOVER}
|
2014-02-19 14:45:44 +01:00
|
|
|
%service_add_post slapd.service
|
2014-06-10 12:53:07 +02:00
|
|
|
if [ -f /var/run/enable_slapd_service ]; then
|
|
|
|
/usr/bin/systemctl --quiet enable slapd
|
|
|
|
fi
|
2006-12-19 00:17:14 +01:00
|
|
|
|
|
|
|
%preun
|
2014-02-19 14:45:44 +01:00
|
|
|
%service_del_preun slapd.service
|
2006-12-19 00:17:14 +01:00
|
|
|
|
|
|
|
%postun
|
2014-02-19 14:45:44 +01:00
|
|
|
%service_del_postun slapd.service
|
2014-02-11 13:31:42 +01:00
|
|
|
|
|
|
|
%post -n compat-libldap-2_3-0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n compat-libldap-2_3-0 -p /sbin/ldconfig
|
2006-12-19 00:17:14 +01:00
|
|
|
|
|
|
|
%files -f openldap2.filelist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%files -n openldap2-back-perl -f openldap2-back-perl.filelist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%files -n openldap2-back-meta -f openldap2-back-meta.filelist
|
|
|
|
%defattr(-,root,root)
|
2010-08-27 21:45:34 +02:00
|
|
|
|
|
|
|
%files -n openldap2-back-sql -f openldap2-back-sql.filelist
|
|
|
|
%defattr(-,root,root)
|
2010-11-09 16:13:38 +01:00
|
|
|
|
|
|
|
%files -n openldap2-doc -f openldap2-doc.filelist
|
|
|
|
%defattr(-,root,root)
|
2014-02-11 13:31:42 +01:00
|
|
|
|
|
|
|
%files -n compat-libldap-2_3-0 -f compat-libldap.filelist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
2006-12-19 00:17:14 +01:00
|
|
|
%else
|
|
|
|
|
2008-06-25 18:32:44 +02:00
|
|
|
%post -n libldap-2_4-2 -p /sbin/ldconfig
|
2007-08-24 01:51:41 +02:00
|
|
|
|
2008-06-25 18:32:44 +02:00
|
|
|
%postun -n libldap-2_4-2 -p /sbin/ldconfig
|
2007-08-24 01:51:41 +02:00
|
|
|
|
2006-12-19 00:17:14 +01:00
|
|
|
%files -f openldap2-client.filelist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
2008-06-25 18:32:44 +02:00
|
|
|
%files -n libldap-2_4-2 -f libldap.filelist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
2006-12-19 00:17:14 +01:00
|
|
|
%files -n openldap2-devel -f openldap2-devel.filelist
|
|
|
|
%defattr(-,root,root)
|
2013-06-14 08:43:36 +02:00
|
|
|
|
|
|
|
%files -n openldap2-devel-static -f openldap2-devel-static.filelist
|
|
|
|
%defattr(-,root,root)
|
2006-12-19 00:17:14 +01:00
|
|
|
%endif
|
2007-12-19 14:52:01 +01:00
|
|
|
|
2007-02-25 23:33:24 +01:00
|
|
|
%changelog
|