From 77078b795488ffbc5d27138a02f4c375f2bc490a Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Mon, 1 Sep 2025 06:20:17 +0000 Subject: [PATCH] Fixed bug for macros in Changelog Signed-off-by: Wang_M <815543835@qq.com> --- btrfs-progs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/btrfs-progs.spec b/btrfs-progs.spec index cc58ed9..35c4525 100644 --- a/btrfs-progs.spec +++ b/btrfs-progs.spec @@ -1,6 +1,6 @@ Name: btrfs-progs Version: 6.6.3 -Release: 14 +Release: 15 Summary: btrfs userspace programs License: GPLv2 and GPL+ and LGPL-2.1+ and GPL-3.0+ and LGPL-2.1 and MIT URL: https://btrfs.wiki.kernel.org/index.php/Main_Page @@ -85,6 +85,9 @@ make mandir=%{_mandir} bindir=%{_sbindir} libdir=%{_libdir} incdir=%{_includedir %{_mandir}/man8/*.gz %changelog +* Tue Jul 01 2025 wangmian - 6.6.3-15 +- Fixed bug for macros in Changelog + * Tue Sep 10 2024 liuh - 6.6.3-14 - btrfs-progs: image: fix the bug that filename sanitization not working @@ -145,7 +148,7 @@ make mandir=%{_mandir} bindir=%{_sbindir} libdir=%{_libdir} incdir=%{_includedir - Update to btrfs-progs-5.15 * Fri Jul 30 2021 chenyanpanHW - 5.7-4 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Thu Dec 10 2020 yanglongkang - 5.7-3 - fix URL error -- Gitee