From 307e3fc5e29bd718aec0b0d1890419057c25fa94 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 15 Feb 2022 14:48:54 +0800 Subject: [PATCH] Rebuild for fix log4j1.x cves (cherry picked from commit b6c54ad83ca9ebade67db9fac0d3fe75b6f382a6) --- jamonapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jamonapi.spec b/jamonapi.spec index 08bfdce..fab94df 100644 --- a/jamonapi.spec +++ b/jamonapi.spec @@ -1,7 +1,7 @@ %global oname jamon Name: jamonapi Version: 2.74 -Release: 2 +Release: 3 Summary: A Java monitoring API License: BSD URL: http://jamonapi.sourceforge.net/ @@ -89,6 +89,9 @@ cp -r %{_builddir}/%{name}/src/doc/javadoc/* %{buildroot}%{_javadocdir}/jamonapi %license JAMonLicense.html %changelog +* Mon Feb 14 2022 wangkai - 2.74-3 +- Rebuild for fix log4j1.x cves + * Tue Oct 20 2020 Ge Wang - 2.74-2 - modify compile script to solve defect of jar package -- Gitee