From cf5b6f78b8f2c8695cee8a7220593b3d1a49f456 Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Tue, 1 Jul 2025 06:43:03 +0000 Subject: [PATCH] Fixed bug for macros in Changelog (cherry picked from commit 7af284c5c39c531d7aa624221ff7958dc67d0d8e) --- squashfs-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/squashfs-tools.spec b/squashfs-tools.spec index fb7b60d..985d043 100644 --- a/squashfs-tools.spec +++ b/squashfs-tools.spec @@ -1,6 +1,6 @@ Name: squashfs-tools Version: 4.6.1 -Release: 1 +Release: 2 Summary: Utility for the squashfs filesystems License: GPLv2+ URL: http://squashfs.sourceforge.net/ @@ -36,6 +36,9 @@ install -D -m 755 squashfs-tools/unsquashfs %{buildroot}%{_sbindir}/unsquashfs %changelog +* Tue Jul 01 2025 wangmian - 4.6.1-2 +- Fixed bug for macros in Changelog + * Fri Jul 21 2023 wuguanghao - 4.6.1-1 - upgrade to 4.6.1 @@ -52,7 +55,7 @@ install -D -m 755 squashfs-tools/unsquashfs %{buildroot}%{_sbindir}/unsquashfs - Fix CVE-2021-40153 CVE-2021-41072 * Fri Jul 30 2021 chenyanpanHW - 4.4-4 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Tue Jun 29 2021 zhouwenpei - 4.4-3 - add buildrequire gcc. -- Gitee