From 1be5472feeecba219ccc22486af76095e98faa1c Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Mon, 1 Sep 2025 06:45:42 +0000 Subject: [PATCH] Fixed bug for macros in Changelog Signed-off-by: Wang_M <815543835@qq.com> (cherry picked from commit 47ec89f899635c915be6b45340a123eaf7fad5cd) --- file.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/file.spec b/file.spec index fae37c3..3aa5fa0 100644 --- a/file.spec +++ b/file.spec @@ -1,6 +1,6 @@ Name: file Version: 5.45 -Release: 2 +Release: 3 Summary: A tool to identify the type of a particular file type License: BSD URL: http://www.darwinsys.com/file/ @@ -130,6 +130,9 @@ make -C tests check %{python3_sitelib}/__pycache__/* %changelog +* Tue Jul 01 2025 wangmian - 5.45-3 +- Fixed bug for macros in Changelog + * Tue Apr 1 2025 wang mian - - 5.45-2 - use python3-file-magic instead of python3-magic @@ -146,7 +149,7 @@ make -C tests check - update to 5.41 * Fri Jul 30 2021 chenyanpanHW - 5.39-6 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Fri Oct 30 2020 yanglongkang - 5.39-5 - remove python2 dependency -- Gitee