rpms/cluster/devel cluster.spec,1.51,1.52

Fabio M. Di Nitto fabbione at fedoraproject.org
Mon Jun 22 04:34:12 UTC 2009


Author: fabbione

Update of /cvs/pkgs/rpms/cluster/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9757

Modified Files:
	cluster.spec 
Log Message:
avoid unnecessary ldconfig calls in cman subpackage



Index: cluster.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cluster/devel/cluster.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- cluster.spec	20 Jun 2009 10:49:12 -0000	1.51
+++ cluster.spec	22 Jun 2009 04:33:40 -0000	1.52
@@ -19,7 +19,7 @@
 Name: cluster
 Summary: Red Hat Cluster
 Version: 3.0.0
-Release: 18%{?alphatag:.%{alphatag}}%{?dist}
+Release: 19%{?alphatag:.%{alphatag}}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Base
 URL: http://sources.redhat.com/cluster/wiki/
@@ -103,7 +103,6 @@ Red Hat Cluster Manager
 
 %post -n cman
 /sbin/chkconfig --add cman
-/sbin/ldconfig > /dev/null
 
 # make sure to stop cman always as last
 %preun -n cman
@@ -112,8 +111,6 @@ if [ "$1" = 0 ]; then
 	/sbin/chkconfig --del cman
 fi
 
-%postun -n cman -p /sbin/ldconfig
-
 %files -n cman
 %defattr(-,root,root,-)
 %doc doc/COPYING.* doc/COPYRIGHT doc/README.licence doc/*.txt config/plugins/ldap/*.ldif
@@ -304,6 +301,10 @@ fi
 %{_mandir}/man8/*.gfs.*
 
 %changelog
+* Mon Jun 22 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.0-19.rc3
+- spec file updates:
+  * cman subpackage: avoid unnecessary calls to ldconfig
+
 * Sat Jun 20 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.0-18.rc3
 - New upstream release
 - spec file updates:




More information about the fedora-extras-commits mailing list