diff --git a/javapackages-tools.spec b/javapackages-tools.spec index 406278367c26b36d6f3016f41b9f2e288255409e..59ea73fd5653f7d46ea4412eef3bd1bffd7a2177 100644 --- a/javapackages-tools.spec +++ b/javapackages-tools.spec @@ -3,7 +3,7 @@ Name: javapackages-tools Version: 5.3.0 -Release: 5 +Release: 6 Summary: Support for Java packaging with macros and scripts License: BSD URL: https://github.com/fedora-java/javapackages @@ -13,7 +13,6 @@ BuildArch: noarch BuildRequires: coreutils which make asciidoc xmlto python3-devel python3-lxml BuildRequires: python3-setuptools python3-six Requires: javapackages-filesystem = %{version}-%{release} coreutils -Requires: libdb Requires: findutils which java-1.8.0-openjdk-headless Provides: jpackage-utils = %{version}-%{release} mvn(com.sun:tools) = SYSTEM Provides: mvn(sun.jdk:jconsole) = SYSTEM @@ -119,6 +118,9 @@ 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