diff --git a/tcpdump.spec b/tcpdump.spec index f22b8a3c503d9be2c4d41292120f719bcbc35845..7f76c4d2d5f12af57f63ddc18994eec733a3f135 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