!14 enable make check

From: @eaglegai 
Reviewed-by: @seuzw 
Signed-off-by: @seuzw
This commit is contained in:
openeuler-ci-bot 2022-06-15 07:56:04 +00:00 committed by Gitee
commit a407573691
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
Name: tcpdump Name: tcpdump
Epoch: 14 Epoch: 14
Version: 4.99.1 Version: 4.99.1
Release: 1 Release: 2
Summary: A network traffic monitoring tool Summary: A network traffic monitoring tool
License: BSD with advertising License: BSD with advertising
URL: http://www.tcpdump.org 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 -d / tcpdump 2> /dev/null
exit 0 exit 0
%check
make check
%files %files
%doc README.md CHANGES CREDITS %doc README.md CHANGES CREDITS
%license LICENSE %license LICENSE
@ -84,6 +87,12 @@ exit 0
%{_mandir}/man8/tcpdump.8* %{_mandir}/man8/tcpdump.8*
%changelog %changelog
* Sat Jun 11 2022 gaihuiying <eaglegai@163.com> - 4.99.1-2
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:enable make check
* Mon Mar 21 2022 yanglu<yanglu72@h-partners.com> - 4.99.1-1 * Mon Mar 21 2022 yanglu<yanglu72@h-partners.com> - 4.99.1-1
- Type:requirements - Type:requirements
- ID:NA - ID:NA