diff --git a/batik.spec b/batik.spec index bb46c00..cfa1701 100644 --- a/batik.spec +++ b/batik.spec @@ -1,7 +1,7 @@ %global classpath batik:xml-commons-apis:xml-commons-apis-ext:xmlgraphics-commons Name: batik Version: 1.10 -Release: 7 +Release: 8 Summary: Batik is an inline templating engine for CoffeeScript License: Apache-2.0 and W3C and MPL-1.1 and GPL-2.0-or-later and Apache-1.1 URL: https://xmlgraphics.apache.org/batik/ @@ -18,6 +18,7 @@ BuildArch: noarch BuildRequires: maven-local junit apache-parent rhino maven-assembly-plugin BuildRequires: jython xalan-j2 xml-commons-apis maven-plugin-bundle xmlgraphics-commons +Requires: java-1.8.0-openjdk Recommends: jai-imageio-core @@ -124,6 +125,9 @@ cp -a samples %{buildroot}/%{_datadir}/%{name}/ %doc CHANGES MAINTAIN README NOTICE %changelog +* Fri Feb 3 2023 caodongxia - 1.10-8 +- Add install require java-1.8.0-openjdk + * Wed Dec 28 2022 jiangpeng - 1.10-7 - Fix CVE-2022-41704 and CVE-2022-42890