From c6bad5896d2afa26da5cae7b72dd668451ab0de7 Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Tue, 1 Jul 2025 12:01:38 +0000 Subject: [PATCH] Fixed bug for macros in Changelog --- xfsprogs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xfsprogs.spec b/xfsprogs.spec index 9a8ee32..38ca0b3 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,6 +1,6 @@ Name: xfsprogs Version: 6.6.0 -Release: 8 +Release: 9 Summary: Administration and debugging tools for the XFS file system License: GPL-1.0-or-later AND LGPL-2.1-or-later URL: https://xfs.wiki.kernel.org @@ -99,6 +99,9 @@ rm -rf %{buildroot}%{_datadir}/doc/xfsprogs/ %exclude %{_mandir}/man8/xfs_scrub* %changelog +* Tue Jul 01 2025 Wangmian - 6.6.0-9 +- Fixed bug for macros in Changelog + * Sun Oct 27 2024 Funda Wang - 6.6.0-8 - link against icu-uc for icu >= 76 @@ -163,7 +166,7 @@ rm -rf %{buildroot}%{_datadir}/doc/xfsprogs/ - update package to 5.14.1 * Fri Jul 30 2021 chenyanpanHW - 5.9.0-3 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Tue Jun 29 2021 zhouwenpei - 5.9.0-2 - add buildrequire gettext. -- Gitee