From 9af0a82ba07b652e5dd5a289bf35be984db681dd Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Tue, 1 Jul 2025 06:22:57 +0000 Subject: [PATCH] Fixed bug for macros in Changelog --- pciutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pciutils.spec b/pciutils.spec index 819ae47..7a766e7 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -1,6 +1,6 @@ Name: pciutils Version: 3.10.0 -Release: 3 +Release: 4 Summary: PCI bus related utilities License: GPLv2+ URL: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml @@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/hwdata/pci.ids* rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 01 2025 wangmian - 3.10.0-4 +- Fixed bug for macros in Changelog + * Fri Aug 9 2024 cenhuilin - 3.10.0-3 - Fix memory leak when fill flags has PCI_FILL_PARENT @@ -126,7 +129,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