From c568e915bfb8a356d0e02a1eb5c7ff2e8aacf66f Mon Sep 17 00:00:00 2001 From: xh Date: Mon, 30 Jun 2025 11:49:06 +0800 Subject: [PATCH] fix display of changelog (cherry picked from commit 6c74e37f02453808fc7e48d194d4a13c099312a9) --- libpcap.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libpcap.spec b/libpcap.spec index 974f913..8d724b3 100644 --- a/libpcap.spec +++ b/libpcap.spec @@ -1,7 +1,7 @@ Name: libpcap Epoch: 14 Version: 1.10.4 -Release: 2 +Release: 3 Summary: A system-independent interface for user-level packet capture License: BSD URL: http://www.tcpdump.org @@ -67,6 +67,12 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %{_mandir}/man* %changelog +* Mon Jun 30 2025 xinghe - 14:1.10.4-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix display of changelog + * Mon Sep 23 2024 xingwei14 - 14:1.10.4-2 - Type:CVE - CVE:CVE-2023-7256 CVE-2024-8006 @@ -101,7 +107,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" - DESC:upgrade to 1.10.1 * Mon Aug 09 2021 yanglu - 14:1.9.1-8 -- DESC:delete -S git from %autosetup,and delete Buildrequires git +- DESC:delete -S git from autosetup,and delete Buildrequires git * Sat Nov 28 2020 xiaqirong - 14:1.9.1-7 - Type:bugfix -- Gitee