From 4afcad723ed31664cdb517634b7f25d6cffa6d0f Mon Sep 17 00:00:00 2001 From: eaglegai Date: Wed, 7 Sep 2022 08:49:57 +0000 Subject: [PATCH] enable check --- tcpdump.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tcpdump.spec b/tcpdump.spec index f22b8a3..7f76c4d 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 -- Gitee