Jelajahi Sumber

old GNU tar correctly unpacks, so remove workaround

Ralf S. Engelschall 22 tahun lalu
induk
melakukan
926857796f
2 mengubah file dengan 4 tambahan dan 4 penghapusan
  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