From a803114efe59ad38cbc4eea94084d93e7d793346 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Fri, 2 Sep 2022 01:57:32 +0000 Subject: [PATCH] fix git warning when rpmbuild -ba compiling --- ...-root-priviledges-before-opening-first-savefile-.patch | 4 ++-- tcpdump.spec | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/backport-0003-Drop-root-priviledges-before-opening-first-savefile-.patch b/backport-0003-Drop-root-priviledges-before-opening-first-savefile-.patch index 685a86d..d48ada7 100644 --- a/backport-0003-Drop-root-priviledges-before-opening-first-savefile-.patch +++ b/backport-0003-Drop-root-priviledges-before-opening-first-savefile-.patch @@ -39,8 +39,8 @@ index f04a579..ca5cff2 100644 .B \-C option, filenames will take the form of `\fIfile\fP'. +.IP -+Note that when used with -+.B \-Z ++Note that when used with ++.B \-Z +option (enabled by default), privileges are dropped before opening the first savefile. .TP .B \-h diff --git a/tcpdump.spec b/tcpdump.spec index ee3a0d4..de5397c 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -1,7 +1,7 @@ Name: tcpdump Epoch: 14 Version: 4.99.1 -Release: 3 +Release: 4 Summary: A network traffic monitoring tool License: BSD with advertising URL: http://www.tcpdump.org @@ -88,6 +88,12 @@ make check %{_mandir}/man8/tcpdump.8* %changelog +* Wed Aug 31 2022 gaihuiying - 14:4.99.1-4 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix git warning when rpmbuild -ba compiling + * Tue Aug 30 2022 xingwei - 14:4.99.1-3 - Type:bugfix - CVE:NA -- Gitee