fix git warning when rpmbuild -ba compiling

This commit is contained in:
eaglegai 2022-08-31 01:58:41 +00:00
parent 244b71d5ad
commit 4a96cbefc3
2 changed files with 9 additions and 3 deletions

View File

@ -39,8 +39,8 @@ index f04a579..ca5cff2 100644
.B \-C .B \-C
option, filenames will take the form of `\fIfile\fP<count>'. option, filenames will take the form of `\fIfile\fP<count>'.
+.IP +.IP
+Note that when used with +Note that when used with
+.B \-Z +.B \-Z
+option (enabled by default), privileges are dropped before opening the first savefile. +option (enabled by default), privileges are dropped before opening the first savefile.
.TP .TP
.B \-h .B \-h

View File

@ -1,7 +1,7 @@
Name: tcpdump Name: tcpdump
Epoch: 14 Epoch: 14
Version: 4.99.1 Version: 4.99.1
Release: 3 Release: 4
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
@ -88,6 +88,12 @@ make check
%{_mandir}/man8/tcpdump.8* %{_mandir}/man8/tcpdump.8*
%changelog %changelog
* Wed Aug 31 2022 gaihuiying <eaglegai@163.com> - 14:4.99.1-4
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:fix git warning when rpmbuild -ba compiling
* Wed Aug 17 2022 zhangqiang <zhangqiang@kylinos.cn> - 14:4.99.1-3 * Wed Aug 17 2022 zhangqiang <zhangqiang@kylinos.cn> - 14:4.99.1-3
- Type:bugfix - Type:bugfix
- CVE:NA - CVE:NA