From abda79173e740cbc5013d9132d4937e14641bb4c Mon Sep 17 00:00:00 2001 From: htpeng Date: Wed, 3 Sep 2025 15:28:54 +0800 Subject: [PATCH] fix bogus date in %changelog Signed-off-by: htpeng --- anaconda.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/anaconda.spec b/anaconda.spec index f095e58..4df3bb2 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 36.16.5 -Release: 48 +Release: 49 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -330,6 +330,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Sep 03 2025 penghaitao - 36.16.5-49 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: Fix bogus date in %changelog + * Mon Jul 28 2025 Wenlong Zhang - 36.16.5-48 - Type:bugfix - ID:NA @@ -354,7 +360,7 @@ update-desktop-database &> /dev/null || : - SUG:NA - DESC: Fix duplicate alt-D accelerator on root account screen -* Wed Dec 05 2024 sunhai - 36.16.5-44 +* Thu Dec 05 2024 sunhai - 36.16.5-44 - Type:bugfix - ID:NA - SUG:NA -- Gitee