From 63691b968e0909dc1dfa1fbf3e39b6d73288482a Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Mon, 1 Sep 2025 03:52:24 +0000 Subject: [PATCH] Fixed bug for macros in Changelog Signed-off-by: Wang_M <815543835@qq.com> --- pciutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pciutils.spec b/pciutils.spec index 2b33a8b..25d1afe 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -1,6 +1,6 @@ Name: pciutils Version: 3.13.0 -Release: 2 +Release: 3 Summary: PCI bus related utilities License: GPLv2+ URL: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml @@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/hwdata/pci.ids* rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 01 2025 wangmian - 3.13.0-3 +- Fixed bug for macros in Changelog + * Mon Apr 07 2025 jchzhou - 3.13.0-2 - rebase & add the patch for supporting specifying CC back @@ -131,7 +134,7 @@ rm -rf $RPM_BUILD_ROOT - DESC:add support lspci querying 10-bit tag information * Fri Jul 30 2021 chenyanpanHW - 3.7.0-2 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Thu Jul 16 2020 Zhiqiang Liu - 3.7.0-1 - update to v3.7.0 version -- Gitee