From 9e80175fd3d1f9166050d74d85978e236da41f4f Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Mon, 30 Jun 2025 07:29:08 +0000 Subject: [PATCH] Fixed bug for macros in Changelog (cherry picked from commit 4f7d4dab9fb725a2f19b0214a1a6d77bb38813e9) --- attr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/attr.spec b/attr.spec index ff9e283..2f5f8ca 100644 --- a/attr.spec +++ b/attr.spec @@ -1,7 +1,7 @@ %{!?_licensedir:%global license %%doc} Name: attr Version: 2.5.1 -Release: 5 +Release: 6 Summary: Commands for Manipulating Filesystem Extended Attributes License: GPLv2+ AND LGPLv2+ URL: https://savannah.nongnu.org/projects/attr @@ -97,6 +97,9 @@ fi %{_mandir}/man3/* %changelog +* Mon Jun 30 2025 wangmian - 2.5.1-6 +- Fixed bug for macros in Changelog + * Tue Jul 30 2024 wangmian - 2.5.1-5 - fix stale attr(5) references @@ -113,7 +116,7 @@ fi - Update to attr-2.5.1 * Fri Jul 30 2021 chenyanpanHW - 2.4.48-14 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Fri Jul 23 2021 zhouwenpei - 2.4.48-13 - remove useless buildrequires -- Gitee