From c9df300d87834832e1507157a6a759f6864c564b Mon Sep 17 00:00:00 2001 From: lvyy Date: Mon, 30 Jun 2025 08:35:21 +0000 Subject: [PATCH] fix macro error in the changelog (cherry picked from commit 7ad87d2cffa12b87c27672dbd04d9b866236af9f) --- cachefilesd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cachefilesd.spec b/cachefilesd.spec index 2218036..7404b97 100644 --- a/cachefilesd.spec +++ b/cachefilesd.spec @@ -1,6 +1,6 @@ Name: cachefilesd Version: 0.10.10 -Release: 11 +Release: 12 Summary: CacheFiles user-space management daemon Group: System Environment/Daemons License: GPLv2+ @@ -64,6 +64,9 @@ install -D -m 644 cachefilesd.service %{buildroot}%{_unitdir}/cachefilesd.servic %{_mandir}/*/* %changelog +* Mon Jun 30 2025 lvyy - 0.10.10-12 +- DESC: fix macro eror in the changelog + * Tue Jul 30 2024 zhangjian - 0.10.10-11 - Type:cleancode - ID:NA @@ -77,7 +80,7 @@ install -D -m 644 cachefilesd.service %{buildroot}%{_unitdir}/cachefilesd.servic - DESC: fix decant_cull_table to support 64 bit. * Fri Jul 30 2021 chenyanpanHW - 0.10.10-8 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Tue Sep 8 2020 lihaotian - 0.10.10-7 - Type:bugfix -- Gitee