From f204f7625a624b4fb02c8ba3eda792e1585f1576 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Tue, 9 Sep 2025 08:59:16 +0800 Subject: [PATCH] do not expand the rpm macro in changelog (cherry picked from commit 20205937bc23821c80abfd006a35b21081e97238) --- libseccomp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libseccomp.spec b/libseccomp.spec index 3139501..1e4d169 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,6 +1,6 @@ Name: libseccomp Version: 2.6.0 -Release: 2 +Release: 3 Summary: Interface to the syscall filtering mechanism License: LGPL-2.1-only URL: https://github.com/seccomp/libseccomp @@ -64,6 +64,9 @@ developing applications that use %{name}. %{_mandir}/man*/* %changelog +* Tue Sep 9 2025 yixiangzhike - 2.6.0-3 +- do not expand the rpm macro in changelog + * Mon Jul 21 2025 liuzhilin - 2.6.0-2 - backport api: fix seccomp_export_bpf_mem out-of-bounds read @@ -89,7 +92,7 @@ developing applications that use %{name}. - 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