diff -r 2dd48c9debd6 -r e10b124b2f21 openldap/openldap.spec --- a/openldap/openldap.spec Tue Aug 28 18:42:10 2012 +0200 +++ b/openldap/openldap.spec Sat Feb 04 20:20:10 2012 +0200 @@ -31,8 +31,8 @@ Class: BASE Group: LDAP License: GPL -Version: 2.4.26 -Release: 20110914 +Version: 2.4.29 +Release: 20120208 # package options %option with_server yes @@ -85,7 +85,7 @@ %description OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol (LDAP). The suite includes libraries - implementing the LDAP protocol plus a stand-alone LDAP server + implementing the LDAP protocol plus a stand alone LDAP server slapd(8). %track @@ -123,7 +123,6 @@ ARGS="$ARGS --enable-syslog" ARGS="$ARGS --with-tls" ARGS="$ARGS --without-fetch" - ARGS="$ARGS --without-gssapi" ARGS="$ARGS --disable-dynamic" ARGS="$ARGS --disable-shared" %if "%{with_server}" == "yes" @@ -206,7 +205,7 @@ *-sunos* ) CFLAGS="$CFLAGS -D_AVL_H"; LIBS="$LIBS -lrt" ;; esac - # configuration: use hard-links and make sure our Berkeley-DB is picked up first + # configuration: use hard links and make sure our Berkeley-DB is picked up first %{l_shtool} subst \ -e 's;ln -s;ln;g' \ -e 's;-ldb4[1-9];%{l_prefix}/lib/libdb.a;g' \