From 5195e7ad09eab230314db6755d474648598ca5fcfde29b67afc8cc897795e301 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 16 Mar 2010 10:44:10 +0000 Subject: [PATCH 1/7] - Removed obsolete hunk from openldap2.dif - Remove ldap.conf patch to use saner default for Certificate verification (bnc#575146) OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=33 --- ldap_conf.dif | 8 -------- openldap2-client.changes | 7 +++++++ openldap2-client.spec | 6 ++---- openldap2.changes | 7 +++++++ openldap2.dif | 14 +------------- openldap2.spec | 2 -- 6 files changed, 17 insertions(+), 27 deletions(-) delete mode 100644 ldap_conf.dif diff --git a/ldap_conf.dif b/ldap_conf.dif deleted file mode 100644 index ac0bce8..0000000 --- a/ldap_conf.dif +++ /dev/null @@ -1,8 +0,0 @@ ---- libraries/libldap/ldap.conf 2004/04/01 09:43:12 1.1 -+++ libraries/libldap/ldap.conf 2004/04/01 09:50:42 -@@ -11,3 +11,5 @@ - #SIZELIMIT 12 - #TIMELIMIT 15 - #DEREF never -+TLS_REQCERT allow -+ diff --git a/openldap2-client.changes b/openldap2-client.changes index dee135f..65db0d8 100644 --- a/openldap2-client.changes +++ b/openldap2-client.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 16 10:01:39 UTC 2010 - rhafer@novell.com + +- Removed obsolete hunk from openldap2.dif +- Remove ldap.conf patch to use saner default for Certificate + verification (bnc#575146) + ------------------------------------------------------------------- Sat Feb 13 23:11:03 CET 2010 - rguenther@suse.de diff --git a/openldap2-client.spec b/openldap2-client.spec index b4078ed..726a117 100644 --- a/openldap2-client.spec +++ b/openldap2-client.spec @@ -1,5 +1,5 @@ # -# spec file for package openldap2-client (Version 2.4.21) +# spec file for package openldap2 (Version 2.4.21) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ %define run_test_suite 1 -Name: openldap2-client +Name: openldap2-client BuildRequires: cyrus-sasl-devel db-devel libopenssl-devel openslp-devel tcpd-devel %if %sles_version == 9 BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel @@ -54,7 +54,6 @@ Source6: schema2ldif Source100: openldap-2.3.37.tar.bz2 Patch1: openldap2.dif Patch2: slapd_conf.dif -Patch3: ldap_conf.dif Patch4: ldapi_url.dif Patch5: slapd-back-hdb-fortify.dif Patch6: libldap-gethostbyname_r.dif @@ -173,7 +172,6 @@ Authors: %setup -q -n openldap-%{version} -a1 -a2 -b100 %patch1 %patch2 -%patch3 %patch4 %patch5 %patch6 diff --git a/openldap2.changes b/openldap2.changes index dee135f..65db0d8 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 16 10:01:39 UTC 2010 - rhafer@novell.com + +- Removed obsolete hunk from openldap2.dif +- Remove ldap.conf patch to use saner default for Certificate + verification (bnc#575146) + ------------------------------------------------------------------- Sat Feb 13 23:11:03 CET 2010 - rguenther@suse.de diff --git a/openldap2.dif b/openldap2.dif index 873b78a..44faf27 100644 --- a/openldap2.dif +++ b/openldap2.dif @@ -35,16 +35,4 @@ Index: configure.in AC_SUBST(PACKAGE)dnl AC_SUBST(VERSION)dnl AC_DEFINE_UNQUOTED(OPENLDAP_PACKAGE,"$PACKAGE",Package) -Index: servers/slapd/aclparse.c -=================================================================== ---- servers/slapd/aclparse.c.orig -+++ servers/slapd/aclparse.c -@@ -644,7 +644,7 @@ parse_acl( - if ( rc != LDAP_SUCCESS ) { - char buf[ SLAP_TEXT_BUFLEN ]; - -- snprintf( buf, sizeof( buf ), "%s: line %d: " -+ snprintf( buf, sizeof( buf ), - " attr \"%s\" normalization failed (%d: %s)", - fname, lineno, - a->acl_attrs[ 0 ].an_name.bv_val, rc, text ); + diff --git a/openldap2.spec b/openldap2.spec index 764bc52..20b593c 100644 --- a/openldap2.spec +++ b/openldap2.spec @@ -54,7 +54,6 @@ Source6: schema2ldif Source100: openldap-2.3.37.tar.bz2 Patch1: openldap2.dif Patch2: slapd_conf.dif -Patch3: ldap_conf.dif Patch4: ldapi_url.dif Patch5: slapd-back-hdb-fortify.dif Patch6: libldap-gethostbyname_r.dif @@ -173,7 +172,6 @@ Authors: %setup -q -n openldap-%{version} -a1 -a2 -b100 %patch1 %patch2 -%patch3 %patch4 %patch5 %patch6 From 8452c2a5da75a94ac68a0b5bc3b6bf5d140510ee4620a5e2346f20f404b8c670 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 17 Mar 2010 13:07:51 +0000 Subject: [PATCH 2/7] - Fixed quotation in sed expression to escape ldapi path in init script OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=34 --- openldap-rc.tgz | 4 ++-- openldap2-client.changes | 6 ++++++ openldap2.changes | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/openldap-rc.tgz b/openldap-rc.tgz index 8bf11d9..a5817de 100644 --- a/openldap-rc.tgz +++ b/openldap-rc.tgz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c44c098dd07e2d1a8cc01559d61373af59d226225f27716e933052a80a39ee97 -size 4487 +oid sha256:7644ec4cd7ba33194e99981d1661b53af9abc5b3eb2d214475ad4b4b067c5928 +size 4488 diff --git a/openldap2-client.changes b/openldap2-client.changes index 65db0d8..ba6a1fe 100644 --- a/openldap2-client.changes +++ b/openldap2-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 17 13:06:12 UTC 2010 - rhafer@novell.com + +- Fixed quotation in sed expression to escape ldapi path in init + script + ------------------------------------------------------------------- Tue Mar 16 10:01:39 UTC 2010 - rhafer@novell.com diff --git a/openldap2.changes b/openldap2.changes index 65db0d8..ba6a1fe 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 17 13:06:12 UTC 2010 - rhafer@novell.com + +- Fixed quotation in sed expression to escape ldapi path in init + script + ------------------------------------------------------------------- Tue Mar 16 10:01:39 UTC 2010 - rhafer@novell.com From 98e1f3b44714f7f4a27cf0cb5535188ffa427fe43fe1d56ea712bab5db4453ac Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 18 Mar 2010 15:13:34 +0000 Subject: [PATCH 3/7] Updating link to change in openSUSE:Factory/openldap2 revision 60.0 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=067a6dfa6b24f3ae92e0918ee83cecdd --- ready | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 ready diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000 From d4d6883f853cb5a69f296354d8bb80d2844a74d3118081da457f490df1ddd20f Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 18 Mar 2010 22:06:17 +0000 Subject: [PATCH 4/7] Accepting request 35048 from network:ldap checked in (request 35048) OBS-URL: https://build.opensuse.org/request/show/35048 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=35 --- ldap_conf.dif | 8 ++++++++ openldap-rc.tgz | 4 ++-- openldap2-client.changes | 13 ------------- openldap2-client.spec | 6 ++++-- openldap2.changes | 13 ------------- openldap2.dif | 14 +++++++++++++- openldap2.spec | 2 ++ 7 files changed, 29 insertions(+), 31 deletions(-) create mode 100644 ldap_conf.dif diff --git a/ldap_conf.dif b/ldap_conf.dif new file mode 100644 index 0000000..ac0bce8 --- /dev/null +++ b/ldap_conf.dif @@ -0,0 +1,8 @@ +--- libraries/libldap/ldap.conf 2004/04/01 09:43:12 1.1 ++++ libraries/libldap/ldap.conf 2004/04/01 09:50:42 +@@ -11,3 +11,5 @@ + #SIZELIMIT 12 + #TIMELIMIT 15 + #DEREF never ++TLS_REQCERT allow ++ diff --git a/openldap-rc.tgz b/openldap-rc.tgz index a5817de..8bf11d9 100644 --- a/openldap-rc.tgz +++ b/openldap-rc.tgz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7644ec4cd7ba33194e99981d1661b53af9abc5b3eb2d214475ad4b4b067c5928 -size 4488 +oid sha256:c44c098dd07e2d1a8cc01559d61373af59d226225f27716e933052a80a39ee97 +size 4487 diff --git a/openldap2-client.changes b/openldap2-client.changes index ba6a1fe..dee135f 100644 --- a/openldap2-client.changes +++ b/openldap2-client.changes @@ -1,16 +1,3 @@ -------------------------------------------------------------------- -Wed Mar 17 13:06:12 UTC 2010 - rhafer@novell.com - -- Fixed quotation in sed expression to escape ldapi path in init - script - -------------------------------------------------------------------- -Tue Mar 16 10:01:39 UTC 2010 - rhafer@novell.com - -- Removed obsolete hunk from openldap2.dif -- Remove ldap.conf patch to use saner default for Certificate - verification (bnc#575146) - ------------------------------------------------------------------- Sat Feb 13 23:11:03 CET 2010 - rguenther@suse.de diff --git a/openldap2-client.spec b/openldap2-client.spec index 726a117..b4078ed 100644 --- a/openldap2-client.spec +++ b/openldap2-client.spec @@ -1,5 +1,5 @@ # -# spec file for package openldap2 (Version 2.4.21) +# spec file for package openldap2-client (Version 2.4.21) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ %define run_test_suite 1 -Name: openldap2-client +Name: openldap2-client BuildRequires: cyrus-sasl-devel db-devel libopenssl-devel openslp-devel tcpd-devel %if %sles_version == 9 BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel @@ -54,6 +54,7 @@ Source6: schema2ldif Source100: openldap-2.3.37.tar.bz2 Patch1: openldap2.dif Patch2: slapd_conf.dif +Patch3: ldap_conf.dif Patch4: ldapi_url.dif Patch5: slapd-back-hdb-fortify.dif Patch6: libldap-gethostbyname_r.dif @@ -172,6 +173,7 @@ Authors: %setup -q -n openldap-%{version} -a1 -a2 -b100 %patch1 %patch2 +%patch3 %patch4 %patch5 %patch6 diff --git a/openldap2.changes b/openldap2.changes index ba6a1fe..dee135f 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -1,16 +1,3 @@ -------------------------------------------------------------------- -Wed Mar 17 13:06:12 UTC 2010 - rhafer@novell.com - -- Fixed quotation in sed expression to escape ldapi path in init - script - -------------------------------------------------------------------- -Tue Mar 16 10:01:39 UTC 2010 - rhafer@novell.com - -- Removed obsolete hunk from openldap2.dif -- Remove ldap.conf patch to use saner default for Certificate - verification (bnc#575146) - ------------------------------------------------------------------- Sat Feb 13 23:11:03 CET 2010 - rguenther@suse.de diff --git a/openldap2.dif b/openldap2.dif index 44faf27..873b78a 100644 --- a/openldap2.dif +++ b/openldap2.dif @@ -35,4 +35,16 @@ Index: configure.in AC_SUBST(PACKAGE)dnl AC_SUBST(VERSION)dnl AC_DEFINE_UNQUOTED(OPENLDAP_PACKAGE,"$PACKAGE",Package) - +Index: servers/slapd/aclparse.c +=================================================================== +--- servers/slapd/aclparse.c.orig ++++ servers/slapd/aclparse.c +@@ -644,7 +644,7 @@ parse_acl( + if ( rc != LDAP_SUCCESS ) { + char buf[ SLAP_TEXT_BUFLEN ]; + +- snprintf( buf, sizeof( buf ), "%s: line %d: " ++ snprintf( buf, sizeof( buf ), + " attr \"%s\" normalization failed (%d: %s)", + fname, lineno, + a->acl_attrs[ 0 ].an_name.bv_val, rc, text ); diff --git a/openldap2.spec b/openldap2.spec index 20b593c..764bc52 100644 --- a/openldap2.spec +++ b/openldap2.spec @@ -54,6 +54,7 @@ Source6: schema2ldif Source100: openldap-2.3.37.tar.bz2 Patch1: openldap2.dif Patch2: slapd_conf.dif +Patch3: ldap_conf.dif Patch4: ldapi_url.dif Patch5: slapd-back-hdb-fortify.dif Patch6: libldap-gethostbyname_r.dif @@ -172,6 +173,7 @@ Authors: %setup -q -n openldap-%{version} -a1 -a2 -b100 %patch1 %patch2 +%patch3 %patch4 %patch5 %patch6 From d765362d4c285b351046c2355a71567c253e26e5d501f3d2262440321a2a69f9 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Mon, 10 May 2010 13:38:03 +0000 Subject: [PATCH 5/7] - Create /var/run/slapd on demand. /var/run might be mounted on tmpfs. OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=36 --- ldap_conf.dif | 8 -------- openldap-rc.tgz | 4 ++-- openldap2-client.changes | 24 ++++++++++++++++++++++++ openldap2-client.spec | 13 ++++++------- openldap2.changes | 24 ++++++++++++++++++++++++ openldap2.dif | 14 +------------- openldap2.spec | 9 ++++----- 7 files changed, 61 insertions(+), 35 deletions(-) delete mode 100644 ldap_conf.dif diff --git a/ldap_conf.dif b/ldap_conf.dif deleted file mode 100644 index ac0bce8..0000000 --- a/ldap_conf.dif +++ /dev/null @@ -1,8 +0,0 @@ ---- libraries/libldap/ldap.conf 2004/04/01 09:43:12 1.1 -+++ libraries/libldap/ldap.conf 2004/04/01 09:50:42 -@@ -11,3 +11,5 @@ - #SIZELIMIT 12 - #TIMELIMIT 15 - #DEREF never -+TLS_REQCERT allow -+ diff --git a/openldap-rc.tgz b/openldap-rc.tgz index 8bf11d9..67eac7f 100644 --- a/openldap-rc.tgz +++ b/openldap-rc.tgz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c44c098dd07e2d1a8cc01559d61373af59d226225f27716e933052a80a39ee97 -size 4487 +oid sha256:886051bc53a640882ed269498973f77eb1754459923b3132039ec8c00f6ad42c +size 4586 diff --git a/openldap2-client.changes b/openldap2-client.changes index dee135f..2a80cef 100644 --- a/openldap2-client.changes +++ b/openldap2-client.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon May 10 13:35:59 UTC 2010 - rhafer@novell.com + +- Create /var/run/slapd on demand. /var/run might be mounted on + tmpfs. + +------------------------------------------------------------------- +Thu Apr 15 08:18:49 UTC 2010 - adrian@suse.de + +- fix build dependency cycle for -client package with openslp + +------------------------------------------------------------------- +Wed Mar 17 13:06:12 UTC 2010 - rhafer@novell.com + +- Fixed quotation in sed expression to escape ldapi path in init + script + +------------------------------------------------------------------- +Tue Mar 16 10:01:39 UTC 2010 - rhafer@novell.com + +- Removed obsolete hunk from openldap2.dif +- Remove ldap.conf patch to use saner default for Certificate + verification (bnc#575146) + ------------------------------------------------------------------- Sat Feb 13 23:11:03 CET 2010 - rguenther@suse.de diff --git a/openldap2-client.spec b/openldap2-client.spec index b4078ed..b6a952d 100644 --- a/openldap2-client.spec +++ b/openldap2-client.spec @@ -1,5 +1,5 @@ # -# spec file for package openldap2-client (Version 2.4.21) +# spec file for package openldap2 (Version 2.4.21) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,8 +19,8 @@ %define run_test_suite 1 -Name: openldap2-client -BuildRequires: cyrus-sasl-devel db-devel libopenssl-devel openslp-devel tcpd-devel +Name: openldap2-client +BuildRequires: cyrus-sasl-devel db-devel libopenssl-devel tcpd-devel %if %sles_version == 9 BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel %endif @@ -28,10 +28,11 @@ BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-de BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel %endif Version: 2.4.21 -Release: 2 +Release: 4 Url: http://www.openldap.org License: BSD3c(or similar) ; openldap 2.8 %if "%{name}" == "openldap2" +BuildRequires: openslp-devel Group: Productivity/Networking/LDAP/Clients Conflicts: openldap Requires: libldap-2_4-2 = %{version} @@ -54,7 +55,6 @@ Source6: schema2ldif Source100: openldap-2.3.37.tar.bz2 Patch1: openldap2.dif Patch2: slapd_conf.dif -Patch3: ldap_conf.dif Patch4: ldapi_url.dif Patch5: slapd-back-hdb-fortify.dif Patch6: libldap-gethostbyname_r.dif @@ -173,7 +173,6 @@ Authors: %setup -q -n openldap-%{version} -a1 -a2 -b100 %patch1 %patch2 -%patch3 %patch4 %patch5 %patch6 @@ -336,7 +335,7 @@ cat >openldap2.filelist <acl_attrs[ 0 ].an_name.bv_val, rc, text ); + diff --git a/openldap2.spec b/openldap2.spec index 764bc52..676e64f 100644 --- a/openldap2.spec +++ b/openldap2.spec @@ -20,7 +20,7 @@ %define run_test_suite 1 Name: openldap2 -BuildRequires: cyrus-sasl-devel db-devel libopenssl-devel openslp-devel tcpd-devel +BuildRequires: cyrus-sasl-devel db-devel libopenssl-devel tcpd-devel %if %sles_version == 9 BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel %endif @@ -28,10 +28,11 @@ BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-de BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel %endif Version: 2.4.21 -Release: 2 +Release: 4 Url: http://www.openldap.org License: BSD3c(or similar) ; openldap 2.8 %if "%{name}" == "openldap2" +BuildRequires: openslp-devel Group: Productivity/Networking/LDAP/Clients Conflicts: openldap Requires: libldap-2_4-2 = %{version} @@ -54,7 +55,6 @@ Source6: schema2ldif Source100: openldap-2.3.37.tar.bz2 Patch1: openldap2.dif Patch2: slapd_conf.dif -Patch3: ldap_conf.dif Patch4: ldapi_url.dif Patch5: slapd-back-hdb-fortify.dif Patch6: libldap-gethostbyname_r.dif @@ -173,7 +173,6 @@ Authors: %setup -q -n openldap-%{version} -a1 -a2 -b100 %patch1 %patch2 -%patch3 %patch4 %patch5 %patch6 @@ -336,7 +335,7 @@ cat >openldap2.filelist < Date: Thu, 13 May 2010 22:31:18 +0000 Subject: [PATCH 6/7] Accepting request 39735 from network:ldap checked in (request 39735) OBS-URL: https://build.opensuse.org/request/show/39735 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=37 --- openldap-rc.tgz | 4 ++-- openldap2-client.changes | 6 ------ openldap2-client.spec | 6 +++--- openldap2.changes | 6 ------ openldap2.spec | 2 +- 5 files changed, 6 insertions(+), 18 deletions(-) diff --git a/openldap-rc.tgz b/openldap-rc.tgz index 67eac7f..a5817de 100644 --- a/openldap-rc.tgz +++ b/openldap-rc.tgz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:886051bc53a640882ed269498973f77eb1754459923b3132039ec8c00f6ad42c -size 4586 +oid sha256:7644ec4cd7ba33194e99981d1661b53af9abc5b3eb2d214475ad4b4b067c5928 +size 4488 diff --git a/openldap2-client.changes b/openldap2-client.changes index 2a80cef..5c74b6e 100644 --- a/openldap2-client.changes +++ b/openldap2-client.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -Mon May 10 13:35:59 UTC 2010 - rhafer@novell.com - -- Create /var/run/slapd on demand. /var/run might be mounted on - tmpfs. - ------------------------------------------------------------------- Thu Apr 15 08:18:49 UTC 2010 - adrian@suse.de diff --git a/openldap2-client.spec b/openldap2-client.spec index b6a952d..82ea6f1 100644 --- a/openldap2-client.spec +++ b/openldap2-client.spec @@ -1,5 +1,5 @@ # -# spec file for package openldap2 (Version 2.4.21) +# spec file for package openldap2-client (Version 2.4.21) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ %define run_test_suite 1 -Name: openldap2-client +Name: openldap2-client BuildRequires: cyrus-sasl-devel db-devel libopenssl-devel tcpd-devel %if %sles_version == 9 BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel @@ -335,7 +335,7 @@ cat >openldap2.filelist <openldap2.filelist < Date: Thu, 13 May 2010 22:31:22 +0000 Subject: [PATCH 7/7] Updating link to change in openSUSE:Factory/openldap2 revision 63.0 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=23d331f75fba017307e48471edeebeeb --- openldap-rc.tgz | 4 ++-- openldap2-client.changes | 6 ++++++ openldap2-client.spec | 4 ++-- openldap2.changes | 6 ++++++ openldap2.spec | 4 ++-- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/openldap-rc.tgz b/openldap-rc.tgz index a5817de..1c3fbc9 100644 --- a/openldap-rc.tgz +++ b/openldap-rc.tgz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7644ec4cd7ba33194e99981d1661b53af9abc5b3eb2d214475ad4b4b067c5928 -size 4488 +oid sha256:7461807939d700bfa6fbcbf16c0bceddd42683d8163a61d9a5923a5620450ac0 +size 4552 diff --git a/openldap2-client.changes b/openldap2-client.changes index 5c74b6e..2a80cef 100644 --- a/openldap2-client.changes +++ b/openldap2-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 10 13:35:59 UTC 2010 - rhafer@novell.com + +- Create /var/run/slapd on demand. /var/run might be mounted on + tmpfs. + ------------------------------------------------------------------- Thu Apr 15 08:18:49 UTC 2010 - adrian@suse.de diff --git a/openldap2-client.spec b/openldap2-client.spec index 82ea6f1..3e71f2e 100644 --- a/openldap2-client.spec +++ b/openldap2-client.spec @@ -28,7 +28,7 @@ BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-de BuildRequires: -db-devel -libopenssl-devel -pwdutils libdb-4_5-devel openssl-devel %endif Version: 2.4.21 -Release: 4 +Release: 5 Url: http://www.openldap.org License: BSD3c(or similar) ; openldap 2.8 %if "%{name}" == "openldap2" @@ -335,7 +335,7 @@ cat >openldap2.filelist <openldap2.filelist <