auto-import changelog data from tcpdump-3.7.2-8.fc1.1.src.rpm
3.7.2-8.fc1.1 - bumped releaseno, cause s.o. built 7.1 without cvs checkin for FC1.
This commit is contained in:
parent
67d862a4c5
commit
60b16ae2b4
20
tcpdump.spec
20
tcpdump.spec
@ -2,7 +2,8 @@
|
|||||||
%define PCAP_UID 77
|
%define PCAP_UID 77
|
||||||
%define PCAP_GID 77
|
%define PCAP_GID 77
|
||||||
|
|
||||||
%define releaseno 7.1
|
#%define releaseno 7.E3.1
|
||||||
|
%define releaseno 8.fc1.1
|
||||||
|
|
||||||
%define arpwatch_release %{releaseno}
|
%define arpwatch_release %{releaseno}
|
||||||
%define pcap_release %{releaseno}
|
%define pcap_release %{releaseno}
|
||||||
@ -43,6 +44,8 @@ Patch15: tcpdump-3.6.2-ip6opts.patch
|
|||||||
Patch16: tcpdump-3.7.2-sctp.patch
|
Patch16: tcpdump-3.7.2-sctp.patch
|
||||||
#Patch16: tcpdump-3.6.2-bgp.patch
|
#Patch16: tcpdump-3.6.2-bgp.patch
|
||||||
Patch17: tcpdump-3.7.2-sctpdef.patch
|
Patch17: tcpdump-3.7.2-sctpdef.patch
|
||||||
|
Patch18: tcpdump-3.7.2-CAN-2003-0989.patch
|
||||||
|
Patch19: tcpdump-3.6.2-CAN-2003-0989-2.patch
|
||||||
|
|
||||||
Patch34: arpwatch-2.1a4-fhs.patch
|
Patch34: arpwatch-2.1a4-fhs.patch
|
||||||
Patch35: arpwatch-2.1a10-man.patch
|
Patch35: arpwatch-2.1a10-man.patch
|
||||||
@ -141,6 +144,8 @@ pushd %tcpdump_dir
|
|||||||
# Fixed in 3.7.2
|
# Fixed in 3.7.2
|
||||||
#%patch16 -p2 -b .bgp
|
#%patch16 -p2 -b .bgp
|
||||||
%patch17 -p1 -b .sctpdef
|
%patch17 -p1 -b .sctpdef
|
||||||
|
%patch18 -p1 -b .CAN-2003-0989
|
||||||
|
%patch19 -p0 -b .CAN-2003-0989-2
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd %arpwatch_dir
|
pushd %arpwatch_dir
|
||||||
@ -183,7 +188,7 @@ autoheader
|
|||||||
%configure --enable-ipv6 --with-user=pcap
|
%configure --enable-ipv6 --with-user=pcap
|
||||||
%undefine optflags
|
%undefine optflags
|
||||||
|
|
||||||
DEFS="-g -DHAVE_CONFIG_H"
|
DEFS="-D_U_=\"\" -g -DHAVE_CONFIG_H"
|
||||||
%ifarch alpha sparc sparc64
|
%ifarch alpha sparc sparc64
|
||||||
DEFS="$DEFS -DHAVE_ETHER_HOSTTON=1 -DLBL_ALIGN=1 -DHAVE_ETHER_NTOA=1"
|
DEFS="$DEFS -DHAVE_ETHER_HOSTTON=1 -DLBL_ALIGN=1 -DHAVE_ETHER_NTOA=1"
|
||||||
%endif
|
%endif
|
||||||
@ -277,7 +282,7 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %tcpdump_dir/README %tcpdump_dir/CHANGES
|
%doc %tcpdump_dir/README %tcpdump_dir/CHANGES %tcpdump_dir/LICENSE
|
||||||
%{_sbindir}/tcpdump
|
%{_sbindir}/tcpdump
|
||||||
%{_sbindir}/tcpslice
|
%{_sbindir}/tcpslice
|
||||||
%{_mandir}/man8/tcpslice.8*
|
%{_mandir}/man8/tcpslice.8*
|
||||||
@ -285,7 +290,7 @@ fi
|
|||||||
|
|
||||||
%files -n libpcap
|
%files -n libpcap
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %libpcap_dir/README %libpcap_dir/CHANGES
|
%doc %libpcap_dir/README %libpcap_dir/CHANGES %libpcap_dir/LICENSE
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libpcap.*
|
%{_libdir}/libpcap.*
|
||||||
%{_mandir}/man3/pcap.3*
|
%{_mandir}/man3/pcap.3*
|
||||||
@ -311,6 +316,13 @@ fi
|
|||||||
%{_vararpwatch}/massagevendor-old
|
%{_vararpwatch}/massagevendor-old
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 3 2004 Harald Hoyer <harald@redhat.com> - 14:3.7.2-8.fc1.1
|
||||||
|
- bumped releaseno, cause s.o. built 7.1 without cvs checkin for FC1.
|
||||||
|
|
||||||
|
* Wed Jan 14 2004 Harald Hoyer <harald@redhat.com> 14:3.7.2-7.9.1
|
||||||
|
- CAN-2003-0989 fixed
|
||||||
|
- additional fixes
|
||||||
|
|
||||||
* Fri Aug 29 2003 Harald Hoyer <harald@redhat.de> 14:3.7.2-7
|
* Fri Aug 29 2003 Harald Hoyer <harald@redhat.de> 14:3.7.2-7
|
||||||
- build libpcap shared library with gcc and not ld
|
- build libpcap shared library with gcc and not ld
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user