From 8691666160df1624673cb474c0537ae37217dd06 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Thu, 13 May 2021 09:57:06 +0800 Subject: [PATCH] Add requires javapackages-tools to fix derby service start --- derby.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/derby.spec b/derby.spec index 43414fd..e2f6bbc 100644 --- a/derby.spec +++ b/derby.spec @@ -1,6 +1,6 @@ Name: derby Version: 10.13.1.1 -Release: 2 +Release: 3 Summary: Relational database implemented entirely in Java License: ASL 2.0 URL: http://db.apache.org/derby/ @@ -17,6 +17,7 @@ Requires(pre): shadow-utils Requires(post): systemd Requires(preun): systemd Requires(postun): systemd +Requires: javapackages-tools BuildArch: noarch %description @@ -113,6 +114,9 @@ exit 0 %license db-derby-%{version}-src/NOTICE %changelog +* Thu May 13 2021 lingsheng - 10.13.1.1-3 +- Add requires javapackages-tools to fix derby service start + * Tue Nov 11 2020 wangxiao - 10.13.1.1-2 - fix CVE-2018-1313 - a specially-crafted network packet can be used to request the -- Gitee