diff --git a/openldap.spec b/openldap.spec index 491cf94..e3ba84b 100644 --- a/openldap.spec +++ b/openldap.spec @@ -5,7 +5,7 @@ Name: openldap Version: 2.4.35 -Release: 3%{?dist} +Release: 4%{?dist} Summary: LDAP support libraries Group: System Environment/Daemons License: OpenLDAP @@ -451,12 +451,6 @@ exit 0 %systemd_postun_with_restart slapd.service -%post devel -p /sbin/ldconfig - - -%postun devel -p /sbin/ldconfig - - %triggerun servers -- openldap-servers < 2.4.26-6 # migration from SysV to systemd @@ -597,6 +591,9 @@ exit 0 %{_mandir}/man3/* %changelog +* Thu May 09 2013 Jan Synáček 2.4.35-4 +- do not needlessly run ldconfig after installing openldap-devel + * Tue Apr 09 2013 Jan Synáček 2.4.35-3 - fix: minor documentation fixes - set SASL_NOCANON to on by default (#949864)