From 436884e1c4d7ec0bd7998890b486b3f905e64202 Mon Sep 17 00:00:00 2001 From: dongyuzhen Date: Thu, 25 Aug 2022 14:37:52 +0800 Subject: [PATCH] fix the date error in changelog --- lsof.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lsof.spec b/lsof.spec index 982942e..b77d6ec 100644 --- a/lsof.spec +++ b/lsof.spec @@ -1,6 +1,6 @@ Name: lsof Version: 4.93.2 -Release: 5 +Release: 6 Summary: A tool for list open files License: zlib and Sendmail and LGPLv2+ URL: https://people.freebsd.org/~abe/ @@ -46,7 +46,10 @@ install -p -m 0644 Lsof.8 %{buildroot}/%{_mandir}/man1/lsof.1 %{_mandir}/man*/* %changelog -* Wed Feb 10 2020 chenjialong - 4.93.2-5 +* Tue Nov 15 2022 dongyuzhen - 4.93.2-6 +- fix the date error in changelog + +* Wed Feb 10 2021 chenjialong - 4.93.2-5 - Type:NA - ID:NA - SUG:NA -- Gitee