From b8d82a5ac92fa1635eccb604ecbcb2aca48b62aa Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 15 Feb 2022 11:29:37 +0800 Subject: [PATCH] Rebuild for fix log4j1.x cves --- codenarc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/codenarc.spec b/codenarc.spec index 7e52967..45a0f4c 100644 --- a/codenarc.spec +++ b/codenarc.spec @@ -1,6 +1,6 @@ Name: codenarc Version: 0.24.1 -Release: 6 +Release: 7 Summary: A static analysis tool for Groovy source code License: ASL 2.0 Url: http://codenarc.github.io/CodeNarc/ @@ -89,5 +89,8 @@ cp -p src/main/groovy/org/codenarc/analyzer/SuppressionAnalyzer.java \ %files help -f .mfiles-javadoc %changelog +* Mon Feb 14 2022 wangkai - 0.24.1-7 +- Rebuild for fix log4j1.x cves + * Thu Mar 5 2020 tangjing - 0.24.1-6 -- Package init \ No newline at end of file +- Package init -- Gitee