瀏覽代碼

old GNU tar correctly unpacks, so remove workaround

Ralf S. Engelschall 22 年之前
父節點
當前提交
926857796f
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      libpcap/libpcap.spec
  2. 2 2
      tcpdump/tcpdump.spec

+ 2 - 2
libpcap/libpcap.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Network
 License:      GPL
 Version:      0.8.1
-Release:      20031230
+Release:      20040108
 
 #   list of sources
 Source0:      http://www.tcpdump.org/release/libpcap-%{version}.tar.gz
@@ -54,7 +54,7 @@ AutoReqProv:  no
     into user-space and the BPF filters are evaluated in the libpcap library.
 
 %prep
-    %setup -q -c
+    %setup -q
 
 %build
     CC="%{l_cc}" \

+ 2 - 2
tcpdump/tcpdump.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Network
 License:      GPL
 Version:      3.8.1
-Release:      20031230
+Release:      20040108
 
 #   list of sources
 Source0:      http://www.tcpdump.org/release/tcpdump-%{version}.tar.gz
@@ -54,7 +54,7 @@ AutoReqProv:  no
     not just usable for TCP packets.
 
 %prep
-    %setup -q -c
+    %setup -q
     %{l_shtool} subst -e 's;des_;DES_;g' configure
 
 %build