From 976c00d7bc79a560cb0a32b8b62ffa3a9b43835e Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 15 Feb 2022 14:29:42 +0800 Subject: [PATCH] Rebuild for fix log4j1.x cves (cherry picked from commit 37a862feba854a229d7a67b5d8f88b7e1852c2da) --- hawtdispatch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hawtdispatch.spec b/hawtdispatch.spec index e2c1927..e04849b 100644 --- a/hawtdispatch.spec +++ b/hawtdispatch.spec @@ -1,6 +1,6 @@ Name: hawtdispatch Version: 1.22 -Release: 1 +Release: 2 Summary: The libdispatch style API for Java License: ASL 2.0 URL: https://github.com/fusesource/hawtdispatch/ @@ -121,5 +121,8 @@ rm -r hawtdispatch/src/test/java/org/fusesource/hawtdispatch/DispatchSourceTest. %license license.txt notice.md %changelog +* Mon Feb 14 2022 wangkai - 1.22-2 +- Rebuild for fix log4j1.x cves + * Sat Aug 15 2020 Ge Wang - 1.22-1 - Package init