From 02f03671169d1a1901f96f958870acf0d544581f Mon Sep 17 00:00:00 2001 From: xh Date: Mon, 30 Jun 2025 11:44:46 +0800 Subject: [PATCH] fix display of changelog --- libpcap.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libpcap.spec b/libpcap.spec index 1e00b90..0462ffc 100644 --- a/libpcap.spec +++ b/libpcap.spec @@ -1,7 +1,7 @@ Name: libpcap Epoch: 14 Version: 1.10.5 -Release: 1 +Release: 2 Summary: A system-independent interface for user-level packet capture License: BSD-3-Clause URL: https://www.tcpdump.org @@ -58,6 +58,12 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %{_mandir}/man* %changelog +* Mon Jun 30 2025 xinghe - 14:1.10.5-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix display of changelog + * Sat Aug 31 2024 Funda Wang - 14:1.10.5-1 - update to 1.10.5 @@ -89,7 +95,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