]> git.pld-linux.org Git - packages/vtun.git/commitdiff
- added patch adding "ip" option for iproute command;
authorrrw <rrw@hell.pl>
Mon, 20 Aug 2001 23:29:28 +0000 (23:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2;

Changed files:
    vtun.spec -> 1.29

vtun.spec

index 4ba4831973d82719acfedf8cdf7a7009dda16380..24051f1cf5f0552e55093a37fc0e12b1f3e40439 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:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         Networking/Daemons
@@ -13,6 +13,7 @@ Source0:      http://vtun.sourceforge.net/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Patch0:                %{name}-makefile.patch
+Patch1:                %{name}-iproute.patch
 URL:           http://vtun.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: autoconf
@@ -45,7 +46,8 @@ protoko
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 aclocal
This page took 0.137133 seconds and 4 git commands to generate.