]> git.pld-linux.org Git - packages/vtun.git/commitdiff
- release 4: Prereq: /sbin/chkconfig
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Sep 2001 14:13:31 +0000 (14:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vtun.spec -> 1.31

vtun.spec

index baf767d76e73ce2f5149fd8d30b89f0405b99332..98fd2e237382aea0c6e2b35b739fe1127f23189d 100644 (file)
--- a/vtun.spec
+++ b/vtun.spec
@@ -2,7 +2,7 @@ Summary:        Virtual tunnel over TCP/IP networks
 Summary(pl):   Wirtualne tunele poprzez sieci TCP/IP
 Name:          vtun
 Version:       2.5b1
-Release:       3
+Release:       4
 Epoch:         1
 License:       GPL
 Group:         Networking/Daemons
@@ -23,6 +23,7 @@ BuildRequires:        zlib-devel
 BuildRequires: bison
 BuildRequires: flex
 Prereq:                rc-scripts
+Prereq:                /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     vppp
 
@@ -69,6 +70,9 @@ install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/vtun
 
 gzip -9nf ChangeLog Credits README README.Setup README.Shaper FAQ TODO
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 /sbin/chkconfig --add vtund
 if [ -f /var/lock/subsys/vtund ]; then
@@ -85,9 +89,6 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del vtund
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc *.gz
This page took 0.046978 seconds and 4 git commands to generate.