From 4ce1b17a5c5d4d95198ab13452170dddb1eefdf4 Mon Sep 17 00:00:00 2001 From: dongyuzhen Date: Wed, 16 Nov 2022 15:29:09 +0800 Subject: [PATCH] fix the format error in changelog --- lsof.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lsof.spec b/lsof.spec index 6c11ee1..749dc82 100644 --- a/lsof.spec +++ b/lsof.spec @@ -1,6 +1,6 @@ Name: lsof Version: 4.96.4 -Release: 1 +Release: 2 Summary: A tool for list open files License: zlib and Sendmail and LGPLv2+ URL: https://people.freebsd.org/~abe/ @@ -50,16 +50,22 @@ popd %{_mandir}/man*/* %changelog +* Wed Nov 16 2022 dongyuzhen - 4.96.4-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix the format error in changelog + * Mon Nov 7 2022 Bin Hu - 4.96.4-1 - Type:bugfix - ID:NA - SUG:NA - DESC:update version 4.96.4 -* Fri Aug 05 2022 renhongxun 4.94.0-4 +* Fri Aug 05 2022 renhongxun - 4.94.0-4 - fix spec so that man lsof can execute correctly -* Mon Jun 20 2022 renhongxun 4.94.0-3 +* Mon Jun 20 2022 renhongxun - 4.94.0-3 - enable check * Mon Aug 02 2021 chenyanpanHW - 4.94.0-2 -- Gitee