From b6e8fc682659848e2e3151c1a1b4beaa4f75e650 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 15 Jun 2008 19:48:03 +0000 Subject: [PATCH] - ldconfig dep Changed files: cvsnt.spec -> 1.23 --- cvsnt.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cvsnt.spec b/cvsnt.spec index dc2fc0f..a2135a7 100644 --- a/cvsnt.spec +++ b/cvsnt.spec @@ -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 -- 2.44.0