From 4a96cbefc3ae9fab984284383f1a58722fba07d2 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Wed, 31 Aug 2022 01:58:41 +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 6aa8404..891327c 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 + * Wed Aug 17 2022 zhangqiang - 14:4.99.1-3 - Type:bugfix - CVE:NA