Update to 4.2.1
Remove ppi.h from sources (readded again in upstream tarball)
This commit is contained in:
parent
f7eb813bcf
commit
e6b7639029
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ tcpslice-1.2a3.tar.gz
|
||||
tcpdump-4.1.1.tar.gz
|
||||
/tcpdump-4.2.0.tar.gz
|
||||
/ppi.h
|
||||
/tcpdump-4.2.1.tar.gz
|
||||
|
3
sources
3
sources
@ -1,3 +1,2 @@
|
||||
0296d4c487c3a156879783643704bd39 tcpdump-4.2.0.tar.gz
|
||||
6e3ef8f6ab278285c8349a91344116ec ppi.h
|
||||
c202878c6db054767b52651041b9e60e tcpdump-4.2.1.tar.gz
|
||||
e329cbeb7e589f132d92c3447c477190 tcpslice-1.2a3.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: A network traffic monitoring tool
|
||||
Name: tcpdump
|
||||
Epoch: 14
|
||||
Version: 4.2.0
|
||||
Version: 4.2.1
|
||||
Release: 1%{?dist}
|
||||
License: BSD with advertising
|
||||
URL: http://www.tcpdump.org
|
||||
@ -12,7 +12,6 @@ BuildRequires: automake sharutils
|
||||
|
||||
Source0: http://www.tcpdump.org/release/tcpdump-%{version}.tar.gz
|
||||
Source1: ftp://ftp.ee.lbl.gov/tcpslice-1.2a3.tar.gz
|
||||
Source2: ppi.h
|
||||
|
||||
Patch1: tcpdump-4.0.0-portnumbers.patch
|
||||
Patch2: tcpdump-4.0.0-icmp6msec.patch
|
||||
@ -37,7 +36,6 @@ Install tcpdump if you need a program to monitor network traffic.
|
||||
%patch1 -p1 -b .portnumbers
|
||||
%patch2 -p1 -b .icmp6msec
|
||||
%patch3 -p1 -b .gethostby
|
||||
cp %{SOURCE2} ppi.h
|
||||
|
||||
pushd %{tcpslice_dir}
|
||||
%patch4 -p1 -b .time
|
||||
@ -95,6 +93,10 @@ exit 0
|
||||
%{_mandir}/man8/tcpdump.8*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 03 2012 Jan Synáček <jsynacek@redhat.com> - 14:4.2.1-1
|
||||
- Update to 4.2.1
|
||||
- Remove ppi.h from sources (readded again in upstream tarball)
|
||||
|
||||
* Thu Dec 02 2011 Michal Sekletar <msekleta@redhat.com> - 14:4.2.0-1
|
||||
- updated to 4.2.0
|
||||
- added new source file ppi.h, missing in upstream tarball
|
||||
|
Loading…
Reference in New Issue
Block a user