From 3375a15335580a0a99e1ae9d217acea854790354 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 15 Feb 2022 15:02:07 +0800 Subject: [PATCH] Rebuild for fix log4j1.x cves (cherry picked from commit 51a6bee04709453cce418891edb0745e929e4cec) --- jexcelapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jexcelapi.spec b/jexcelapi.spec index 8c63b43..192b203 100644 --- a/jexcelapi.spec +++ b/jexcelapi.spec @@ -3,7 +3,7 @@ %global oname jxl Name: jexcelapi Version: 2.6.12 -Release: 2 +Release: 3 Summary: A Java API to read, write and modify Excel spreadsheets License: LGPLv3 URL: http://www.andykhan.com/jexcelapi @@ -76,6 +76,9 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} %{_javadocdir}/%{name} %changelog +* Mon Feb 14 2022 wangkai - 2.6.12-3 +- Rebuild for fix log4j1.x cves + * Tue Oct 13 2020 Qingqing Li - update source0 -- Gitee