diff --git a/tcpdump.spec b/tcpdump.spec index 8c12dcf..d5c1a8b 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -1,5 +1,5 @@ Name: tcpdump -Version: 4.9.3 +Version: 4.99.0 Release: 1mamba Summary: tcpdump - dump traffic on a network Group: Network/Monitoring @@ -24,6 +24,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Tcpdump prints out the headers of packets on a network interface that match the boolean expression. +%debug_package + %prep %setup -q #%patch0 -p1 -b .rsvp_dos @@ -48,12 +50,15 @@ Tcpdump prints out the headers of packets on a network interface that match %files %defattr(-,root,root) -%{_sbindir}/tcpdump -%{_sbindir}/tcpdump.%{version} +%{_bindir}/tcpdump +%{_bindir}/tcpdump.%{version} %{_mandir}/man1/* %doc CREDITS LICENSE %changelog +* Fri Jan 15 2021 Automatic Build System 4.99.0-1mamba +- automatic version update by autodist + * Tue Oct 29 2019 Automatic Build System 4.9.3-1mamba - automatic version update by autodist