From 09c0ab419cf7e738e9f0f2196094584b215cca40 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Sat, 11 Jun 2022 15:38:29 +0800 Subject: [PATCH] enable make check --- tcpdump.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tcpdump.spec b/tcpdump.spec index 07d984f..99892e4 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -1,7 +1,7 @@ Name: tcpdump Epoch: 14 Version: 4.99.1 -Release: 1 +Release: 2 Summary: A network traffic monitoring tool License: BSD with advertising URL: http://www.tcpdump.org @@ -73,6 +73,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 @@ -84,6 +87,12 @@ exit 0 %{_mandir}/man8/tcpdump.8* %changelog +* Sat Jun 11 2022 gaihuiying - 4.99.1-2 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:enable make check + * Tue Dec 14 2021 xihaochen - 4.99.1-1 - Type:requirements - ID:NA -- Gitee