From 95fa3cc53abdc77f52781e31c1354d2c3772c38f Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Tue, 1 Jul 2025 08:18:03 +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 abb028f..08402fa 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,6 +1,6 @@ Name: xfsprogs Version: 6.6.0 -Release: 7 +Release: 8 Summary: Administration and debugging tools for the XFS file system License: GPL+ and LGPLv2+ URL: https://xfs.wiki.kernel.org @@ -109,6 +109,9 @@ rm -rf %{buildroot}%{_datadir}/doc/xfsprogs/ %changelog +* Tue Jul 1 2025 wangmian - 6.6.0-8 +- Fixed bug for macros in Changelog + * Sat Jul 6 2024 liuh - 6.6.0-7 - xfs_scrub: don't call phase_end if phase_rusage was not initialized @@ -170,7 +173,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