SPECS: cvsnt.spec - ldconfig dep

glen glen at pld-linux.org
Sun Jun 15 21:48:09 CEST 2008


Author: glen                         Date: Sun Jun 15 19:48:09 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ldconfig dep

---- Files affected:
SPECS:
   cvsnt.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: SPECS/cvsnt.spec
diff -u SPECS/cvsnt.spec:1.22 SPECS/cvsnt.spec:1.23
--- SPECS/cvsnt.spec:1.22	Sun Jun 15 03:14:49 2008
+++ SPECS/cvsnt.spec	Sun Jun 15 21:48:03 2008
@@ -52,6 +52,7 @@
 BuildRequires:	unixODBC-devel
 BuildRequires:	xmlto
 BuildRequires:	zlib-devel
+Requires(post):	/sbin/ldconfig
 Provides:	cvs-client = %{version}
 Obsoletes:	cvs-client
 Obsoletes:	cvs-nserver-client
@@ -251,8 +252,8 @@
 
 %preun
 if [ "$1" = "0" ]; then
-        %service cvslockd stop
-        /sbin/chkconfig --del cvslockd
+	%service cvslockd stop
+	/sbin/chkconfig --del cvslockd
 fi
 
 %postun -p /sbin/ldconfig
@@ -377,6 +378,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2008/06/15 19:48:03  glen
+- ldconfig dep
+
 Revision 1.22  2008/06/15 01:14:49  arekm
 - rel 2; use glibc own crypt() first, then cvsnt own cryto lib (which looks broken for DES)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cvsnt.spec?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list