]> git.pld-linux.org Git - packages/cisco-vpnclient.git/commitdiff
- fix chkconfig, rc-scripts deps
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 16 Apr 2006 21:31:40 +0000 (21:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cisco-vpnclient.spec -> 1.15

cisco-vpnclient.spec

index 795a4e67c76dd2ba34c03dbdfd63d2b4791a5a3e..f90071a9bd12894714017ff293f367736b06864b 100644 (file)
@@ -27,6 +27,8 @@ NoSource:     1
 URL:           http://www.cisco.com/en/US/products/sw/secursw/ps2308/tsd_products_support_series_home.html
 %{?with_dist_kernel:BuildRequires:     kernel-module-build >= 3:2.6.0}
 BuildRequires: rpmbuild(macros) >= 1.268
+Requires(post,preun):  /sbin/chkconfig
+Requires:      rc-scripts
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -147,7 +149,7 @@ rm -rf $RPM_BUILD_ROOT
 %preun
 if [ "$1" = "0" ]; then
        %service cisco-vpnclient stop
-       /sbin/chkconfig --del cisco-vpnclient >&2
+       /sbin/chkconfig --del cisco-vpnclient
 fi
 
 %post  -n kernel-net-cisco_ipsec
This page took 0.047005 seconds and 4 git commands to generate.