commit openldap2 for openSUSE:Factory
Hello community, here is the log from the commit of package openldap2 for openSUSE:Factory checked in at Fri Jan 7 09:29:59 CET 2011. -------- --- openldap2/openldap2.changes 2010-11-12 13:45:47.000000000 +0100 +++ /mounts/work_src_done/STABLE/openldap2/openldap2.changes 2011-01-05 16:52:33.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Jan 5 15:48:27 UTC 2011 - rhafer@novell.com + +- Fixed quotation in init-script to avoid errors when calling it + from within /etc/openldap/slapd.d/cn=config/ (bnc#660492). + +------------------------------------------------------------------- openldap2-client.changes: same change calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openldap2-client.spec ++++++ --- /var/tmp/diff_new_pack.5TmfC0/_old 2011-01-07 09:29:31.000000000 +0100 +++ /var/tmp/diff_new_pack.5TmfC0/_new 2011-01-07 09:29:31.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package openldap2-client (Version 2.4.23) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ BuildRequires: -libopenssl-devel -pwdutils openssl-devel %endif Version: 2.4.23 -Release: 4 +Release: 5 Url: http://www.openldap.org License: BSD3c(or similar) ; openldap 2.8 %if "%{name}" == "openldap2" openldap2.spec: same change ++++++ openldap-rc.tgz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rc.ldap new/rc.ldap --- old/rc.ldap 2010-08-26 16:03:48.000000000 +0200 +++ new/rc.ldap 2011-01-05 15:48:54.000000000 +0100 @@ -109,7 +109,7 @@ depth=0; function chown_database_dirs_bconfig() { - ldapdir=$(grep -i olcdbdirectory `find $1 -name olcDatabase*` | awk '{print $2}') + ldapdir=$(grep -i olcdbdirectory `find $1 -name "olcDatabase*"` | awk '{print $2}') for dir in $ldapdir; do [ -d "$dir" ] && [ -n "$OPENLDAP_USER" ] && \ chown -R $OPENLDAP_USER $dir 2>/dev/null ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de