From 243491a41cb26431d3b22acadf4895c75572deb5 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 15 Feb 2022 14:57:27 +0800 Subject: [PATCH] Rebuild for fix log4j1.x cves (cherry picked from commit 1605ba9a3ce68942dcc618cea153505148bb0745) --- jdbi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jdbi.spec b/jdbi.spec index 846da5c..9edf46c 100644 --- a/jdbi.spec +++ b/jdbi.spec @@ -1,6 +1,6 @@ Name: jdbi Version: 2.63.1 -Release: 1 +Release: 2 Summary: A SQL convenience library for Java License: ASL 2.0 URL: http://jdbi.org/ @@ -59,5 +59,8 @@ find . -name "*.jar" -type f -delete %license LICENSE NOTICE %changelog +* Mon Feb 14 2022 wangkai - 2.63.1-2 +- Rebuild for fix log4j1.x cves + * Thu Aug 20 2020 yaokai - 2.63.1-1 - Package init