rpms/openldap/devel openldap.spec,1.71,1.72

Jan Šafránek (jsafrane) fedora-extras-commits at redhat.com
Thu May 24 10:27:10 UTC 2007


Author: jsafrane

Update of /cvs/pkgs/rpms/openldap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17792

Modified Files:
	openldap.spec 
Log Message:
add ldconfig to devel post/postun
Resolves: #240253


Index: openldap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openldap/devel/openldap.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- openldap.spec	24 May 2007 10:10:05 -0000	1.71
+++ openldap.spec	24 May 2007 10:26:36 -0000	1.72
@@ -635,6 +635,12 @@
 	/sbin/service ldap condrestart > /dev/null 2>&1 || :
 fi
 
+%post devel
+/sbin/ldconfig
+
+%postun devel
+/sbin/ldconfig
+
 %files
 %defattr(-,root,root)
 %doc openldap-%{version_23}/ANNOUNCEMENT
@@ -737,6 +743,7 @@
 - sort the hosts by adders, preventing duplicities
   in migrate*nis*.pl (bz#201540)
 - start slupd for each replicated database (bz#210155)
+- add ldconfig to devel post/postun (bz#240253)
 
 
 * Mon Apr 23 2007 Jan Safranek <jsafranek at redhat.com> 2.3.34-2%{?dist}




More information about the fedora-extras-commits mailing list