]> git.pld-linux.org Git - packages/cvsnt.git/blobdiff - cvsnt.spec
- ldconfig dep
[packages/cvsnt.git] / cvsnt.spec
index dc2fc0f64a7457a65e28dab77697a6462e7be198..a2135a78d69aafe52dd1e9e7c551a64cfb06f265 100644 (file)
@@ -51,6 +51,7 @@ BuildRequires:        sqlite3-devel
 BuildRequires: unixODBC-devel
 BuildRequires: xmlto
 BuildRequires: zlib-devel
+Requires(post):        /sbin/ldconfig
 Provides:      cvs-client = %{version}
 Obsoletes:     cvs-client
 Obsoletes:     cvs-nserver-client
@@ -250,8 +251,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %preun
 if [ "$1" = "0" ]; then
-        %service cvslockd stop
-        /sbin/chkconfig --del cvslockd
+       %service cvslockd stop
+       /sbin/chkconfig --del cvslockd
 fi
 
 %postun -p /sbin/ldconfig
This page took 0.070667 seconds and 4 git commands to generate.