enable make check

This commit is contained in:
eaglegai 2022-06-11 15:38:29 +08:00
parent 10c0d62473
commit 09c0ab419c

View File

@ -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 <eaglegai@163.com> - 4.99.1-2
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:enable make check
* Tue Dec 14 2021 xihaochen<xihaochen@huawei.com> - 4.99.1-1
- Type:requirements
- ID:NA