From 88dcb7a9c6e18a35d6f911bb30dd2368f62c1620 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Tue, 9 Sep 2025 09:07:31 +0800 Subject: [PATCH] do not expand the rpm macro in changelog (cherry picked from commit c9ad0f31743d4874a8c8f38ed870af9624b041a9) --- lsof.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lsof.spec b/lsof.spec index dde963f..f654ad7 100644 --- a/lsof.spec +++ b/lsof.spec @@ -1,6 +1,6 @@ Name: lsof Version: 4.99.5 -Release: 1 +Release: 2 Summary: A tool for list open files License: Zlib and Sendmail and LGPL-2.0-or-later URL: https://lsof.readthedocs.io/en/latest/ @@ -61,6 +61,9 @@ rm -rf %{buildroot}%{_mandir}/man8/lsof.8* %{_mandir}/man*/* %changelog +* Tue Sep 9 2025 yixiangzhike - 4.99.5-2 +- do not expand the rpm macro in changelog + * Mon Jul 21 2025 liuzhilin - 4.99.5-1 - update version to 4.99.5 - fix legacy linux kernel compatibility due to missing /proc/self/ns @@ -111,7 +114,7 @@ rm -rf %{buildroot}%{_mandir}/man8/lsof.8* - enable check * Mon Aug 02 2021 chenyanpanHW - 4.94.0-2 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Sat Jan 23 2021 zoulin - 4.94.0-1 - Type: enhancement -- Gitee