From 371b5054330d1826e1a3ea010e180806b4402425 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Tue, 9 Sep 2025 09:02:45 +0800 Subject: [PATCH] do not expand the rpm macro in changelog (cherry picked from commit 53ffea033c6811fb952e7d7f46b5b778637a81c3) --- libseccomp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libseccomp.spec b/libseccomp.spec index a842e66..d85bc79 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,6 +1,6 @@ Name: libseccomp Version: 2.5.4 -Release: 3 +Release: 4 Summary: Interface to the syscall filtering mechanism License: LGPLv2 URL: https://github.com/seccomp/libseccomp @@ -81,6 +81,9 @@ make check %{_mandir}/man*/* %changelog +* Tue Sep 9 2025 yixiangzhike - 2.5.4-4 +- do not expand the rpm macro in changelog + * Fri May 10 2024 jchzhou - 2.5.4-3 - fix undefined behavior in scmp_bpf_sim.c causing issues when building with clang @@ -100,7 +103,7 @@ make check - update version to 2.5.3 * Fri Jul 30 2021 chenyanpanHW - 2.5.1-3 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Tue Jul 20 2021 fuanan - 2.5.1-2 - Remove redundant gdb from BuildRequires -- Gitee