From c97450fb0a725b92eed91d784fd8b7a77aec0238 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Mon, 12 Dec 2022 17:47:32 +0800 Subject: [PATCH] modify release Signed-off-by: cherry530 (cherry picked from commit d571adfdc6633c65a4b9543b9f3dd5266699911f) --- javapackages-tools.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/javapackages-tools.spec b/javapackages-tools.spec index c09b216..cb45700 100644 --- a/javapackages-tools.spec +++ b/javapackages-tools.spec @@ -3,7 +3,7 @@ Name: javapackages-tools Version: 5.3.0 -Release: 4 +Release: 6 Summary: Support for Java packaging with macros and scripts License: BSD URL: https://github.com/fedora-java/javapackages @@ -118,6 +118,12 @@ done %license LICENSE %changelog +* Thu Mar 03 2022 xu_ping - 5.3.0-6 +- revert 20aa3043d06695cfb027 due to libdb is recession,and classpath testcase need change. + +* Wed Mar 02 2022 xu_ping - 5.3.0-5 +- Add requires libdb to fix some command error + * Fri Jan 7 2021 baizhonggui - 5.3.0-4 - Drop python3-nose unit test frame -- Gitee