From 0ef2430f3b0a939edc8dd206c677bdd2a2d84767 Mon Sep 17 00:00:00 2001 From: zhangkea Date: Thu, 16 Jun 2022 17:44:44 +0800 Subject: [PATCH] fix bogus date in %changelog --- scap-security-guide.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scap-security-guide.spec b/scap-security-guide.spec index db6d100..222ce64 100644 --- a/scap-security-guide.spec +++ b/scap-security-guide.spec @@ -65,7 +65,7 @@ cd build %doc %{_docdir}/%{name}/tables/*.html %changelog -* Sat Feb 29 2022 HuaxinLu - 0.1.49-2 +* Sat Feb 26 2022 HuaxinLu - 0.1.49-2 - fix for python upgrade * Wed Oct 28 2020 Anan Fu - 0.1.49-1 -- Gitee