diff --git a/tcpdump.spec b/tcpdump.spec index 097b36aa2621ee19b4758eb5b7ad427a26606a7b..23f2afd91e0a38e698e1388f8380e7a3006ee58a 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -1,7 +1,7 @@ Name: tcpdump Epoch: 14 Version: 4.9.3 -Release: 6 +Release: 7 Summary: A network traffic monitoring tool License: BSD with advertising URL: http://www.tcpdump.org @@ -80,6 +80,9 @@ sed -i 's/\(\.TH[a-zA-Z ]*\)[1-9]\(.*\)/\18\2/' \ -d / tcpdump 2> /dev/null exit 0 +%check +make check + %files %doc README.md CHANGES CREDITS %license LICENSE @@ -91,6 +94,12 @@ exit 0 %{_mandir}/man8/tcpdump.8* %changelog +* Wed Sep 07 2022 gaihuiying - 14:4.9.3-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:enable check + * Wed Aug 17 2022 gaihuiying - 14:4.9.3-6 - Type:CVE - ID:CVE-2018-16301